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