]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / Library / Nt32PeiPeCoffGetEntryPointLib / Nt32PeiPeCoffGetEntryPointLib.inf
... / ...
CommitLineData
1## @file\r
2# Component description file for the EdkNt32PeiPeCoffGetEntryPointLib library.\r
3#\r
4# PeCoffGetEntryPointLib library class for NT32 instance implemented by use NTPeiLoadFile PPI.\r
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9#\r
10##\r
11\r
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
18 LIBRARY_CLASS = PeCoffGetEntryPointLib|PEI_CORE PEIM SEC\r
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
26[Sources]\r
27 PeCoffGetEntryPoint.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 Nt32Pkg/Nt32Pkg.dec\r
32\r
33[LibraryClasses]\r
34 PeiServicesLib\r
35\r
36[Ppis]\r
37 gNtPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED\r
38\r