summaryrefslogtreecommitdiffstats
path: root/1.0
Commit message (Collapse)AuthorAgeFilesLines
* NFC: Build libraries in product partitionBhuvan Varshney2019-04-161-2/+1
| | | | | | | | | As per AOSP requirements, the hidl libraries should be built in product partition instead of system/lib partition. Regenerated Makefiles to align with the AOSP requirements. Change-Id: I7ac631fdd481d58f9b0a7b83de20f1fe49e8beee
* NFC: Add hash version for NFC vendor halGaurav Singhal2018-11-021-1/+1
| | | | | | | | | | Added current hash version for NFC vendor hal and modified root path to support this. Added Hal hash to comply with VTS test for Android upgrade. Change-Id: I711ecf71735958f8a61d47596e21de2356270c5c
* NFC: Remove HIDL implementation codeGaurav Singhal2018-08-028-478/+0
| | | | | | | | | This project will be used only for HIDL interface and different project is there for HIDL implementation. Removing vendor related code. Change-Id: I503978d71645a4baab8325b59aaded41b533b9d4
* NFC: Update latest HIDL filesRohit Rangwani2018-03-054-163/+9
| | | | | | | | | | Delete makefile and update bp file to latest generated using hidl-gen tool for supporting Android P. Add package to path mapping for compilation and remove _vendor binder wrapper library. Change-Id: If11cfe3410925c0fe3097d2754cf2cba164c2927
* NFC: Copy HAL lib to system and vendor partitionGaurav Singhal2017-06-213-2/+28
| | | | | | | | | | | HAL library is needed by client and server process, client is part of system and server is part of vendor so we need HAL library in both the partition. HAL library copy to vendor partition as well to fix NFC crash with full treble. Change-Id: I32e0c205e512ea21916ebd9a5fb9fc2448c8ede6
* NFC: Vendor extension HAL implementationGaurav Singhal2017-05-3012-0/+699
Vendor extension HAL support added for ioctl API and for rest of the APIs default AOSP interface is used. Vendor HAL service registers both the interfaces. Change-Id: I340f6e89e2b1daafdb497a9c9ce39ee6a4169ddd