Last change
on this file since 100307 was 99464, checked in by vboxsync, 2 years ago |
Devices/EFI/Firmware: Restore ArmPkg, ArmVirtPkg, ArmPlatformPkg in order to be able to build Aarch64 and Aarch32 firmware images for the virt platform, bugref:10400
|
-
Property svn:eol-style
set to
native
|
File size:
722 bytes
|
Line | |
---|
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 | [Defines]
|
---|
10 | INF_VERSION = 0x00010018
|
---|
11 | BASE_NAME = ArmCrashDumpDxe
|
---|
12 | FILE_GUID = 0bda00b0-05d6-4bb8-bfc7-058ad13615cf
|
---|
13 | MODULE_TYPE = DXE_DRIVER
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | ENTRY_POINT = ArmCrashDumpDxeInitialize
|
---|
16 |
|
---|
17 | [Sources]
|
---|
18 | ArmCrashDumpDxe.c
|
---|
19 |
|
---|
20 | [Packages]
|
---|
21 | ArmPkg/ArmPkg.dec
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 |
|
---|
24 | [LibraryClasses]
|
---|
25 | DebugLib
|
---|
26 | DefaultExceptionHandlerLib
|
---|
27 | UefiBootServicesTableLib
|
---|
28 | UefiDriverEntryPoint
|
---|
29 |
|
---|
30 | [Protocols]
|
---|
31 | gEfiCpuArchProtocolGuid
|
---|
32 |
|
---|
33 | [Depex]
|
---|
34 | gEfiCpuArchProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.