forked from mirrors/lpac
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>
8 lines
197 B
C
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;
|