提交 ba022cc3 编写于 作者: Q qidechun

feat: add hidumper for liteos_m

1、增加hidump_mini模块

Close #I3NN88
Signed-off-by: Nqidechun <qidechun@huawei.com>
上级 46b41f93
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册