bundle.json 789 字节
Newer Older
H
huangyicong 已提交
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
{
    "name": "@openharmony/kal_timer",
    "version": "3.1.0",
    "description": "",
    "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/kal/timer"
    ],
    "component": {
        "name": "kal_timer",
	"subsystem": "utils",
	"features" : [],
	"adapted_system_type": [ "standard" ],
	"rom": "15KB",
	"ram": "",
	"deps": {
            "thrid_party": [],
	    "kernel_special": {},
	    "board_special": {},
	    "components": [
		"utils_lite"
	    ]
	},
	"build": {
            "sub_component": [],
	    "inner_kits": [],
	    "test": []
	}
    }
}