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 | ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
|
---|
30 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
---|
31 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
---|
32 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
---|
33 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
---|
34 | DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
|
---|
35 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
---|
36 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
---|
37 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
---|
38 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
---|
39 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
---|
40 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
---|
41 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
---|
42 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
---|
43 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
---|
44 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
---|
45 |
|
---|
46 | NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
---|
47 | NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
|
---|
48 |
|
---|
49 | [Components.common]
|
---|
50 | ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf
|
---|