forked from rubikshift/UEFI_MARIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.inf
41 lines (32 loc) · 938 Bytes
/
game.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
## @file
# template
##
[Defines]
INF_VERSION = 1.25
BASE_NAME = game
FILE_GUID = 2f02a8d0-0648-44e0-a2da-e4b060329e84
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
ENTRY_POINT = UefiMain
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64
[Sources]
game.c
[Packages]
MdePkg/MdePkg.dec
[LibraryClasses]
UefiRuntimeServicesTableLib
UefiBootServicesTableLib
UefiApplicationEntryPoint
MemoryAllocationLib
UefiLib
[Guids] # global guids c names that are used by module
[Ppis]
[Protocols] # gloabl protocol C names that are used by module
gEfiGraphicsOutputProtocolGuid
gEfiSimpleFileSystemProtocolGuid
gEfiSimpleTextOutProtocolGuid
[FeaturePcd]
[Pcd]