bundle.json 1.4 KB
Newer Older
Y
yorere 已提交
1
{
Y
yorere 已提交
2
    "name": "@ohos/xts_acts",
Y
yorere 已提交
3 4 5
    "version": "",
    "description": "XTS是OpenHarmony生态认证测试套件的集合,当前包括acts(application compatibility test suite)应用兼容性测试套,后续会拓展dcts(device compatibility test suite)设备兼容性测试套等。",
    "homePage": "https://gitee.com/openharmony",
Y
yorere 已提交
6 7
    "license": "Apache V2",
    "repository": "https://gitee.com/openharmony/xts_acts",
Y
yorere 已提交
8 9
    "domain": "os",
    "language": "",
Y
yorere 已提交
10
    "publishAs": "code-segment",
Y
yorere 已提交
11 12
    "private": false,
    "scripts": {},
Y
yorere 已提交
13 14 15 16 17 18 19
    "tags": [
        "test"
    ],
    "keywords": [
        "xts",
        "acts"
    ],
Y
yorere 已提交
20 21 22 23 24 25 26 27 28 29 30 31 32 33
    "envs": [],
    "dirs": [],
    "author": {
        "name": "",
        "email": "",
        "url": ""
    },
    "contributors": [
        {
            "name": "",
            "email": "",
            "url": ""
        }
    ],
Y
yorere 已提交
34 35 36
    "segment": {
        "destPath": "test/xts/acts"
    },
Y
yorere 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
    "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": []
        }
    }
}