Files
commonlibrary_utils_lite/file/bundle.json
T
2022-07-23 14:38:16 +08:00

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": []
}
}
}