1 | #/** @file
|
---|
2 | #
|
---|
3 | # Copyright (c) 2017, Linaro Ltd. All rights reserved.<BR>
|
---|
4 | #
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | #**/
|
---|
8 |
|
---|
9 | ################################################################################
|
---|
10 | #
|
---|
11 | # Defines Section - statements that will be processed to create a Makefile.
|
---|
12 | #
|
---|
13 | ################################################################################
|
---|
14 | [Defines]
|
---|
15 | PLATFORM_NAME = ArmCrashDumpDxe
|
---|
16 | PLATFORM_GUID = 8dc3c2f8-988e-4e32-8fb7-0df43f6d0d8a
|
---|
17 | PLATFORM_VERSION = 0.1
|
---|
18 | DSC_SPECIFICATION = 0x00010019
|
---|
19 | OUTPUT_DIRECTORY = Build/ArmCrashDumpDxe
|
---|
20 | SUPPORTED_ARCHITECTURES = AARCH64
|
---|
21 | BUILD_TARGETS = DEBUG
|
---|
22 | SKUID_IDENTIFIER = DEFAULT
|
---|
23 |
|
---|
24 | [PcdsFixedAtBuild]
|
---|
25 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
|
---|
26 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
|
---|
27 |
|
---|
28 | [LibraryClasses]
|
---|
29 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
---|
30 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
---|
31 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
---|
32 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
---|
33 | DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
|
---|
34 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
---|
35 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
---|
36 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
---|
37 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
---|
38 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
---|
39 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
---|
40 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
---|
41 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
---|
42 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
---|
43 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
---|
44 |
|
---|
45 | [Components.common]
|
---|
46 | ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf
|
---|