aboutsummaryrefslogtreecommitdiffstats
path: root/utils/include
Commit message (Collapse)AuthorAgeFilesLines
* {Q_DP1}: Fix/suppress system/nfc google-explicit-constructor warningsnxf322882019-05-281-3/+3
| | | | | * Add explicit to conversion constructors/operators * Use NOLINT or NOLINTNEXTLINE to suppress warnings on intended converters
* Fix for china transit use cases failureSuhas Suresh2018-07-311-1/+3
| | | | | Changes are added to update with transit config parameters, if configs are corresponding to libnfc-nci.conf
* Read libnfc-nci.conf file after NFC Toggle.nxf322882018-06-131-0/+1
| | | | | | | Configs are cleared when Nfc is disabled. This change reads the configs again if empty. Change-Id: I2e115d399db598b78f0be1a8a20af23a71fc31d0
* Add support for getConfig() from NFC HAL 1.1nxf322882018-06-132-91/+5
| | | | Change-Id: I13cf70d67bcddb0a6a0d5db143c789d0223ad804
* Compilation Fixes.nxf322882018-06-131-0/+32
|
* Add configs for HCI Pipe IDnxf322882018-06-131-0/+2
|
* Use new NfcConfig parser (1/2)nxf322882018-06-132-0/+24
|
* Add new NFC config parser and testsnxf322882018-06-132-0/+89
|
* Create libnfcutils static library and add native testsnxf322882018-06-131-0/+62
First commit to establish native unit test framework and break out independent modules into shared libraries to allow inclusing into unit test binaries.