mirror of
https://github.com/yude/firmament
synced 2024-12-22 12:10:11 +09:00
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
#@range_begin(defines)
|
|
[Defines]
|
|
PLATFORM_NAME = LoaderPkg
|
|
PLATFORM_GUID = d3f11f4e-71e9-11e8-a7e1-33fd4f7d5a3e
|
|
PLATFORM_VERSION = 0.1
|
|
DSC_SPECIFICATION = 0x00010005
|
|
OUTPUT_DIRECTORY = Build/Loader$(ARCH)
|
|
SUPPORTED_ARCHITECTURES = X64
|
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
|
#@range_end(defines)
|
|
|
|
#@range_begin(library_classes)
|
|
[LibraryClasses]
|
|
UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
|
#@range_end(library_classes)
|
|
|
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
|
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
|
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
|
|
|
#@range_begin(components)
|
|
[Components]
|
|
firmament/LoaderPkg/Loader.inf
|
|
#@range_end(components)
|