35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
|
[Defines]
|
||
|
PLATFORM_NAME = sprinkleos
|
||
|
PLATFORM_GUID = a285f937-1da6-4f62-ba24-a5b8ec562189
|
||
|
PLATFORM_VERSION = 0.1
|
||
|
DSC_SPECIFICATION = 0x00010005
|
||
|
OUTPUT_DIRECTORY = Build/SprinkleOS$(ARCH)
|
||
|
SUPPORTED_ARCHITECTURES = X64
|
||
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||
|
|
||
|
DEFINE DEBUG_ENABLE_OUTPUT = FALSE
|
||
|
|
||
|
[LibraryClasses]
|
||
|
# Entry point
|
||
|
UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
||
|
|
||
|
# Common Libraries
|
||
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
||
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
||
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
||
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
||
|
!if $(DEBUG_ENABLE_OUTPUT)
|
||
|
DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
||
|
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
||
|
!else ## DEBUG_ENABLE_OUTPUT
|
||
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
||
|
!endif ## DEBUG_ENABLE_OUTPUT
|
||
|
|
||
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
||
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
||
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
||
|
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
||
|
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
||
|
|
||
|
[Components]
|
||
|
sprinkleos/sprinkleos.inf
|