aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-03 16:21:52 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-03 16:21:52 +0300
commite74febc523101b82671160078173acd650f76dc2 (patch)
treeb30a18d9d6b85547eb0c42751f3dabffc7805cbf /Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf
parent0872ca11d741d039846c8b301eed1d720d640ed0 (diff)
downloadUEFI-Lessons-e74febc523101b82671160078173acd650f76dc2.tar.gz
UEFI-Lessons-e74febc523101b82671160078173acd650f76dc2.tar.bz2
UEFI-Lessons-e74febc523101b82671160078173acd650f76dc2.zip
Add source files for lesson 29
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf')
-rw-r--r--Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf23
1 files changed, 23 insertions, 0 deletions
diff --git a/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf b/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf
new file mode 100644
index 0000000..93ab1b9
--- /dev/null
+++ b/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf
@@ -0,0 +1,23 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = SaveBGRT
+ FILE_GUID = efe33e23-b17c-42b2-9551-87546f215935
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = UefiMain
+
+[Sources]
+ SaveBGRT.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ ShellPkg/ShellPkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib
+ ShellLib
+
+[Protocols]
+ gEfiAcpiSdtProtocolGuid
+