mirror of
https://github.com/openharmony/arkui_ui_appearance.git
synced 2026-07-20 22:06:06 -04:00
9d24a93d90
Co-Authored-By: Agent Signed-off-by: huangxiaolinabc <huangxiaolin12@huawei.com>
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "@ohos/ui_appearance",
|
|
"description": "Provide ui_appearance management.",
|
|
"version": "3.2",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/arkui/ui_appearance"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "ui_appearance",
|
|
"subsystem": "arkui",
|
|
"syscap": [
|
|
"SystemCapability.ArkUI.UiAppearance"
|
|
],
|
|
"features": [
|
|
],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom":"300KB",
|
|
"ram":"1024KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_runtime",
|
|
"ability_base",
|
|
"access_token",
|
|
"c_utils",
|
|
"config_policy",
|
|
"data_share",
|
|
"hicollie",
|
|
"hilog",
|
|
"init",
|
|
"ipc",
|
|
"napi",
|
|
"safwk",
|
|
"samgr",
|
|
"time_service",
|
|
"os_account",
|
|
"common_event_service",
|
|
"runtime_core"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/arkui/ui_appearance:ui_appearance_packages",
|
|
"//foundation/arkui/ui_appearance/interfaces/ets/ani:ui_appearance_ani_package"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"header_base": "//foundation/arkui/ui_appearance/interfaces/kits/native/include",
|
|
"header_files": [
|
|
"ui_appearance.h",
|
|
"ui_appearance_types.h"
|
|
],
|
|
"name": "//foundation/arkui/ui_appearance/interfaces/kits/native:ui_appearance_kit"
|
|
}
|
|
],
|
|
"test": [
|
|
"//foundation/arkui/ui_appearance/test/unittest:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|