]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PeiIoLibCpuIo / PeiIoLibCpuIo.inf
1 ## @file
2 # Instance of I/O Library using CPU I/O PPI.
3 #
4 # I/O Library implementation that uses the CPU I/O PPI for I/O
5 # and MMIO operations.
6 #
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = PeiIoLibCpuIo
17 MODULE_UNI_FILE = PeiIoLibCpuIo.uni
18 FILE_GUID = b2585b69-fb63-4220-844a-8fbea8bf01af
19 MODULE_TYPE = PEIM
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = IoLib|PEIM PEI_CORE SEC
22
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
26 #
27
28 [Sources]
29 IoHighLevel.c
30 IoLib.c
31 IoLibMmioBuffer.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35
36 [LibraryClasses]
37 PeiServicesTablePointerLib
38 BaseLib
39 DebugLib
40
41 [Depex.common.PEIM]
42 gEfiPeiCpuIoPpiInstalledGuid
43