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