1## @file 2# PeCoff extra action libary for Pei phase that run Emu 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) 2011, Apple Inc. All rights reserved. 7# This program and the accompanying materials 8# are licensed and made available under the terms and conditions of the BSD License 9# which accompanies this distribution. The full text of the license may be found at 10# http://opensource.org/licenses/bsd-license.php 11# 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 14 15# 16# 17## 18 19[Defines] 20 INF_VERSION = 0x00010005 21 BASE_NAME = PeiEmuPeCoffExtraActionLib 22 FILE_GUID = 79C4E72A-730B-F040-8129-95877B3A97A8 23 MODULE_TYPE = PEIM 24 VERSION_STRING = 1.0 25 LIBRARY_CLASS = PeCoffExtraActionLib|PEI_CORE PEIM 26 27# 28# The following information is for reference only and not required by the build tools. 29# 30# VALID_ARCHITECTURES = IA32 31# 32 33[Sources] 34 PeiEmuPeCoffExtraActionLib.c 35 36[Packages] 37 MdePkg/MdePkg.dec 38 EmulatorPkg/EmulatorPkg.dec 39 40[LibraryClasses] 41 BaseLib 42 PeiServicesLib 43 DebugLib 44 45[Ppis] 46 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED 47 48[Pcd] 49 gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage 50