aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-25 11:54:30 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-25 11:54:30 +0300
commiteca7b5976d9d7f8c5afc578aaf1beb0b7aacb2fe (patch)
tree46b8fa5033fc04e2a6f206775f6cffeb565ec084 /README.md
parentd9be77329582a864993eb0b3ab49bec19e3972cf (diff)
downloadUEFI-Lessons-eca7b5976d9d7f8c5afc578aaf1beb0b7aacb2fe.tar.gz
UEFI-Lessons-eca7b5976d9d7f8c5afc578aaf1beb0b7aacb2fe.tar.bz2
UEFI-Lessons-eca7b5976d9d7f8c5afc578aaf1beb0b7aacb2fe.zip
Add lesson 49
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 18119a1..346feaf 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 46](Lessons/Lesson_46): Use `NewPackageList` from the `EFI_HII_DATABASE_PROTOCOL` directly to publish HII Package list with Strings packages. Part 2: String Packages data generation
- [Lesson 47](Lessons/Lesson_47): Use `NewPackageList` from the `EFI_HII_DATABASE_PROTOCOL` directly to publish HII Package list with Strings packages. Part 3: Combine everything together. Use `NewPackageList` and `GetString` protocol functions
- [Lesson 48](Lessons/Lesson_48): Use `UNI` files and `HiiLib` to publish and work with HII String packages
+- [Lesson 49](Lessons/Lesson_49): UNI files declared with the help of `MODULE_UNI_FILE`/`PACKAGE_UNI_FILE`/`[UserExtensions.TianoCore."ExtraFiles"]`
_____