• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/acts",
3    "description": "acts",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "test/xts/acts"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "acts",
14        "subsystem": "xts",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "mini",
19            "small",
20            "standard"
21        ],
22        "rom": "~256KB",
23        "ram": "0KB",
24        "deps": {
25            "components": [
26                "graphic_2d",
27                "graphic_surface",
28                "window_manager"
29            ],
30            "third_party": [
31                "zlib",
32                "libpng",
33                "glslang",
34                "spirv-tools",
35                "vk-gl-cts"
36            ]
37        },
38        "build": {
39            "sub_component": [ "//test/xts/acts/build:acts_lite" ],
40            "inner_kits": [],
41            "test": [ "//test/xts/acts/build:acts_group" ]
42        }
43    }
44}