Files
notification_notification_c…/bundle.json
T
dinghong 7e2ec7b665 change version
Signed-off-by: dinghong <dinghong10@huawei.com>
2025-10-09 10:36:00 +08:00

46 lines
1.5 KiB
JSON

{
"name": "@ohos/notification_cangjie_wrapper",
"description": "The notification_notification_cangjie_wrapper provides common event management capabilities for developers on OpenHarmony.",
"version": "6.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/notification/notification_cangjie_wrapper"
},
"dirs": {},
"scripts": {},
"component": {
"name": "notification_cangjie_wrapper",
"subsystem": "notification",
"syscap": [
"SystemCapability.Notification.Notification",
"SystemCapability.Notification.ReminderAgent",
"SystemCapability.Notification.NotificationSettings",
"SystemCapability.Notification.CommonEvent"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "400KB",
"ram": "432KB",
"deps": {
"components": [
"cangjie_ark_interop",
"common_event_service",
"hiviewdfx_cangjie_wrapper"
]
},
"build": {
"sub_component": [
"//base/notification/notification_cangjie_wrapper/ohos/common_event_manager:ohos.common_event_manager"
],
"inner_kits": [
{
"name": "//base/notification/notification_cangjie_wrapper/ohos/common_event_manager:ohos.common_event_manager"
}
],
"test": []
}
}
}