diff --git a/components/hiviewdfx.json b/components/hiviewdfx.json old mode 100755 new mode 100644 index 3cb7bad8cc0c860ddbe3c01929ca5f09117d750b..94dec73fe86293c3984b16124a2e480cd7e37422 --- a/components/hiviewdfx.json +++ b/components/hiviewdfx.json @@ -96,6 +96,33 @@ "third_party": [] } }, + { + "component": "blackbox", + "description": "Blackbox services for liteos-m kernel.", + "optional": "false", + "dirs": [ + "base/hiviewdfx/hiview_lite/blackbox" + ], + "targets": [ + "//base/hiviewdfx/hiview_lite/blackbox:blackbox" + ], + "rom": "10KB", + "ram": "~5KB", + "output": [ + "libblackbox.a" + ], + "adapted_kernel": [ + "liteos_m" + ], + "features": [], + "deps": { + "components": [ + "utils_base", + "liteos_m" + ], + "third_party": [] + } + }, { "component": "hievent_lite", "description": "event log for liteos-m kernel.",