diff --git a/components/hiviewdfx.json b/components/hiviewdfx.json index 97d398d76ac2184bc685e15475c4152bf1d63cd2..af63480d211c01f952e30823800c26664607fd2a 100644 --- a/components/hiviewdfx.json +++ b/components/hiviewdfx.json @@ -68,6 +68,34 @@ ] } }, + { + "component": "hidumper", + "description": "System information dump service for liteos-a kernel.", + "optional": "false", + "dirs": [ + "base/hiviewdfx/hiview_lite/hidumper_lite" + ], + "targets": [ + "//base/hiviewdfx/hiview_lite/hidumper_lite:hidumper" + ], + "rom": "26KB", + "ram": "~10KB", + "output": [ + "libhidumper.a" + ], + "adapted_kernel": [ + "liteos_a" + ], + "features": [], + "deps": { + "components": [ + ], + "third_party": [ + "cjson", + "bounds_checking_function" + ] + } + }, { "component": "hilog_lite", "description": "Log services for liteos-m kernel.", diff --git a/make_rootfs/rootfs_liteos.config b/make_rootfs/rootfs_liteos.config index 39ccd5dd8b1a92e61bbe1c31a6632fced65e55c3..e106f1939f503d6eda6b3f58744da528212d1c95 100644 --- a/make_rootfs/rootfs_liteos.config +++ b/make_rootfs/rootfs_liteos.config @@ -1,2 +1,3 @@ /bin/foundation f 500 7 7 /bin/apphilogcat f 500 4 4 +/bin/hidumper f 500 4 4