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