• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/communication_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                "ipc",
56                "napi",
57                "access_token",
58                "hisysevent",
59                "safwk",
60                "samgr"
61            ],
62            "third_party": [
63            ]
64        },
65        "build": {
66            "sub_component": [
67                "//foundation/communication/connected_nfc_tag/sa_profile:nfc_tag_profile",
68                "//foundation/communication/connected_nfc_tag/interfaces/inner_api:nfc_tag_inner_kits",
69                "//foundation/communication/connected_nfc_tag/services:nfc_tag_service",
70                "//foundation/communication/connected_nfc_tag/frameworks/js/napi:nfc_tag_napi"
71            ],
72            "inner_kits": [
73                {
74                    "type": "so",
75                    "name": "//foundation/communication/connected_nfc_tag/interfaces/inner_api:nfc_tag_inner_kits",
76                    "header": {
77                        "header_files": [
78                            "nfc_tag_impl.h"
79                        ],
80                        "header_base": "//foundation/communication/connected_nfc_tag/interfaces/inner_api/include"
81                    }
82                }
83            ],
84            "test": [
85            ]
86        },
87        "hisysevent_config": [
88        ]
89    }
90}
91