mirror of
https://github.com/openharmony/notification_notification_cangjie_wrapper.git
synced 2026-07-01 23:17:16 -04:00
5272cc5a6c
Signed-off-by: 罗明 <luoming25@huawei.com>
44 lines
1.4 KiB
JSON
44 lines
1.4 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": [],
|
|
"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"
|
|
},
|
|
{
|
|
"name": "//base/notification/notification_cangjie_wrapper:copy_sdk_notification_cangjie_libs"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |