From b419c72fac70fbe812a7f7792fc11090d252475d Mon Sep 17 00:00:00 2001 From: zhijianwen Date: Mon, 25 Jul 2022 20:12:36 +0800 Subject: [PATCH] defPermissions Signed-off-by: zhijianwen --- .../actsnotificationshow/src/main/config.json | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/notification/ans_standard/actsnotificationshow/src/main/config.json b/notification/ans_standard/actsnotificationshow/src/main/config.json index 589809270..f86da50f9 100644 --- a/notification/ans_standard/actsnotificationshow/src/main/config.json +++ b/notification/ans_standard/actsnotificationshow/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