forked from LongSoft/CrScreenshotDxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CrScreenshotDxe.inf
36 lines (30 loc) · 904 Bytes
/
CrScreenshotDxe.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
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = CrScreenshotDxe
FILE_GUID = cab058df-e938-4f85-8978-1f7e6aabdb96
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = CrScreenshotDxeEntry
[Sources.common]
CrScreenshotDxe.c
lodepng.h
lodepng.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
UefiDriverEntryPoint
DebugLib
PrintLib
[Protocols]
gEfiGraphicsOutputProtocolGuid
gEfiSimpleTextInputExProtocolGuid
gEfiSimpleFileSystemProtocolGuid
[Depex]
gEfiGraphicsOutputProtocolGuid AND
gEfiSimpleTextInputExProtocolGuid
[BuildOptions]
MSFT:*_*_*_CC_FLAGS = /wd4244 /wd4267 /wd4334 /wd4245
*_*_*_CC_FLAGS = -D LODEPNG_UEFI_MODE