lpac/driver/apdu/qmi_qrtr.h
Luca Weiss c3758fca7f
Add QMI-over-QRTR APDU backend for running on Qualcomm SoCs (#70)
On modern smartphones the communication happens using the QMI protocol
via the QRTR transport to communicate with the modem.

Add support for such devices by wrapping libqrtr-glib and libqmi-glib
and using those APIs to provide an APDU backend for lpac.

Co-authored-by: Luca Weiss <luca.weiss@fairphone.com>
Co-authored-by: estkme <145633413+estkme@users.noreply.github.com>
2024-05-19 13:04:47 +08:00

8 lines
197 B
C

// SPDX-License-Identifier: MIT
/*
* Copyright (c) 2024, Luca Weiss <luca.weiss@fairphone.com>
*/
#pragma once
#include <driver.private.h>
extern const struct euicc_driver driver_apdu_qmi_qrtr;