• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/graphic_utils_lite",
3  "description": "Graphic fundamental components",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "pubiishAs": "code-segment",
7  "segment": {
8    "destPath": "foundation/graphic/graphic_utils_lite"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "graphic_utils_lite",
14    "subsystem": "graphic",
15    "features": [
16      "graphic_utils_lite_enable_ohos_product_config"
17    ],
18    "adapted_system_type": [ "mini","small" ],
19    "rom": "450KB",
20    "ram": "~50KB",
21    "deps": {
22      "components": [
23        "hilog_lite",
24        "drivers_peripheral_display",
25        "bounds_checking_function"
26      ]
27    },
28    "build": {
29      "sub_component": [
30        "//foundation/graphic/graphic_utils_lite:utils_lite",
31        "//foundation/graphic/graphic_utils_lite/test:graphic_utils_lite_test" ],
32      "inner_kits": [
33          {
34            "name": "//foundation/graphic/graphic_utils_lite:utils_lite",
35            "header": {
36              "header_files": [],
37              "header_base": [
38                "//foundation/graphic/graphic_utils_lite/interfaces/kits",
39                "//foundation/graphic/graphic_utils_lite/interfaces/innerkits"
40              ]
41            }
42          }
43      ],
44      "test": []
45    }
46  }
47}
48