mirror of
https://github.com/estkme-group/lpac
synced 2025-10-06 01:50:31 +02:00
916 B
916 B
GBinder APDU Backend
GBinder-based backends for libhybris
(Halium) distributions
HIDL
HAL interface definition language or HIDL is an interface description language (IDL) to specify the interface between a HAL and its users. HIDL allows specifying types and method calls, collected into interfaces and packages. More broadly, HIDL is a system for communicating between codebases that may be compiled independently.
This backend uses the android.hardware.radio@1.0::IRadio
HIDL interface to send and receive APDUs via the RIL.
Environment Variables
LPAC_APDU_GBINDER_DEBUG
: enable debug output for GBinder APDU backend.
(boolean, default:false
)