mirror of
https://github.com/openharmony/utils_native_lite.git
synced 2026-08-26 12:26:57 -04:00
6ef477091e
Signed-off-by: huangyicong <huangyicong4@huawei.com>
41 lines
898 B
JSON
41 lines
898 B
JSON
{
|
|
"name": "@openharmony/file",
|
|
"version": "3.1.0",
|
|
"license": "Apache License 2.0",
|
|
"description": "",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "utils/native/lite/file"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"author": {},
|
|
"repository": "",
|
|
"component": {
|
|
"name": "file",
|
|
"subsystem": "utils",
|
|
"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": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|