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