summaryrefslogtreecommitdiffstats
path: root/nci/jni
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix one last user of astl to use stlport instead...Elliott Hughes2012-08-081-2/+5
| | | | | | | | | This wasn't directly referencing libastl, so I didn't find it first time round. A top level rebuild without external/astl caught it. I've since grepped and there are no other projects that pull in the include files without the shared library. Change-Id: I2dd06727098744076a7e115d05a8139029ff977a
* Dump NFC controller firmware version in the logs.Martijn Coenen2012-08-061-2/+20
| | | | Change-Id: I0ff7c460b53f56d7b98e1e27838cfd4243a2b0a0
* Don't route PPSE AIDs to the host by default.Martijn Coenen2012-08-021-2/+0
| | | | | | | | | | In our current model these AIDs should be handled by the EE. Because this routing also activates Nfc-B listen mode, it causes some Beam inter-op issues with PN544-based devices. Change-Id: I865bbf7cdd48a781410ad3742426fa9b05751c70
* Follow-up NFC code drop.Martijn Coenen2012-07-305-141/+91
| | | | | | | From partner, uploaded 07/26/2012; modified to fit in new dhimpl/jni split. Change-Id: I3a8c04ab9427adc1295b7b46ec1308f98a2c2c5e
* NFC: Initial NCI DeviceHost and JNI implementation.Martijn Coenen2012-07-2731-0/+14544
From partner drop at 07/20. Modified to fit into our new JNI/DH split. New build config that builds two targets, Nfc and NfcNci, each with their own dependencies. Product config files have to specify either Nfc or NfcNci in their packages config. Change-Id: I348a3aad7167195ca03baf9636408ab8e4c55fce