]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PeiCoreEntryPoint / PeiCoreEntryPoint.inf
1 ## @file
2 # Module entry point library for PEI core.
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PeiCoreEntryPoint
14 MODULE_UNI_FILE = PeiCoreEntryPoint.uni
15 FILE_GUID = b3b0654a-969d-4096-86cb-27e262a02083
16 MODULE_TYPE = PEI_CORE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PeiCoreEntryPoint|PEI_CORE
19
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
22 #
23
24 [Sources]
25 PeiCoreEntryPoint.c
26
27
28 [Packages]
29 MdePkg/MdePkg.dec
30
31 [LibraryClasses]
32 BaseLib
33 DebugLib
34