mirror of
https://github.com/openharmony/third_party_exfatprogs.git
synced 2026-07-01 08:41:12 -04:00
113ee6356e
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
46 lines
1.2 KiB
JSON
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": []
|
|
}
|
|
}
|
|
} |