summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/PeiIoLibCpuIo
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-14 04:43:31 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-14 04:43:31 +0000
commit80ae2a5874511608f400f46146c3c8413a41fcb9 (patch)
treefa00c4c190b5378f695f256e177fc79b3cd80eb2 /MdePkg/Library/PeiIoLibCpuIo
parenta5c3c546ea912177eb3ce3f82662718a3204d16f (diff)
downloadedk2-80ae2a5874511608f400f46146c3c8413a41fcb9.tar.gz
edk2-80ae2a5874511608f400f46146c3c8413a41fcb9.tar.bz2
edk2-80ae2a5874511608f400f46146c3c8413a41fcb9.zip
Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol
Minor clean up to PeiIoLibCpuIo.inf git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9739 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiIoLibCpuIo')
-rw-r--r--MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf6
1 files changed, 2 insertions, 4 deletions
diff --git a/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf b/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
index bfea641ad5..f308389348 100644
--- a/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
+++ b/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
@@ -4,7 +4,7 @@
# I/O Library implementation that uses the CPU I/O PPI for I/O
# and MMIO operations.
#
-# Copyright (c) 2006 - 2008, Intel Corporation.
+# Copyright (c) 2006 - 2010, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -29,16 +29,14 @@
# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
#
-[Sources.common]
+[Sources]
IoHighLevel.c
IoLib.c
IoLibMmioBuffer.c
-
[Packages]
MdePkg/MdePkg.dec
-
[LibraryClasses]
PeiServicesTablePointerLib
BaseLib