2010-02-24 01:21:16 +01:00
|
|
|
## @file
|
2008-10-28 10:45:52 +01:00
|
|
|
# Instance of I/O Library using CPU I/O PPI.
|
2007-07-10 11:04:15 +02:00
|
|
|
#
|
|
|
|
# I/O Library implementation that uses the CPU I/O PPI for I/O
|
|
|
|
# and MMIO operations.
|
2008-10-28 10:45:52 +01:00
|
|
|
#
|
2010-04-23 18:37:43 +02:00
|
|
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
2007-07-10 11:04:15 +02:00
|
|
|
#
|
2010-04-23 18:37:43 +02:00
|
|
|
# This program and the accompanying materials
|
2007-07-10 11:04:15 +02:00
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
#
|
2010-02-24 01:21:16 +01:00
|
|
|
##
|
2007-07-10 11:04:15 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = PeiIoLibCpuIo
|
|
|
|
FILE_GUID = b2585b69-fb63-4220-844a-8fbea8bf01af
|
|
|
|
MODULE_TYPE = PEIM
|
|
|
|
VERSION_STRING = 1.0
|
2008-11-26 05:52:59 +01:00
|
|
|
LIBRARY_CLASS = IoLib|PEIM PEI_CORE SEC
|
2007-07-10 11:04:15 +02:00
|
|
|
|
|
|
|
|
|
|
|
#
|
2008-10-28 08:17:17 +01:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
|
2007-07-10 11:04:15 +02:00
|
|
|
#
|
|
|
|
|
2010-01-14 05:43:31 +01:00
|
|
|
[Sources]
|
2007-07-10 11:04:15 +02:00
|
|
|
IoHighLevel.c
|
|
|
|
IoLib.c
|
|
|
|
IoLibMmioBuffer.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
PeiServicesTablePointerLib
|
|
|
|
BaseLib
|
|
|
|
DebugLib
|
|
|
|
|
2007-08-02 12:01:41 +02:00
|
|
|
[Depex]
|
|
|
|
gEfiPeiCpuIoPpiInstalledGuid
|