mirror of
https://github.com/openharmony/utils_native_lite.git
synced 2026-07-01 20:53:59 -04:00
785986a3c9
Signed-off-by: zhoushilin <zhoushilin1@huawei.com>
39 lines
848 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|