-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule libgnfcdc
updated
20 files
+13 −13 | LICENSE | |
+24 −44 | Makefile | |
+20 −13 | include/nfcdc_adapter.h | |
+72 −18 | include/nfcdc_daemon.h | |
+21 −13 | include/nfcdc_default_adapter.h | |
+29 −12 | include/nfcdc_isodep.h | |
+22 −11 | include/nfcdc_tag.h | |
+23 −11 | include/nfcdc_types.h | |
+73 −0 | include/nfcdc_version.h | |
+13 −3 | rpm/libgnfcdc.spec | |
+33 −0 | spec/org.sailfishos.nfc.Adapter.xml | |
+58 −0 | spec/org.sailfishos.nfc.Daemon.xml | |
+2 −0 | spec/org.sailfishos.nfc.IsoDep.xml | |
+126 −38 | src/nfcdc_adapter.c | |
+448 −133 | src/nfcdc_daemon.c | |
+47 −22 | src/nfcdc_default_adapter.c | |
+158 −71 | src/nfcdc_isodep.c | |
+39 −31 | src/nfcdc_peer.c | |
+22 −24 | src/nfcdc_peer_service.c | |
+40 −32 | src/nfcdc_tag.c |
Submodule libqnfcdc
updated
14 files
+13 −13 | LICENSE | |
+23 −13 | include/NfcAdapter.h | |
+19 −15 | include/NfcMode.h | |
+17 −13 | include/NfcPeer.h | |
+32 −16 | include/NfcSystem.h | |
+17 −13 | include/NfcTag.h | |
+76 −0 | include/NfcTech.h | |
+4 −2 | libqnfcdc.pro | |
+93 −42 | src/NfcAdapter.cpp | |
+39 −21 | src/NfcMode.cpp | |
+77 −55 | src/NfcPeer.cpp | |
+74 −40 | src/NfcSystem.cpp | |
+84 −44 | src/NfcTag.cpp | |
+174 −0 | src/NfcTech.cpp |