Files
utils_native_lite/os_dump/bundle.json
T
huangyicong dd47dae4c3 add bundle.json
Signed-off-by: huangyicong <huangyicong4@huawei.com>
2022-05-06 16:04:43 +08:00

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": []
}
}
}