1#/** @file
2# PeCoff extra action libary for DXE phase that run Unix emulator.
3#
4# Lib to provide memory journal status code reporting Routines
5# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
6# Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9#
10#**/
11
12[Defines]
13  INF_VERSION                    = 0x00010005
14  BASE_NAME                      = RvdUnixPeCoffExtraActionLib
15  FILE_GUID                      = 5EDEB7E7-EA55-4E92-8216-335AC98A3B11
16  MODULE_TYPE                    = BASE
17  VERSION_STRING                 = 1.0
18  LIBRARY_CLASS                  = PeCoffExtraActionLib
19
20#
21# The following information is for reference only and not required by the build tools.
22#
23#  VALID_ARCHITECTURES           = ARM
24#
25
26[Sources.common]
27  RvdPeCoffExtraActionLib.c
28
29[Packages]
30  MdePkg/MdePkg.dec
31  ArmPkg/ArmPkg.dec
32
33[LibraryClasses]
34  DebugLib
35  SemihostLib
36