mirror of
https://github.com/openharmony/utils_native_lite.git
synced 2026-07-01 20:53:59 -04:00
dd47dae4c3
Signed-off-by: huangyicong <huangyicong4@huawei.com>
42 lines
996 B
JSON
42 lines
996 B
JSON
{
|
|
"name": "@openharmony/os_dump",
|
|
"version": "3.1.0",
|
|
"license": "Apache License 2.0",
|
|
"description": "Providing commands for dumping system property.",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "utils/native/lite/os_dump"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"author": {},
|
|
"repository": "",
|
|
"component": {
|
|
"name": "os_dump",
|
|
"subsystem": "utils",
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"mini",
|
|
"small"
|
|
],
|
|
"rom": "3.7KB",
|
|
"ram": "~4.75KB",
|
|
"deps": {
|
|
"thrid_party": [
|
|
"bounds_checking_function"
|
|
],
|
|
"kernel_special": {},
|
|
"board_special": {},
|
|
"components": [
|
|
"syspara_lite",
|
|
"iot_controller"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|