mirror of
https://github.com/openharmony/commonlibrary_utils_lite.git
synced 2026-07-19 11:34:40 -04:00
9d26382408
Signed-off-by: liujialiang <liujialiang10@huawei.com>
41 lines
953 B
JSON
41 lines
953 B
JSON
{
|
|
"name": "@openharmony/file",
|
|
"version": "3.1.0",
|
|
"license": "Apache License 2.0",
|
|
"description": "",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "commonlibrary/utils_lite/file"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"author": {},
|
|
"repository": "",
|
|
"component": {
|
|
"name": "file",
|
|
"subsystem": "commonlibrary",
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"mini",
|
|
"small"
|
|
],
|
|
"rom": "0.55KB",
|
|
"ram": "",
|
|
"deps": {
|
|
"thrid_party": [
|
|
"bounds_checking_function"
|
|
],
|
|
"kernel_special": {},
|
|
"board_special": {},
|
|
"components": [
|
|
"utils_lite"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [ "//commonlibrary/utils_lite/file:file" ],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|