You need to sign in or sign up before continuing.
bundle.json 675 字节
Newer Older
J
jiyong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
{
    "name": "@ohos/xts_acts",
    "description": "acts",
    "version": "3.1",
    "license": "Apache License 2.0",
    "publishAs": "code-segment",
    "segment": {
        "destPath": "test/xts/acts"
    },
    "dirs": {},
    "scripts": {},
    "component": {
        "name": "xts_acts",
J
jiyong 已提交
14
        "subsystem": "xts",
J
jiyong 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
        "syscap": [],
        "features": [],
        "adapted_system_type": [],
        "rom": "",
        "ram": "",
        "deps": {
            "components": [],
            "third_party": []
        },
        "build": {
            "sub_component": [],
            "inner_kits": [],
            "test": [ "//test/xts/acts:acts" ]
        }
    }
}