Files
utils_native_lite/memory/bundle.json
T
zhoushilin 785986a3c9 delete os_dump
Signed-off-by: zhoushilin <zhoushilin1@huawei.com>
2022-06-13 18:11:12 +08:00

39 lines
848 B
JSON

{
"name": "@openharmony/memory",
"version": "3.1.0",
"license": "Apache License 2.0",
"description": "memory",
"publishAs": "code-segment",
"segment": {
"destPath": "utils/native/lite/memory"
},
"dirs": {},
"scripts": {},
"author": {},
"repository": "",
"component": {
"name": "memory",
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "",
"ram": "",
"deps": {
"thrid_party": [],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}