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 ], 20 "adapted_system_type": [ 21 "mini", 22 "small", 23 "standard" 24 ], 25 "rom": "0KB", 26 "ram": "518144KB", 27 "deps": { 28 "components": [], 29 "third_party": [] 30 }, 31 "build": { 32 "sub_component": [], 33 "inner_kits": [], 34 "test": [ 35 "//test/xts/hats:xts_hats" 36 ] 37 } 38 } 39}