Skip to content

Commit

Permalink
chore(docs): add new environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed May 27, 2024
1 parent 49bf6a5 commit d41c2f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/ENVVARS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

## General

* `LPAC_APDU`: specify which APDU backend will be used. Values:
* `LPAC_APDU`: specify which APDU backend will be used. Values:
- `at`: use AT commands interface used by LTE module
- `pcsc`: use PC/SC Smart Card API
- `stdio`: use standard input/output
- `qmi_qrtr`: use QMI over QRTR
- GBinder-based backends for `libhybris` (Halium) distributions:
- `gbinder_hidl`: use HIDL IRadio (SoC launched before Android 13)
* `LPAC_HTTP`: specify which HTTP backend will be used.
- `curl`: use libcurl
- `stdio`: use standard input/ouput
* `AT_DEVICE`: specify which serial port device will be used by AT APDU backend.
* `UIM_SLOT`: specify which UIM slot will be used by QMI QRTR APDU backend. (default: 1)
* `INTERFACE_SELECT_ENV`: specify which PC/SC interface will be used by PC/SC APDU backend.

## Debug
Expand Down

0 comments on commit d41c2f8

Please sign in to comment.