bundle.json 1021 字节
Newer Older
J
jiyong 已提交
1
{
T
txl 已提交
2
    "name": "@ohos/acts",
J
jiyong 已提交
3 4 5 6 7 8 9 10 11 12
    "description": "acts",
    "version": "3.1",
    "license": "Apache License 2.0",
    "publishAs": "code-segment",
    "segment": {
        "destPath": "test/xts/acts"
    },
    "dirs": {},
    "scripts": {},
    "component": {
T
txl 已提交
13
        "name": "acts",
J
jiyong 已提交
14
        "subsystem": "xts",
J
jiyong 已提交
15 16
        "syscap": [],
        "features": [],
T
txl 已提交
17 18 19 20 21
        "adapted_system_type": [
            "mini",
            "small",
            "standard"
        ],
T
txl 已提交
22 23
        "rom": "~256KB",
        "ram": "0KB",
J
jiyong 已提交
24
        "deps": {
W
wangshi 已提交
25 26 27 28
            "components": [
                "graphic_2d",
                "window_manager"
            ],
W
wangshi 已提交
29 30 31 32 33 34 35
            "third_party": [
                "zlib",
                "libpng",
                "glslang",
                "spirv-tools",
                "vk-gl-cts"
            ]
J
jiyong 已提交
36 37
        },
        "build": {
T
txl 已提交
38
            "sub_component": [ "//test/xts/acts/build:acts_lite" ],
J
jiyong 已提交
39
            "inner_kits": [],
T
txl 已提交
40
            "test": [ "//test/xts/acts/build:acts_group" ]
J
jiyong 已提交
41 42 43
        }
    }
}