]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
011c9d64ed4e7197a0a1183e4d3f0359cf37fc24
[mirror_edk2.git] / Nt32Pkg / Library / Nt32PeiPeCoffGetEntryPointLib / Nt32PeiPeCoffGetEntryPointLib.inf
1 ## @file
2 # Component description file for the EdkNt32PeiPeCoffGetEntryPointLib library.
3 #
4 # PeCoffGetEntryPointLib library class for NT32 instance implemented by use NTPeiLoadFile PPI.
5 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = EdkNt32PeiPeCoffGetEntryPointLib
15 FILE_GUID = 434b164e-5fa6-4a3d-bc04-02da2a4eeb26
16 MODULE_TYPE = PEIM
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PeCoffGetEntryPointLib|PEI_CORE PEIM SEC
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32
24 #
25
26 [Sources]
27 PeCoffGetEntryPoint.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 Nt32Pkg/Nt32Pkg.dec
32
33 [LibraryClasses]
34 PeiServicesLib
35
36 [Ppis]
37 gNtPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED
38