Files
pjscc f8255bfb20 feat: add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
2022-01-24 17:06:49 +08:00

31 lines
734 B
JSON

{
"name": "@ohos/exfat_utils",
"description": "Free exFAT file system implementation.",
"version": "3.1",
"license": "GPL-2.0-or-later",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/exfat-utils"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"component": {
"name": "thirdparty_exfat_utils",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}