• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@openharmony/arkXtest",
3    "version": "3.1",
4    "description": "test framwork",
5    "publishAs": "code-segment",
6    "segment": {
7       "destPath": "test/testfwk/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          "common",
27          "common_event_service",
28          "ipc",
29          "ability_base",
30          "window_manager",
31          "c_utils",
32          "napi",
33          "bundle_framework",
34          "samgr_standard",
35          "libpng",
36          "accessibility",
37          "multimedia_image_framework",
38          "ability_runtime",
39          "hiviewdfx_hilog_native",
40          "input",
41          "graphic_standard"
42        ],
43        "third_party": [
44          "libpng"
45        ]
46      },
47      "build": {
48        "sub_component": [
49            "//test/testfwk/arkxtest/uitest:uitestkit"
50        ],
51    "test": [
52      "//test/testfwk/arkxtest/uitest:uitestkit_test"
53    ]
54      }
55    }
56  }
57