• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "pc_notificationpanel",
4    "type": "feature",
5    "srcEntrance": "./ets/Application/AbilityStage.ts",
6    "description": "$string:mainability_description",
7    "mainElement": "com.ohos.systemui.notificationpanel.ServiceExtAbility",
8    "deviceTypes": [
9      "tablet"
10    ],
11    "metadata": [
12      {
13        "name": "ArkTSPartialUpdate",
14        "value": "true"
15      }
16    ],
17    "deliveryWithInstall": true,
18    "installationFree": false,
19    "uiSyntax": "ets",
20    "pages": "$profile:main_pages",
21    "extensionAbilities": [
22      {
23        "visible": true,
24        "skills": [
25          {
26            "actions": [
27              "com.ohos.systemui.action.BAR_ICON"
28            ]
29          }
30        ],
31        "srcEntrance": "./ets/ServiceExtAbility/ServiceExtAbility.ts",
32        "name": "com.ohos.systemui.notificationpanel.ServiceExtAbility",
33        "icon": "$media:ic_message_filled",
34        "description": "$string:mainability_description",
35        "label": "$string:app_name",
36        "type": "service",
37        "metadata": [
38          {
39            "name": "com.ohos.systemui.action.BAR_ICON",
40            "value": "\"pluginType\":\"1\",\"clickAction\":\"local=showNotificationPanel\",\"selectedClickAction\":\"local=hideNotificationPanel\",\"relationWindowId\":\"SystemUi_NotificationPanel\"",
41            "resource": "$profile:form_config"
42          }
43        ]
44      }
45    ]
46  }
47}