mirror of https://github.com/acidanthera/audk.git
38 lines
1.6 KiB
Plaintext
38 lines
1.6 KiB
Plaintext
|
|
|
|
[Defines]
|
|
PLATFORM_NAME = DuetPkg
|
|
PLATFORM_GUID = 199E24E0-0989-42aa-87F2-611A8C397E72
|
|
PLATFORM_VERSION = 0.3
|
|
DSC_SPECIFICATION = 0x00010005
|
|
OUTPUT_DIRECTORY = Build/DuetPkg
|
|
SUPPORTED_ARCHITECTURES = IA32|X64
|
|
BUILD_TARGETS = DEBUG
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
#FLASH_DEFINITION = DuetPkg/DuetPkg.fdf
|
|
|
|
[LibraryClasses.common]
|
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
|
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
|
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
|
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
|
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
|
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
|
FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
|
|
|
[LibraryClasses.common.DXE_DRIVER]
|
|
MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
|
|
|
[Components.IA32]
|
|
DuetPkg/DxeIpl/DxeIpl.inf
|
|
DuetPkg/DataHubGenDxe/DataHubGen.inf
|
|
|
|
[Components.X64]
|
|
DuetPkg/DxeIpl/DxeIpl.inf
|
|
DuetPkg/DataHubGenDxe/DataHubGen.inf |