]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPkg / Library / DebugPeCoffExtraActionLib / DebugPeCoffExtraActionLib.inf
CommitLineData
1e57a462 1#/** @file\r
ff5fef14 2# PeCoff extra action library for DXE phase that run Unix emulator.\r
1e57a462 3#\r
4# Lib to provide memory journal status code reporting Routines\r
5# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
6# Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>\r
4059386c 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
1e57a462 8#\r
9#\r
10#**/\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = DebugUnixPeCoffExtraActionLib\r
15 FILE_GUID = C3E9448E-1726-42fb-9368-41F75B038C0C\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = PeCoffExtraActionLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = ARM\r
24#\r
25\r
26[Sources.common]\r
27 DebugPeCoffExtraActionLib.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 DebugLib\r