An open API service indexing awesome lists of open source software.

https://github.com/ludovicrousseau/uefi-smartcardreader-samples

Samples of UEFI SmartCardReader API
https://github.com/ludovicrousseau/uefi-smartcardreader-samples

c uefi

Last synced: about 1 year ago
JSON representation

Samples of UEFI SmartCardReader API

Awesome Lists containing this project

README

          

# UEFI-SmartCardReader-Samples

## Setup

Clone the [edk2](https://github.com/tianocore/edk2),
[edk2-libc](https://github.com/tianocore/edk2-libc) and
[UEFI-SmartCardReader-Samples](https://github.com/LudovicRousseau/UEFI-SmartCardReader-Samples)
repositories in the same directory.

## Build

To build the samples run the `./build.sh` script.

```
cd UEFI-SmartCardReader-Samples
./build.sh
```