2010-02-24 00:58:38 +01:00
|
|
|
## @file
|
2007-06-26 11:35:19 +02:00
|
|
|
# Component description file for the EdkNt32PeiPeCoffGetEntryPointLib library.
|
|
|
|
#
|
|
|
|
# PeCoffGetEntryPointLib library class for NT32 instance implemented by use NTPeiLoadFile PPI.
|
2010-04-28 14:24:39 +02:00
|
|
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
2007-06-26 11:35:19 +02:00
|
|
|
#
|
2019-04-04 01:06:18 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-26 11:35:19 +02:00
|
|
|
#
|
|
|
|
#
|
2010-02-24 00:58:38 +01:00
|
|
|
##
|
2007-06-26 11:35:19 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = EdkNt32PeiPeCoffGetEntryPointLib
|
|
|
|
FILE_GUID = 434b164e-5fa6-4a3d-bc04-02da2a4eeb26
|
|
|
|
MODULE_TYPE = PEIM
|
|
|
|
VERSION_STRING = 1.0
|
2007-09-27 18:56:51 +02:00
|
|
|
LIBRARY_CLASS = PeCoffGetEntryPointLib|PEI_CORE PEIM SEC
|
2007-06-26 11:35:19 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32
|
|
|
|
#
|
|
|
|
|
2010-02-24 00:58:38 +01:00
|
|
|
[Sources]
|
2007-06-26 11:35:19 +02:00
|
|
|
PeCoffGetEntryPoint.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
2007-06-29 23:03:06 +02:00
|
|
|
Nt32Pkg/Nt32Pkg.dec
|
2007-06-26 11:35:19 +02:00
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
PeiServicesLib
|
|
|
|
|
|
|
|
[Ppis]
|
|
|
|
gNtPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED
|
|
|
|
|