1{ 2 "name": "@ohos/toybox", 3 "description": "all-in-one Linux command line", 4 "version": "3.1", 5 "license": "Public Domain", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/toybox" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "", 13 "readmePath": { 14 "en": "" 15 }, 16 "component": { 17 "name": "toybox", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ 22 "standard", 23 "small" 24 ], 25 "rom": "73KB", 26 "ram": "146KB", 27 "deps": { 28 "components": [ 29 "selinux", 30 "openssl" 31 ], 32 "third_party": [] 33 }, 34 "build": { 35 "sub_component": [ 36 "//third_party/toybox:toybox", 37 "//third_party/toybox:su" 38 ], 39 "inner_kits": [ 40 { 41 "name" : "//third_party/toybox:toybox" 42 }, 43 { 44 "name" : "//third_party/toybox:su" 45 } 46 ], 47 "test": [] 48 } 49 } 50} 51