1{
2    "name": "@ohos/connected_nfc_tag",
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_connected_nfc_tag",
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        "tag"
20    ],
21    "envs": [],
22    "dirs": [],
23    "author": {
24        "name": "",
25        "email": "",
26        "url": ""
27    },
28    "contributors": [
29        {
30            "name": "",
31            "email": "",
32            "url": ""
33        }
34    ],
35    "segment": {
36        "destPath": "foundation/communication/connected_nfc_tag"
37    },
38    "component": {
39        "name": "connected_nfc_tag",
40        "subsystem": "communication",
41        "syscap": [
42            "SystemCapability.Communication.ConnectedTag"
43        ],
44        "features": [],
45        "adapted_system_type": [
46            "standard"
47        ],
48        "rom": "",
49        "ram": "",
50        "deps": {
51            "components": [
52                "ipc",
53                "c_utils",
54                "hilog",
55                "napi",
56                "access_token",
57                "hisysevent",
58                "safwk",
59                "samgr",
60                "hdf_core",
61                "drivers_interface_connected_nfc_tag"
62            ],
63            "third_party": [
64            ]
65        },
66        "build": {
67            "sub_component": [
68                "//foundation/communication/connected_nfc_tag/sa_profile:nfc_tag_profile",
69                "//foundation/communication/connected_nfc_tag/interfaces/inner_api:nfc_tag_inner_kits",
70                "//foundation/communication/connected_nfc_tag/services:nfc_tag_service",
71                "//foundation/communication/connected_nfc_tag/frameworks/js/napi:nfc_tag_napi"
72            ],
73            "inner_kits": [
74                {
75                    "type": "so",
76                    "name": "//foundation/communication/connected_nfc_tag/interfaces/inner_api:nfc_tag_inner_kits",
77                    "header": {
78                        "header_files": [
79                            "nfc_tag_impl.h"
80                        ],
81                        "header_base": "//foundation/communication/connected_nfc_tag/interfaces/inner_api/include"
82                    }
83                }
84            ],
85            "test": [
86            ]
87        },
88        "hisysevent_config": [
89        ]
90    }
91}
92