bundle.json 957 字节
Newer Older
H
huangyicong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
    "name": "@openharmony/timer_task",
    "version": "3.1.0",
    "description": "ace timer kits",
    "publishAs": "code-segment",
    "scripts": {
        "install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
    },
    "author": {},
    "repository": "",
    "license": "Apache License 2.0",
    "dirs": [
        "utils/native/lite/timer_task"
    ],
    "component": {
        "name": "timer_task",
H
huangyicong 已提交
17 18 19 20 21 22 23 24 25
        "subsystem": "utils",
        "features": [],
        "adapted_system_type": [
            "mini",
            "small"
        ],
        "rom": "",
        "ram": "",
        "deps": {
H
huangyicong 已提交
26
            "thrid_party": [],
H
huangyicong 已提交
27 28 29 30 31 32 33
            "kernel_special": {},
            "board_special": {},
            "components": [
                "utils_lite"
            ]
        },
        "build": {
H
huangyicong 已提交
34
            "sub_component": [],
H
huangyicong 已提交
35 36 37
            "inner_kits": [],
            "test": []
        }
H
huangyicong 已提交
38 39
    }
}