mirror of
https://github.com/openharmony/arkXtest.git
synced 2026-07-21 08:15:23 -04:00
b69904473d
Description:ces_standard change to common_event_service Sig: SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: liqiang <liqiang121@huawei.com> Change-Id: I0ac472fe1b42d0cd6623229bb3416b5abb9bc2a3
58 lines
1.2 KiB
JSON
58 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": [
|
|
"utils_base",
|
|
"common_event_service",
|
|
"ability_manager",
|
|
"appexecfwk_base",
|
|
"appexecfwk_core",
|
|
"cesfwk_innerkits",
|
|
"ipc_core",
|
|
"libhilog",
|
|
"libmmi-client",
|
|
"samgr_proxy",
|
|
"want",
|
|
"accessibility",
|
|
"ability_runtime",
|
|
"napi",
|
|
"libdm",
|
|
"image_native",
|
|
"libwm"
|
|
],
|
|
"third_party": [
|
|
"libpng"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//test/arkXtest/uitest:uitestkit"
|
|
],
|
|
"test": [
|
|
"//test/arkXtest/uitest:uitestkit_test"
|
|
]
|
|
}
|
|
}
|
|
}
|