Files
arkui_ui_appearance/bundle.json
yangzk 53e0fc4572 Description: 优化so空间占用大小
IssueNo: #IB5S2C
Sig: SIG_ApplicationFramework
Feature or Bugfix: Bugfix
Binary Source: No

Signed-off-by: yangzk <yangzhongkai@huawei.com>
Change-Id: Ie3766aef8e781caae8e6e607f4df0bff3141688f
2024-11-25 10:27:26 +08:00

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"
]
}
}
}