bundle.json 1.3 KB
Newer Older
Y
yorere 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
{
    "name": "@ohos/xts",
    "version": "",
    "description": "XTS是OpenHarmony生态认证测试套件的集合,当前包括acts(application compatibility test suite)应用兼容性测试套,后续会拓展dcts(device compatibility test suite)设备兼容性测试套等。",
    "homePage": "https://gitee.com/openharmony",
    "license": "",
    "repository": "",
    "domain": "os",
    "language": "",
    "publishAs": "",
    "private": false,
    "scripts": {},
    "tags": [],
    "keywords": [],
    "envs": [],
    "dirs": [],
    "author": {
        "name": "",
        "email": "",
        "url": ""
    },
    "contributors": [
        {
            "name": "",
            "email": "",
            "url": ""
        }
    ],
    "segment": {},
    "component": {
        "name": "xts",
        "subsystem": "xdevice\r\ntest",
        "syscap": [
            "SystemCapability.Test.xts"
        ],
        "features": [],
        "adated_system_type": [
            "min",
            "small"
        ],
        "rom": "",
        "ram": "",
        "deps": {
            "components": [],
            "third_party": []
        },
        "build": {
            "sub_component": [],
            "inner_kits": [],
            "test": []
        }
    }
}