Files
commonlibrary_utils_lite/file/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

41 lines
931 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": [ "//utils/native/lite/file:file" ],
"inner_kits": [],
"test": []
}
}
}