mirror of
https://github.com/openharmony/arkXtest.git
synced 2026-07-20 23:57:12 -04:00
abc692f2c4
Signed-off-by: zhouke <zhouke35@huawei.com>
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "@openharmony/arkXtest",
|
|
"version": "3.1",
|
|
"description": "test framwork",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "test/arkXtest/uitest"
|
|
},
|
|
"scripts": {
|
|
},
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "arkXtest",
|
|
"subsystem": "arkXtest",
|
|
"syscap": [ "SystemCapability.Test.UiTest" ],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"features": [],
|
|
"rom": "500KB",
|
|
"ram": "100KB",
|
|
"deps": {
|
|
"components": [
|
|
"common",
|
|
"common_event_service",
|
|
"ipc",
|
|
"ability_base",
|
|
"window_manager",
|
|
"utils_base",
|
|
"napi",
|
|
"bundle_framework",
|
|
"samgr_standard",
|
|
"libpng",
|
|
"accessibility",
|
|
"multimedia_image_standard",
|
|
"ability_runtime",
|
|
"hiviewdfx_hilog_native",
|
|
"input",
|
|
"graphic_standard"
|
|
],
|
|
"third_party": [
|
|
"libpng"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//test/arkXtest/uitest:uitestkit"
|
|
],
|
|
"test": [
|
|
"//test/arkXtest/uitest:uitestkit_test"
|
|
]
|
|
}
|
|
}
|
|
}
|