aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf
diff options
context:
space:
mode:
Diffstat (limited to 'Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf')
-rw-r--r--Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf19
1 files changed, 0 insertions, 19 deletions
diff --git a/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf b/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf
deleted file mode 100644
index a6008c2..0000000
--- a/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf
+++ /dev/null
@@ -1,19 +0,0 @@
-[Defines]
- INF_VERSION = 1.25
- BASE_NAME = SimpleDriver
- FILE_GUID = 384aeb18-105d-4af1-bf17-5e349e8f4d4c
- MODULE_TYPE = UEFI_DRIVER
- VERSION_STRING = 1.0
- ENTRY_POINT = SimpleDriverEntryPoint
- UNLOAD_IMAGE = SimpleDriverUnload
-
-[Sources]
- SimpleDriver.c
-
-[Packages]
- MdePkg/MdePkg.dec
-
-[LibraryClasses]
- UefiDriverEntryPoint
- UefiLib
-