7b202cb0 |
1 | ## @file\r |
e643315b |
2 | # Produces the CPU I/O PPI.\r |
3 | #\r |
4 | # This PEIM produces of the CPU I/O PPI.\r |
5 | #\r |
6 | # Copyright (c) 2009 - 2010, Intel Corporation\r |
7 | # All rights reserved. This program and the accompanying materials\r |
8 | # are licensed and made available under the terms and conditions of the BSD License\r |
9 | # which accompanies this distribution. The full text of the license may be found at\r |
10 | # http://opensource.org/licenses/bsd-license.php\r |
11 | #\r |
12 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
13 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
14 | #\r |
7b202cb0 |
15 | ##\r |
e643315b |
16 | \r |
17 | [Defines]\r |
18 | INF_VERSION = 0x00010005\r |
19 | BASE_NAME = CpuIoPei\r |
20 | FILE_GUID = AE265864-CF5D-41a8-913D-71C155E76442\r |
21 | MODULE_TYPE = PEIM\r |
22 | ENTRY_POINT = CpuIoInitialize\r |
23 | \r |
24 | #\r |
25 | # The following information is for reference only and not required by the build tools.\r |
26 | #\r |
27 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC\r |
28 | #\r |
29 | \r |
30 | [Sources]\r |
31 | CpuIoPei.c\r |
32 | \r |
33 | [Packages]\r |
34 | MdePkg/MdePkg.dec\r |
35 | \r |
36 | [LibraryClasses]\r |
37 | PeimEntryPoint\r |
38 | BaseLib\r |
39 | DebugLib\r |
40 | IoLib\r |
41 | PeiServicesLib\r |
42 | \r |
43 | [Ppis]\r |
44 | gEfiPeiCpuIoPpiInstalledGuid # PPI ALWAYS_PRODUCED\r |
45 | \r |
46 | [Depex]\r |
47 | TRUE\r |