bundle.json 738 字节
Newer Older
P
pjscc 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
{
    "name": "@ohos/unity",
    "description": "Third-party open-source software Unity | Simple Unit Testing for C",
    "version": "3.1",
    "license": "MIT",
    "publishAs": "code-segment",
    "segment": {
        "destPath": "third_party/unity"
    },
    "dirs": {},
    "scripts": {},
    "licensePath": "LICENSE.txt",
    "component": {
R
ry 已提交
14
        "name": "unity",
R
ry 已提交
15
        "subsystem": "thirdparty",
P
pjscc 已提交
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": []
        }
    }
R
ry 已提交
31
}