Files
arkXtest/bundle.json
liqiang b69904473d IssueNo:https://gitee.com/openharmony/notification_ces_standard/issues/I53O6Y
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
2022-04-21 14:08:47 +08:00

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"
]
}
}
}