• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/distributed_notification_service",
3  "version": "",
4  "description": "为应用程序提供发布通知的能力",
5  "homePage": "https://gitee.com/openharmony",
6  "license": "Apache V2",
7  "repository": "https://gitee.com/openharmony/notification_ans_standard",
8  "domain": "os",
9  "language": "",
10  "publishAs": "code-segment",
11  "private": false,
12  "scripts": {},
13  "tags": [
14    "base"
15  ],
16  "keywords": [
17    "notification",
18    "ans",
19    "distributed_notification_service"
20  ],
21  "envs": [],
22  "dirs": [],
23  "author": {
24    "name": "",
25    "email": "",
26    "url": ""
27  },
28  "contributors": [
29    {
30      "name": "",
31      "email": "",
32      "url": ""
33    }
34  ],
35  "segment": {
36    "destPath": "base/notification/distributed_notification_service"
37  },
38  "component": {
39    "name": "distributed_notification_service",
40    "subsystem": "notification",
41    "syscap": [
42      "SystemCapability.Notification.Notification",
43      "SystemCapability.Notification.ReminderAgent"
44    ],
45    "features": [],
46    "adapted_system_type": [
47      "standard"
48    ],
49    "rom": "3000KB",
50    "ram": "16000KB",
51    "hisysevent_config":[
52      "//base/notification/distributed_notification_service/hisysevent.yaml"
53    ],
54    "deps": {
55      "components": [
56        "distributeddatamgr",
57        "ace_engine",
58        "samgr",
59        "hitrace_native",
60        "napi",
61        "window_manager",
62        "hiviewdfx_hilog_native",
63        "relational_store",
64        "device_usage_statistics",
65        "bundle_framework",
66        "time_service",
67        "safwk",
68        "ability_runtime",
69        "ability_base",
70        "common_event_service",
71        "os_account",
72        "hicollie_native",
73        "hisysevent_native",
74        "access_token",
75        "ipc",
76        "multimedia_player_framework",
77        "multimedia_image_framework",
78        "eventhandler",
79        "utils_base"
80      ],
81      "third_party": [
82        "libuv"
83      ]
84    },
85    "build": {
86      "group_type": {
87        "base_group": [
88
89        ],
90        "fwk_group": [
91          "//base/notification/distributed_notification_service/frameworks/ans:ans_client",
92          "//base/notification/distributed_notification_service/frameworks/core:ans_core",
93          "//base/notification/distributed_notification_service/frameworks/js/napi:napi_notification",
94          "//base/notification/distributed_notification_service/frameworks/js/napi:napi_reminder"
95        ],
96        "service_group": [
97          "//base/notification/distributed_notification_service/sa_profile:ans_sa_profile",
98          "//base/notification/distributed_notification_service/services:ans_service",
99          "//base/notification/distributed_notification_service/tools:tools_shell"
100        ]
101      },
102      "test": [
103        "//base/notification/distributed_notification_service/services/ans/test/unittest:ans_unit_test",
104        "//base/notification/distributed_notification_service/services/distributed/test/unittest:ans_unit_test",
105        "//base/notification/distributed_notification_service/services/test/moduletest:moduletest",
106        "//base/notification/distributed_notification_service/frameworks/test/moduletest:moduletest",
107        "//base/notification/distributed_notification_service/frameworks/ans/test/unittest:unittest",
108        "//base/notification/distributed_notification_service/frameworks/core/test/unittest:unittest",
109        "//base/notification/distributed_notification_service/test:systemtest",
110        "//base/notification/distributed_notification_service/tools:unittest",
111        "//base/notification/distributed_notification_service/test/bechmarktest:benchmarktest",
112        "//base/notification/distributed_notification_service/test/fuzztest:fuzztest"
113      ]
114    }
115  }
116}
117