]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.dsc
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[mirror_edk2.git] / ArmPkg / Drivers / ArmCrashDumpDxe / ArmCrashDumpDxe.dsc
CommitLineData
a94081fb
AB
1#/** @file\r
2#\r
3# Copyright (c) 2017, Linaro Ltd. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#**/\r
14\r
15################################################################################\r
16#\r
17# Defines Section - statements that will be processed to create a Makefile.\r
18#\r
19################################################################################\r
20[Defines]\r
21 PLATFORM_NAME = ArmCrashDumpDxe\r
22 PLATFORM_GUID = 8dc3c2f8-988e-4e32-8fb7-0df43f6d0d8a\r
23 PLATFORM_VERSION = 0.1\r
24 DSC_SPECIFICATION = 0x00010019\r
25 OUTPUT_DIRECTORY = Build/ArmCrashDumpDxe\r
26 SUPPORTED_ARCHITECTURES = AARCH64\r
27 BUILD_TARGETS = DEBUG\r
28 SKUID_IDENTIFIER = DEFAULT\r
29\r
30[PcdsFixedAtBuild]\r
31 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
32 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
33\r
34[LibraryClasses]\r
35 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
36 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
37 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
38 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
39 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
40 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
41 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
42 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
43 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
44 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
45 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
46 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
47 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
48 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
49 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
50 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
51\r
52 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
53 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
54\r
55[Components.common]\r
56 ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf\r