Files
third_party_exfatprogs/bundle.json
T
tongkai0808fh 113ee6356e 第三方exfatprogs部件编译整改
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
2024-04-09 09:18:10 +00:00

46 lines
1.2 KiB
JSON

{
"name": "@ohos/exfatprogs",
"description": "exFAT filesystem userspace utilities.",
"version": "4.1",
"license": "GPL-2.0-or-later",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/exfatprogs"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"component": {
"name": "exfatprogs",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/exfatprogs:libexfat"
},
{
"name": "//third_party/exfatprogs:exfatlabel"
},
{
"name": "//third_party/exfatprogs:fsck.exfat"
},
{
"name": "//third_party/exfatprogs:mkfs.exfat"
}
],
"test": []
}
}
}