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