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        "data_share",
32        "hicollie",
33        "hilog",
34        "init",
35        "ipc",
36        "napi",
37        "safwk",
38        "samgr",
39        "time_service",
40        "os_account",
41        "common_event_service"
42      ],
43      "third_party": []
44    },
45    "build": {
46      "sub_component": [
47        "//foundation/arkui/ui_appearance:ui_appearance_packages"
48      ],
49      "inner_kits": [
50      ],
51      "test": [
52        "//foundation/arkui/ui_appearance/test/unittest:unittest"
53      ]
54    }
55  }
56}
57