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