1 Star 0 Fork 89

yangyannan/diff_communication_nfc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 3.74 KB
一键复制 编辑 原始数据 按行查看 历史
赵莹莹 提交于 2023-11-07 15:33 . change the inner common include.
{
"name": "@ohos/communication_nfc",
"version": "3.1",
"description": "nfc service",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/communication_nfc",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"foundation"
],
"keywords": [
"communication",
"nfc"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "foundation/communication/nfc"
},
"component": {
"name": "nfc",
"subsystem": "communication",
"syscap": [
"SystemCapability.Communication.NFC.Core",
"SystemCapability.Communication.NFC.Tag",
"SystemCapability.Communication.NFC.CardEmulation"
],
"features": [
"nfc_use_vendor_nci_native"
],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"ipc",
"hilog",
"bundle_framework",
"c_utils",
"napi",
"ability_base",
"samgr",
"ability_runtime",
"access_token",
"common_event_service",
"eventhandler",
"miscdevice",
"preferences",
"safwk",
"drivers_interface_nfc",
"init",
"hisysevent",
"data_share",
"nfc_ext_service"
],
"third_party": [
"libnfc-nci",
"zlib"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/communication/nfc/interfaces/inner_api:nfc_inner_kits",
"//foundation/communication/nfc/frameworks/js/napi/controller:controller",
"//foundation/communication/nfc/frameworks/js/napi/cardEmulation:cardemulation",
"//foundation/communication/nfc/frameworks/js/napi/tag:tag"
],
"service_group": [
"//foundation/communication/nfc/sa_profile:nfc_profile",
"//foundation/communication/nfc/services:nfc_service"
]
},
"inner_kits": [
{
"type": "so",
"name": "//foundation/communication/nfc/interfaces/inner_api:nfc_inner_kits",
"header": {
"header_files": [
"nfc_controller.h"
],
"header_base": "//foundation/communication/nfc/interfaces/inner_api/include/controller"
}
},
{
"type": "so",
"name": "//foundation/communication/nfc/interfaces/inner_api/common:nfc_inner_kits_common",
"header": {
"header_files": [
],
"header_base": "//foundation/communication/nfc/interfaces/inner_api/common"
}
}
],
"test": [
"//foundation/communication/nfc/test:test_nfc_service"
]
},
"hisysevent_config": [
"//foundation/communication/nfc/hisysevent.yaml"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangyannanyangyannan/diff_communication_nfc.git
git@gitee.com:yangyannanyangyannan/diff_communication_nfc.git
yangyannanyangyannan
diff_communication_nfc
diff_communication_nfc
master

搜索帮助