mirror of
https://github.com/openharmony/arkui_ui_appearance.git
synced 2026-07-20 22:06:06 -04:00
53e0fc4572
IssueNo: #IB5S2C Sig: SIG_ApplicationFramework Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: yangzk <yangzhongkai@huawei.com> Change-Id: Ie3766aef8e781caae8e6e607f4df0bff3141688f
57 lines
1.1 KiB
JSON
57 lines
1.1 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",
|
|
"data_share",
|
|
"hicollie",
|
|
"hilog",
|
|
"init",
|
|
"ipc",
|
|
"napi",
|
|
"safwk",
|
|
"samgr",
|
|
"time_service",
|
|
"os_account",
|
|
"common_event_service"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/arkui/ui_appearance:ui_appearance_packages"
|
|
],
|
|
"inner_kits": [
|
|
],
|
|
"test": [
|
|
"//foundation/arkui/ui_appearance/test/unittest:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|