mirror of
https://gitee.com/openharmony/notification_common_event_service
synced 2024-11-23 16:10:07 +00:00
cmeDelete
Signed-off-by: wangkailong <wangkailong6@huawei.com> Change-Id: I96da8494784fc522671eb98bd4d8819afe64fd66
This commit is contained in:
parent
0922d8e5b3
commit
513d78524a
@ -40,7 +40,10 @@
|
||||
"syscap": [
|
||||
"SystemCapability.Notification.CommonEvent"
|
||||
],
|
||||
"features": ["common_event_service_with_graphics"],
|
||||
"features": [
|
||||
"common_event_service_with_graphics",
|
||||
"common_event_service_tool_cem_enable"
|
||||
],
|
||||
"hisysevent_config": [
|
||||
"//base/notification/common_event_service/hisysevent.yaml"
|
||||
],
|
||||
|
@ -43,6 +43,7 @@ ces_services_path = "${services_path}"
|
||||
declare_args() {
|
||||
common_event_service_with_graphics = true
|
||||
has_hisysevent_part = true
|
||||
common_event_service_tool_cem_enable = true
|
||||
|
||||
if (!defined(global_parts_info) ||
|
||||
defined(global_parts_info.account_os_account)) {
|
||||
|
@ -15,7 +15,9 @@ import("//base/notification/common_event_service/event.gni")
|
||||
import("//build/ohos.gni")
|
||||
|
||||
group("tools_target") {
|
||||
deps = [ "cem:tools_cem" ]
|
||||
if (common_event_service_tool_cem_enable) {
|
||||
deps = [ "cem:tools_cem" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("systemtest") {
|
||||
|
Loading…
Reference in New Issue
Block a user