]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.dsc
ArmPkg: Replace BSD License with BSD+Patent License
[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
4059386c 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a94081fb
AB
6#\r
7#**/\r
8\r
9################################################################################\r
10#\r
11# Defines Section - statements that will be processed to create a Makefile.\r
12#\r
13################################################################################\r
14[Defines]\r
15 PLATFORM_NAME = ArmCrashDumpDxe\r
16 PLATFORM_GUID = 8dc3c2f8-988e-4e32-8fb7-0df43f6d0d8a\r
17 PLATFORM_VERSION = 0.1\r
18 DSC_SPECIFICATION = 0x00010019\r
19 OUTPUT_DIRECTORY = Build/ArmCrashDumpDxe\r
20 SUPPORTED_ARCHITECTURES = AARCH64\r
21 BUILD_TARGETS = DEBUG\r
22 SKUID_IDENTIFIER = DEFAULT\r
23\r
24[PcdsFixedAtBuild]\r
25 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
26 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
27\r
28[LibraryClasses]\r
29 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
30 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
31 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
32 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
33 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
34 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
35 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
36 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
37 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
38 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
39 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
40 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
41 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
42 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
43 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
44 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
45\r
46 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
47 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
48\r
49[Components.common]\r
50 ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf\r