1{ 2 "name": "@ohos/gptfdisk", 3 "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", 4 "version": "3.1", 5 "license": "GPL-2.0-or-later", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/gptfdisk" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING", 13 "readmePath": { 14 "en": "README" 15 }, 16 "component": { 17 "name": "gptfdisk", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ 22 "standard" 23 ], 24 "rom": "", 25 "ram": "", 26 "deps": { 27 "components": [], 28 "third_party": [ 29 "e2fsprogs", 30 "popt" 31 ] 32 }, 33 "build": { 34 "sub_component": [], 35 "inner_kits": [], 36 "test": [] 37 } 38 } 39}