1{ 2 "name": "@ohos/xts_hats", 3 "description": "hats", 4 "version": "3.1", 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": "xts_hats", 14 "subsystem": "xts", 15 "syscap": [], 16 "features": [ 17 "xts_hats_rich", 18 "xts_hats_nnrt" 19 ], 20 "adapted_system_type": [], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [], 25 "third_party": [] 26 }, 27 "build": { 28 "sub_component": [], 29 "inner_kits": [], 30 "test": [ "//test/xts/hats:hats" ] 31 } 32 } 33}