1{ 2 "name": "@ohos/hats", 3 "description": "hats", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "test/xts/hats" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hats", 14 "subsystem": "xts", 15 "syscap": [], 16 "features": [ 17 "hats_rich", 18 "hats_nnrt", 19 "hats_drivers_peripheral_power_wakeup_cause_path", 20 "hats_drivers_peripheral_battery_pc_macro_isolation" 21 ], 22 "adapted_system_type": [ 23 "mini", 24 "small", 25 "standard" 26 ], 27 "rom": "0KB", 28 "ram": "518144KB", 29 "deps": { 30 "components": [], 31 "third_party": [] 32 }, 33 "build": { 34 "sub_component": [], 35 "inner_kits": [], 36 "test": [ 37 "//test/xts/hats:xts_hats" 38 ] 39 } 40 } 41}