diff --git a/components/hiviewdfx.json b/components/hiviewdfx.json index 94dec73fe86293c3984b16124a2e480cd7e37422..97d398d76ac2184bc685e15475c4152bf1d63cd2 100644 --- a/components/hiviewdfx.json +++ b/components/hiviewdfx.json @@ -109,7 +109,34 @@ "rom": "10KB", "ram": "~5KB", "output": [ - "libblackbox.a" + "libblackbox.a" + ], + "adapted_kernel": [ + "liteos_m" + ], + "features": [], + "deps": { + "components": [ + "utils_base", + "liteos_m" + ], + "third_party": [] + } + }, + { + "component": "hidumper_mini", + "description": "system information dump for liteos-m kernel.", + "optional": "false", + "dirs": [ + "base/hiviewdfx/hiview_lite/hidumper_lite/mini" + ], + "targets": [ + "//base/hiviewdfx/hiview_lite/hidumper_lite/mini:hidumper_mini" + ], + "rom": "~10KB", + "ram": "~5KB", + "output": [ + "libhidumper_mini.a" ], "adapted_kernel": [ "liteos_m"