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