• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@openharmony/timer_task",
3    "version": "3.1.0",
4    "description": "ace timer kits",
5    "publishAs": "code-segment",
6    "scripts": {
7        "install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
8    },
9    "author": {},
10    "repository": "",
11    "license": "Apache License 2.0",
12    "dirs": [
13        "utils/native/lite/timer_task"
14    ],
15    "component": {
16        "name": "timer_task",
17	"subsystem": "utils",
18	"features" : [],
19	"adapted_system_type": [ "standard" ],
20	"rom": "",
21	"ram": "",
22	"deps": {
23            "thrid_party": [],
24	    "kernel_special": {},
25	    "board_special": {},
26	    "components": [
27		"utils_lite"
28	    ]
29	},
30	"build": {
31            "sub_component": [],
32	    "inner_kits": [],
33	    "test": []
34	}
35    }
36}
37