summaryrefslogtreecommitdiffstats
path: root/jni/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move NXP JNI and DeviceHost implementation into separate dir.Martijn Coenen2012-07-251-35/+0
| | | | | | | | | | Preparation for the new NCI stack. The idea is to build either the NXP or the NCI stack, triggered by a makefile switch. To that end, move the DeviceHost and JNI implementations in their own directory, so we can build them only if needed. Change-Id: I8579ec30ceb1908e4cd180cfbd10224aa4bddb8d
* Revert "Move NXP JNI and DeviceHost implementation into separate dir."Martijn Coenen2012-07-241-0/+35
| | | | This reverts commit 26f6049196acaa9768ba6bdef343216ea878a4c1.
* Move NXP JNI and DeviceHost implementation into separate dir.Martijn Coenen2012-07-241-35/+0
| | | | | | | | | | Preparation for the new NCI stack. The idea is to build either the NXP or the NCI stack, triggered by a makefile switch. To that end, move the DeviceHost and JNI implementations in their own directory, so we can build them only if needed. Change-Id: Ibb6aeb11f0bb887e153fd457860b1ad0e39e7933
* Get EEPROM settings from NFC HAL.Martijn Coenen2011-11-041-2/+3
| | | | | | | Also removed port configuration: libnfc retrieves it directly from the NFC HAL now. Change-Id: Ic57d20c3a8079aaaae3c129da189e8abf4e03dab
* packages/apps/Nfc: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
| | | | | Change-Id: Ibd6eeec28f0344711ea3933b1d3ad90ffa778d87 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Added list utility.Sylvain Fonteneau2010-11-221-0/+1
| | | | Change-Id: I492cb06bc02ec604bc4eceb7f2c6ff590201c120
* Secure Element Access implementationDaniel Tomas2010-11-191-0/+1
| | | | Change-Id: Ia1c006c52aaf312408ef2fba96715b1b6c382ea9
* Remove dead code.Jeff Hamilton2010-11-111-1/+0
| | | | | | | | NativeNfcTag contains the NDEF read/write and NativeNdefTag is not used anywhere. Change-Id: Ic3f7c3c792419468ea9c02f3d08df2761627137e
* Use malloc to allocate semaphores for easier memory corruption detection.Nick Pelly2010-11-021-0/+2
| | | | | Change-Id: I9741b2527914992ab710c405d869f0ac6273f468 Signed-off-by: Nick Pelly <npelly@google.com>
* Rename com_trustedlogic_trustednfc -> com_android_nfc.Nick Pelly2010-10-171-8/+8
| | | | | Change-Id: I7299115be35b4a598ad9bfc068d6161a01d1a834 Signed-off-by: Nick Pelly <npelly@google.com>
* Enable NFC service as an application service.Nick Pelly2010-10-151-0/+31
Uses ServiceManager.addService() to register the service. Uses BOOT_COMPLETE to start the service. Uses sharedUserId com.android.nfc so that it has a fixed uid. Uses android:persistant so that the process is not killed. Change-Id: If4264baf5dc457ee0a3ad5788c5945e84173b1ea Signed-off-by: Nick Pelly <npelly@google.com>