mirror of https://github.com/acidanthera/audk.git
39 lines
1.0 KiB
INI
39 lines
1.0 KiB
INI
## @file
|
|
# Component description file for the EdkNt32PeiPeCoffGetEntryPointLib library.
|
|
#
|
|
# PeCoffGetEntryPointLib library class for NT32 instance implemented by use NTPeiLoadFile PPI.
|
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = EdkNt32PeiPeCoffGetEntryPointLib
|
|
FILE_GUID = 434b164e-5fa6-4a3d-bc04-02da2a4eeb26
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = PeCoffGetEntryPointLib|PEI_CORE PEIM SEC
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32
|
|
#
|
|
|
|
[Sources]
|
|
PeCoffGetEntryPoint.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
Nt32Pkg/Nt32Pkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeiServicesLib
|
|
|
|
[Ppis]
|
|
gNtPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED
|
|
|