mirror of
https://github.com/openharmony/notification_ans_standard.git
synced 2026-07-19 17:04:08 -04:00
cf8a5e4216
Description:ces_standard change to common_event_service Sig: SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: liqiang <liqiang121@huawei.com> Change-Id: I967c3a55d27ec58cce941965fb95dc28b63e9f9d
97 lines
2.6 KiB
JSON
97 lines
2.6 KiB
JSON
{
|
|
"name": "@ohos/distributed_notification_service",
|
|
"version": "",
|
|
"description": "为应用程序提供发布通知的能力",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"license": "Apache V2",
|
|
"repository": "https://gitee.com/openharmony/notification_ans_standard",
|
|
"domain": "os",
|
|
"language": "",
|
|
"publishAs": "code-segment",
|
|
"private": false,
|
|
"scripts": {},
|
|
"tags": [
|
|
"base"
|
|
],
|
|
"keywords": [
|
|
"notification",
|
|
"ans"
|
|
],
|
|
"envs": [],
|
|
"dirs": [],
|
|
"author": {
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"segment": {
|
|
"destPath": "base/notification/ans_standard"
|
|
},
|
|
"component": {
|
|
"name": "ans_standard",
|
|
"subsystem": "notification",
|
|
"syscap": [
|
|
"SystemCapability.Notification.Notification",
|
|
"SystemCapability.Notification.ReminderAgent"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "3000KB",
|
|
"ram": "16000KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"samgr_standard",
|
|
"ipc",
|
|
"ability_runtime",
|
|
"dmsfwk_standard",
|
|
"multimedia_image_standard",
|
|
"hiviewdfx_hilog_native",
|
|
"appexecfwk_standard",
|
|
"time_native",
|
|
"common_event_service",
|
|
"napi",
|
|
"safwk",
|
|
"distributeddatamgr",
|
|
"os_account_innerkits"
|
|
],
|
|
"third_party": [
|
|
"jsoncpp",
|
|
"libuv",
|
|
"icu",
|
|
"node",
|
|
"json"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/notification/ans_standard/frameworks:frameworks_target",
|
|
"//base/notification/ans_standard/interfaces:interfaces_target",
|
|
"//base/notification/ans_standard/sa_profile:ans_sa_profile",
|
|
"//base/notification/ans_standard/services:services_target",
|
|
"//base/notification/ans_standard/tools:tools_target"
|
|
],
|
|
"inner_kits": [],
|
|
"test": [
|
|
"//base/notification/ans_standard/services/ans/test/unittest:ans_unit_test",
|
|
"//base/notification/ans_standard/services/distributed/test/unittest:ans_distributed_unit_test_target",
|
|
"//base/notification/ans_standard/services/test/moduletest:moduletest",
|
|
"//base/notification/ans_standard/frameworks/ans/test/moduletest:moduletest",
|
|
"//base/notification/ans_standard/frameworks/ans/native/test/unittest:unittest",
|
|
"//base/notification/ans_standard/test:systemtest",
|
|
"//base/notification/ans_standard/test/bechmarktest:benchmarktest",
|
|
"//base/notification/ans_standard/test/fuzztest:fuzztest"
|
|
]
|
|
}
|
|
}
|
|
}
|