]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / PeiEmuPeCoffGetEntryPointLib / PeiEmuPeCoffGetEntryPointLib.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) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = PeiEmuPeCoffGetEntryPointLib
16 FILE_GUID = 1CBED347-7DE6-BC48-AC68-3758598124D2
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = PeCoffGetEntryPointLib
20
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 PeiEmuPeCoffGetEntryPointLib.c
30
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 EmulatorPkg/EmulatorPkg.dec
35
36
37 [LibraryClasses]
38 PeiServicesLib
39 DebugLib
40
41
42 [Ppis]
43 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED
44