]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuIoPei/CpuIoPei.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / CpuIoPei / CpuIoPei.inf
CommitLineData
7b202cb0 1## @file\r
e48e0742 2# Produces the CPU I/O PPI by using the services of the I/O Library.\r
e643315b 3#\r
7367cc6c 4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
0acd8697 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e643315b 6#\r
7b202cb0 7##\r
e643315b 8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = CpuIoPei\r
e48e0742 12 MODULE_UNI_FILE = CpuIoPei.uni\r
e643315b 13 FILE_GUID = AE265864-CF5D-41a8-913D-71C155E76442\r
14 MODULE_TYPE = PEIM\r
7367cc6c 15 VERSION_STRING = 1.0\r
e643315b 16 ENTRY_POINT = CpuIoInitialize\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
f6b0258d 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
e643315b 22#\r
23\r
24[Sources]\r
25 CpuIoPei.c\r
430fbbe0 26 CpuIoPei.h\r
7367cc6c 27\r
e643315b 28[Packages]\r
29 MdePkg/MdePkg.dec\r
30\r
31[LibraryClasses]\r
32 PeimEntryPoint\r
33 BaseLib\r
34 DebugLib\r
35 IoLib\r
36 PeiServicesLib\r
37\r
38[Ppis]\r
e48e0742 39 gEfiPeiCpuIoPpiInstalledGuid ## PRODUCES\r
e643315b 40\r
41[Depex]\r
42 TRUE\r
e48e0742
LG
43\r
44[UserExtensions.TianoCore."ExtraFiles"]\r
45 CpuIoPeiExtra.uni\r