• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@openharmony/utils_lite",
3    "version": "3.1.0",
4    "description": "Basic macro and type definitions",
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/include"
14    ],
15    "component": {
16        "name": "utils_lite",
17	"subsystem": "utils",
18	"features" :[],
19	"adapted_system_type": [ "standard" ],
20	"rom": "0KB",
21	"ram": "0KB",
22	"deps": {},
23	"build": {
24	    "sub_component": [],
25	    "inner_kits": [],
26	    "test": []
27	}
28    }
29}
30