1{ 2 "name": "@ohos/toybox", 3 "description": "all-in-one Linux command line", 4 "version": "3.1", 5 "license": "BSD Zero Clause License", 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 "toybox_extended_cmd", 22 "toybox_enable_brctl" 23 ], 24 "adapted_system_type": [ 25 "standard", 26 "small" 27 ], 28 "rom": "73KB", 29 "ram": "146KB", 30 "deps": { 31 "components": [ 32 "selinux", 33 "openssl" 34 ], 35 "third_party": [] 36 }, 37 "build": { 38 "sub_component": [ 39 "//third_party/toybox:toybox", 40 "//third_party/toybox:su" 41 ], 42 "inner_kits": [ 43 { 44 "name" : "//third_party/toybox:toybox" 45 }, 46 { 47 "name" : "//third_party/toybox:su" 48 } 49 ], 50 "test": [] 51 } 52 } 53} 54