• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "ohos.acts.communication.nfc.nfcdevice",
4        "vendor": "acts",
5        "version": {
6            "code": 1000000,
7            "name": "1.0.0"
8        },
9        "apiVersion": {
10            "compatible": 4,
11            "target": 5
12        }
13    },
14    "deviceConfig": {},
15    "module": {
16        "package": "ohos.acts.communication.nfc.nfcdevice",
17        "name": ".entry",
18        "mainAbility": ".MainAbility",
19        "deviceType": [
20      "tablet",
21      "default",
22            "phone"
23        ],
24        "distro": {
25            "deliveryWithInstall": true,
26            "moduleName": "nfc_standard",
27            "moduleType": "entry"
28        },
29        "abilities": [
30            {
31                "skills": [
32                    {
33                        "entities": [
34                            "entity.system.home"
35                        ],
36                        "actions": [
37                            "action.system.home"
38                        ]
39                    }
40                ],
41                "orientation": "unspecified",
42                "formsEnabled": false,
43                "name": ".MainAbility",
44                "srcLanguage": "js",
45                "srcPath": "MainAbility",
46                "icon": "$media:icon",
47                "description": "$string:MainAbility_desc",
48                "label": "$string:MainAbility_label",
49                "type": "page",
50                "visible": true,
51                "launchType": "standard"
52            },
53            {
54                "orientation": "unspecified",
55                "formsEnabled": false,
56                "name": ".TestAbility",
57                "srcLanguage": "js",
58                "srcPath": "TestAbility",
59                "icon": "$media:icon",
60                "description": "$string:TestAbility_desc",
61                "label": "$string:TestAbility_label",
62                "type": "page",
63                "visible": true,
64                "launchType": "standard"
65            }
66        ],
67        "js": [
68            {
69                "pages": [
70                    "pages/index/index"
71                ],
72                "name": "default",
73                "window": {
74                    "designWidth": 720,
75                    "autoDesignWidth": false
76                }
77            },
78            {
79                "pages": [
80                    "pages/index/index"
81                ],
82                "name": ".TestAbility",
83                "window": {
84                    "designWidth": 720,
85                    "autoDesignWidth": false
86                }
87            }
88        ],
89        "reqPermissions": [
90            {
91                "name": "ohos.permission.NFC_CARD_EMULATION",
92                "reason": "use ohos.permission.SET_nfc_INFO"
93            },
94            {
95                "name": "ohos.permission.NFC_TAG",
96                "reason": "use ohos.permission.NFC_TAG"
97            }
98        ],
99        "testRunner": {
100            "name": "OpenHarmonyTestRunner",
101            "srcPath": "TestRunner"
102        },
103        "srcPath": ""
104    }
105}
106