aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf
diff options
context:
space:
mode:
Diffstat (limited to 'Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf')
-rw-r--r--Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf23
1 files changed, 0 insertions, 23 deletions
diff --git a/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf b/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf
deleted file mode 100644
index 93ab1b9..0000000
--- a/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf
+++ /dev/null
@@ -1,23 +0,0 @@
-[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
-