• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/ui",
3  "description": "Graphic ui components",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "pubiishAs": "code-segment",
7  "segment": {
8    "destPath": "foundation/graphic/ui"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "ui",
14    "subsystem": "graphic",
15    "syscap": [ "SystemCapability.Graphic.UI" ],
16    "feature": [],
17    "adapted_system_type": [ "mini","small" ],
18    "rom": "900KB",
19    "ram": "~90KB",
20    "deps": {
21      "third_party": [
22        "libjpeg-turbo",
23        "cjson",
24        "freetype"
25      ]
26    },
27    "build": {
28      "sub_component": [
29        "//foundation/graphic/ui:lite_ui",
30        "//foundation/graphic/ui/test/unittest:lite_graphic_ui_test"
31      ],
32      "inner_kits": [],
33      "test": []
34    }
35  }
36}
37