Files
third_party_gptfdisk/bundle.json
T
jiangqianrong 587e33f21d update: 更新文件 bundle.json
Signed-off-by: jiangqianrong <jiangqianrong1@huawei.com>
2026-03-19 15:02:27 +08:00

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": []
}
}
}