1{ 2 "name": "@openharmony/arkXtest", 3 "version": "3.1", 4 "description": "test framwork", 5 "publishAs": "code-segment", 6 "segment": { 7 "destPath": "test/arkXtest/uitest" 8 }, 9 "scripts": { 10 }, 11 "author": {}, 12 "repository": "", 13 "license": "Apache License 2.0", 14 "component": { 15 "name": "arkXtest", 16 "subsystem": "arkXtest", 17 "syscap": [ "SystemCapability.Test.UiTest" ], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "features": [], 22 "rom": "500KB", 23 "ram": "100KB", 24 "deps": { 25 "components": [ 26 "utils_base", 27 "ces_standard", 28 "ability_manager", 29 "appexecfwk_base", 30 "appexecfwk_core", 31 "cesfwk_innerkits", 32 "ipc_core", 33 "libhilog", 34 "libmmi-client", 35 "samgr_proxy", 36 "want", 37 "accessibility", 38 "ability_runtime", 39 "napi", 40 "libdm", 41 "image_native", 42 "libwm" 43 ], 44 "third_party": [ 45 "libpng" 46 ] 47 }, 48 "build": { 49 "sub_component": [ 50 "//test/arkXtest/uitest:uitestkit" 51 ], 52 "test": [ 53 "//test/arkXtest/uitest:uitestkit_test" 54 ] 55 } 56 } 57 } 58