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