blob: 4dc92a1d6c865421eff53350373a65be7e0aaccc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#/** @file
#
# Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
[Defines]
INF_VERSION = 0x00010018
BASE_NAME = ArmCrashDumpDxe
FILE_GUID = 0bda00b0-05d6-4bb8-bfc7-058ad13615cf
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = ArmCrashDumpDxeInitialize
[Sources]
ArmCrashDumpDxe.c
[Packages]
ArmPkg/ArmPkg.dec
MdePkg/MdePkg.dec
[LibraryClasses]
DebugLib
DefaultExceptionHandlerLib
UefiBootServicesTableLib
UefiDriverEntryPoint
[Protocols]
gEfiCpuArchProtocolGuid
[Depex]
gEfiCpuArchProtocolGuid
|