Files
commonlibrary_utils_lite/memory/bundle.json
T
liujialiang ed27607946 Add building setting for component for deleting the old component setting.
Signed-off-by: liujialiang <liujialiang10@huawei.com>
Change-Id: I26ae5077687ab76edd323bc16be1854b209d91a6
2022-05-31 16:40:38 +08:00

39 lines
893 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": [ "//utils/native/lite/os_dump:utils_os_dump" ],
"inner_kits": [],
"test": []
}
}
}