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
- Host: GitHub
- URL: https://github.com/ludovicrousseau/uefi-smartcardreader-samples
- Owner: LudovicRousseau
- License: gpl-2.0
- Created: 2015-06-01T14:23:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T16:57:52.000Z (over 3 years ago)
- Last Synced: 2025-03-27T21:52:00.321Z (about 1 year ago)
- Topics: c, uefi
- Language: C
- Homepage:
- Size: 41 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```