• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/communication_nfc",
3    "version": "3.1",
4    "description": "nfc service",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "Apache License 2.0",
7    "repository": "https://gitee.com/openharmony/communication_nfc",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "foundation"
15    ],
16    "keywords": [
17        "communication",
18        "nfc"
19    ],
20    "envs": [],
21    "dirs": [],
22    "author": {
23        "name": "",
24        "email": "",
25        "url": ""
26    },
27    "contributors": [
28        {
29            "name": "",
30            "email": "",
31            "url": ""
32        }
33    ],
34    "segment": {
35        "destPath": "foundation/communication/nfc"
36    },
37    "component": {
38        "name": "nfc",
39        "subsystem": "communication",
40        "syscap": [
41            "SystemCapability.Communication.NFC.Core",
42            "SystemCapability.Communication.NFC.Tag",
43            "SystemCapability.Communication.NFC.CardEmulation"
44        ],
45        "features": [],
46        "adapted_system_type": [
47            "standard"
48        ],
49        "rom": "",
50        "ram": "",
51        "deps": {
52            "components": [
53                "ipc",
54                "hilog",
55                "bundle_framework",
56                "c_utils",
57                "napi",
58                "ability_base",
59                "samgr",
60                "ability_runtime",
61                "access_token",
62                "common_event_service",
63                "eventhandler",
64                "miscdevice",
65                "preferences",
66                "safwk",
67                "drivers_interface_nfc",
68                "init"
69            ],
70            "third_party": [
71                "libnfc-nci",
72                "zlib"
73            ]
74        },
75        "build": {
76            "group_type": {
77                "base_group": [],
78                "fwk_group": [
79                    "//foundation/communication/nfc/interfaces/inner_api:nfc_inner_kits",
80                    "//foundation/communication/nfc/frameworks/js/napi/controller:controller",
81                    "//foundation/communication/nfc/frameworks/js/napi/cardEmulation:cardemulation",
82                    "//foundation/communication/nfc/frameworks/js/napi/tag:tag"
83                ],
84                "service_group": [
85                    "//third_party/libnfc-nci/SN100x:nfc-nci",
86                    "//foundation/communication/nfc/sa_profile:nfc_profile",
87                    "//foundation/communication/nfc/services:nfc_service"
88                ]
89            },
90            "inner_kits": [
91                {
92                    "type": "so",
93                    "name": "//foundation/communication/nfc/interfaces/inner_api:nfc_inner_kits",
94                    "header": {
95                        "header_files": [
96                            "nfc_controller.h"
97                        ],
98                        "header_base": "//foundation/communication/nfc/interfaces/inner_api/include/controller"
99                    }
100                }
101            ],
102            "test": [
103                "//foundation/communication/nfc/test:test_nfc_service"
104            ]
105        },
106        "hisysevent_config": [
107        ]
108    }
109}
110