1{ 2 "name": "@ohos/exfatprogs", 3 "description": "exFAT filesystem userspace utilities.", 4 "version": "4.1", 5 "license": "GPL-2.0-or-later", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/exfatprogs" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING", 13 "component": { 14 "name": "exfatprogs", 15 "subsystem": "thirdparty", 16 "syscap": [], 17 "features": [], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [], 25 "third_party": [] 26 }, 27 "build": { 28 "sub_component": [], 29 "inner_kits": [ 30 { 31 "name": "//third_party/exfatprogs:libexfat" 32 }, 33 { 34 "name": "//third_party/exfatprogs:exfatlabel" 35 }, 36 { 37 "name": "//third_party/exfatprogs:fsck.exfat" 38 }, 39 { 40 "name": "//third_party/exfatprogs:mkfs.exfat" 41 } 42 ], 43 "test": [] 44 } 45 } 46}