1{ 2 "name": "@ohos/acts", 3 "description": "acts", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "test/xts/acts" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "acts", 14 "subsystem": "xts", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "mini", 19 "small", 20 "standard" 21 ], 22 "rom": "~256KB", 23 "ram": "0KB", 24 "deps": { 25 "components": [], 26 "third_party": [ 27 "zlib", 28 "libpng", 29 "glslang", 30 "spirv-tools", 31 "vk-gl-cts" 32 ] 33 }, 34 "build": { 35 "sub_component": [ "//test/xts/acts/build:acts_lite" ], 36 "inner_kits": [], 37 "test": [ "//test/xts/acts/build:acts_group" ] 38 } 39 } 40}