mirror of
https://github.com/openharmony/third_party_gptfdisk.git
synced 2026-07-01 13:17:25 -04:00
587e33f21d
Signed-off-by: jiangqianrong <jiangqianrong1@huawei.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@ohos/gptfdisk",
|
|
"description": "GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Re",
|
|
"version": "3.1",
|
|
"license": "GPL-2.0-or-later",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/gptfdisk"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"readmePath": {
|
|
"en": "README"
|
|
},
|
|
"component": {
|
|
"name": "gptfdisk",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"e2fsprogs",
|
|
"popt"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/gptfdisk:ohos_fixparts"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/gptfdisk:sgdisk"
|
|
},
|
|
{
|
|
"name": "//third_party/gptfdisk:ohos_fixparts"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |