History log of /system/nfc/src/adaptation/config.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c76c21dd27b7bb9296f4bdef8c6e19ec9d19eef3 27-Feb-2017 Love Khanna <love.khanna@nxp.com> Apply clang-format

Only target c,cpp and header files.
find * | grep -E "\.(c|h|cpp)$" | xargs clang-format --style=file -i

Test: compiles

Change-Id: I3eddd2eb8f5076f5bd4e196cfdd5c102d5b4a1a5
/system/nfc/src/adaptation/config.cpp
264af28a9d10595ef0ece33463d93a592030a110 22-Feb-2017 Jaekyun Seok <jaekyun@google.com> Treblize nfc config file location

Treblization requires to locate partner-specific configs in its own
partition. So the nfc config file could be located in /odm/etc or
/vendor/etc.
This CL is to support those locations for the config.

Test: building succeeded and tested on sailfish.
Bug: 35369237
Change-Id: I22840654044e142433a1d828cb8e382c48cd699f
/system/nfc/src/adaptation/config.cpp
6fca02d5010de7bd31d83b853c32138021da5f29 30-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Apply clang-format

find * | grep "\.[ch]" | xargs clang-format --style=file -i

Test: compiles
Change-Id: Id9b790d9685f7ba5ba1bcec1149619b63c2e679a
signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/system/nfc/src/adaptation/config.cpp
d03c06e4c5dc9b5561d084d173d34e731304e604 27-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Rename OverrideLog.h to _OverrideLog.h

This is a temporary hack. OverrideLog.h has a requirement that it needs
to be included first so that it can define it's own version of ALOGD.
Remaining it to _OverrideLog.h will ensure that it is the first file
which is included.

Test: compiles
Change-Id: Ib566a47950e88c90bec4169a7feffcc65b7bb545
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/system/nfc/src/adaptation/config.cpp
65ebec5a7e3be5d18414ac8f0dd3f5090b4ae3b4 06-Apr-2016 Jizhou Liao <Jizhou.Liao@nxp.com> Fix warnings in external/libnfc-nci/src.

Bug: 205930
/system/nfc/src/adaptation/config.cpp
1569641423dac0a41af7596fdef972126e698f46 16-Jul-2014 Evan Chu <evanchu@broadcom.com> Fix Coverity items.

Change-Id: I4fda82bb996aa51d5979f85cb0b284e5b722d36a
/system/nfc/src/adaptation/config.cpp
a24be4f06674b2707b57904deaa0dff5a95823bd 13-Nov-2013 Evan Chu <evanchu@broadcom.com> Upgrade stack to NFA_PI_1.03.66+

Take code from NFCA_MI_430.10.00.07.
Additional changes include:
* Adjust copyright.
* Clean up stack and HAL diagnostic tracing.
* Fix ce_t4t_data_cback() in src/nfc/tags/ce_t4t.c in order to let HCE payment to work.
* Reduce compilation warnings.

Change-Id: I7b174229029d4a4955ff7750623e78c9a8c856f6
/system/nfc/src/adaptation/config.cpp
e9629bad30a9f478b336ab46b8e6e02f7f87af46 31-Jan-2014 Evan Chu <evanchu@broadcom.com> Adjust copyright year to 2014.

No code change.

Change-Id: Id868ad0356f9b5a43c887de7a3b596bb86be9026
/system/nfc/src/adaptation/config.cpp
5c65c3a0f42e174e47fecd4e569606003217ff4e 27-Mar-2013 Martijn Coenen <maco@google.com> Latest NFC stack-drop from Broadcom.

Patches provided by Evan Chu <evanchu@broadcom.com> and
Paul Chaisson <pchaisson@broadcom.com>.

Most important changes:
- Support for BCM20793B4 and BCM20793B5 revisions in the HAL.
- Remove connection handover and SNEP implementations, since
we already have them in java-land.
- Fix issue where the NFCC is not woken for HCI writes.
- Remove a lot of duplicated code in the HAL.
- Various small fixes.

Change-Id: I00f7457fe7ec23602071532a15bf2be9d7706b37
/system/nfc/src/adaptation/config.cpp
e9df6ba5a8fcccf306a80b1670b423be8fe7746a 13-Dec-2012 The Android Open Source Project <initial-contribution@android.com> Snapshot 7ddd630e136a035ba463c427285c5c3e9f199ee0

Change-Id: If08c7b905da667dd9e5110231e4592842b634006
/system/nfc/src/adaptation/config.cpp