• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/ui_appearance",
3  "description": "Provide ui_appearance management.",
4  "version": "3.2",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "foundation/arkui/ui_appearance"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "ui_appearance",
14    "subsystem": "arkui",
15    "syscap": [
16      "SystemCapability.ArkUI.UiAppearance"
17    ],
18    "features": [
19    ],
20    "adapted_system_type": [
21      "standard"
22    ],
23    "rom":"300KB",
24    "ram":"1024KB",
25    "deps": {
26      "components": [
27        "ability_runtime",
28        "ability_base",
29        "access_token",
30        "c_utils",
31        "config_policy",
32        "data_share",
33        "hicollie",
34        "hilog",
35        "init",
36        "ipc",
37        "napi",
38        "safwk",
39        "samgr",
40        "time_service",
41        "os_account",
42        "common_event_service"
43      ],
44      "third_party": []
45    },
46    "build": {
47      "sub_component": [
48        "//foundation/arkui/ui_appearance:ui_appearance_packages"
49      ],
50      "inner_kits": [
51      ],
52      "test": [
53        "//foundation/arkui/ui_appearance/test/unittest:unittest"
54      ]
55    }
56  }
57}
58