From 9ad3afced07d724230a94d54e8f020c3980d1c9f Mon Sep 17 00:00:00 2001 From: zhijianwen Date: Mon, 25 Jul 2022 18:45:20 +0800 Subject: [PATCH] defPermissions Signed-off-by: zhijianwen --- .../entry/src/main/config.json | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/notification/ans_standard/actsnotificationshow/entry/src/main/config.json b/notification/ans_standard/actsnotificationshow/entry/src/main/config.json index 0d36fc4ad..3b2a30223 100644 --- a/notification/ans_standard/actsnotificationshow/entry/src/main/config.json +++ b/notification/ans_standard/actsnotificationshow/entry/src/main/config.json @@ -24,33 +24,6 @@ "moduleName": "entry", "moduleType": "entry" }, - "defPermissions": [ - { - "availableScope": [], - "grantMode": "system_grant", - "name": "publish_event0800_permission" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "publish_event0900_subscriberPermissions" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "publish_event0900_publisherPermission" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "publish_event1000_permission" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "permission.COMMONEVENT_STICKY" - } - ], "reqPermissions": [ { "name": "publish_event0800_permission", -- GitLab