-
Notifications
You must be signed in to change notification settings - Fork 7
/
RD.inf
66 lines (52 loc) · 1.41 KB
/
RD.inf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = Scorpion
FILE_GUID = 99a59ca7-13d4-4650-9389-6f1ed44ec4b9
VERSION_STRING = 1.0
MODULE_TYPE = DXE_DRIVER
ENTRY_POINT = RDEntryPoint
[Sources]
#Add Start By Lundy
AddBootOption.h
#Add End By Lundy
RD.h
RDMain.c
RDBlockIo.c
IMG.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
ShellPkg/ShellPkg.dec
[LibraryClasses]
IoLib
PcdLib
BaseLib
UefiLib
PrintLib
BaseMemoryLib
MemoryAllocationLib
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
UefiDriverEntryPoint
DevicePathLib
DxeServicesLib
#Add Start By Lundy
# ReportStatusCodeLib
DebugLib
UefiBootManagerLib
PlatformBootManagerLib
#Add End By Lundy
[Protocols]
gEfiRamDiskProtocolGuid ## PRODUCES
gEfiDevicePathProtocolGuid ## PRODUCES
gEfiBlockIoProtocolGuid ## PRODUCES
gEfiBlockIo2ProtocolGuid ## PRODUCES
gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
[Guids]
gEfiVirtualDiskGuid ## SOMETIMES_CONSUMES ## GUID
#Add Start By Lundy
gEfiGlobalVariableGuid
gEfiEventReadyToBootGuid
#Add End By Lundy
[Depex]
TRUE