-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShEfiPkg.dsc
42 lines (37 loc) · 1.93 KB
/
ShEfiPkg.dsc
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
[Defines]
PLATFORM_NAME = ShEfiPkg
PLATFORM_GUID = 3340633b-87a8-46b3-9bec-fd64655049e7
PLATFORM_VERSION = 0.02
DSC_SPECIFICATION = 0x00010006
OUTPUT_DIRECTORY = Build/ShEfiPkg
# SUPPORTED_ARCHITECTURES = IA32|X64|EBC
SUPPORTED_ARCHITECTURES = X64
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
FLASH_DEFINITION = ShEfiPkg/ShEfiPkg.fdf
[SkuIds]
0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
[LibraryClasses]
UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
[Components]
ShEfiPkg/EFISetVGARegs/EFISetVGARegs.inf
ShEfiPkg/EFISetVGARegsDxe/EFISetVGARegsDxe.inf
ShEfiPkg/EFIUpdateReleaseDxe/EFIUpdateReleaseDxe.inf
ShEfiPkg/GOPSetRes/GOPSetRes.inf
ShEfiPkg/EFIBroadcomEditor/EFIBroadcomEditor.inf
ShEfiPkg/VgaMiniPortDxe/VBoxVgaMiniPortDxe.inf
#DEFINE EMULATE = 1
#!include StdLib/StdLib.inc