1{ 2 "name": "@openharmony/xdevice", 3 "version": "2.30.0", 4 "description": "xdevice", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "test/testfwk/xdevice" 9 }, 10 "scripts": {}, 11 "repository": "", 12 "dirs": {}, 13 "component": { 14 "name": "xdevice", 15 "subsystem": "testfwk", 16 "syscap": [], 17 "features" :[], 18 "adapted_system_type": [ "mini", "small", "standard" ], 19 "rom": "0KB", 20 "ram": "0KB", 21 "deps": {}, 22 "build": { 23 "sub_component": [ 24 ], 25 "inner_kits": [], 26 "test": [] 27 } 28 } 29} 30