2011-05-11 20:31:20 +02:00
|
|
|
## @file
|
|
|
|
# Component description file for the EdkNt32PeiPeCoffGetEntryPointLib library.
|
|
|
|
#
|
|
|
|
# PeCoffGetEntryPointLib library class for NT32 instance implemented by use NTPeiLoadFile PPI.
|
2018-06-29 05:22:32 +02:00
|
|
|
# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
|
2011-06-28 18:50:26 +02:00
|
|
|
# Portions copyright (c) 2011, Apple Inc. All rights reserved.
|
2011-05-11 20:31:20 +02:00
|
|
|
#
|
2019-04-04 01:03:44 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2011-05-11 20:31:20 +02:00
|
|
|
#
|
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = PeiEmuPeCoffGetEntryPointLib
|
|
|
|
FILE_GUID = 1CBED347-7DE6-BC48-AC68-3758598124D2
|
|
|
|
MODULE_TYPE = PEIM
|
|
|
|
VERSION_STRING = 1.0
|
2011-06-28 18:50:26 +02:00
|
|
|
LIBRARY_CLASS = PeCoffGetEntryPointLib
|
2011-05-11 20:31:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
2018-06-29 05:22:32 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
2011-05-11 20:31:20 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
[Sources]
|
|
|
|
PeiEmuPeCoffGetEntryPointLib.c
|
|
|
|
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
2011-06-28 18:47:23 +02:00
|
|
|
EmulatorPkg/EmulatorPkg.dec
|
2011-05-11 20:31:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
PeiServicesLib
|
|
|
|
DebugLib
|
|
|
|
|
|
|
|
|
|
|
|
[Ppis]
|
|
|
|
gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED
|
|
|
|
|