From 5dedabbb4edbb185254bbe545bea0deaa92ca72d Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 11 Sep 2008 08:59:52 +0000 Subject: Clean up BaseIoLibIntrinsic according to review comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5876 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf') diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf index 9eb960c068..e6e14c0b21 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf +++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf @@ -2,8 +2,8 @@ # Component description file for Intrinsic Base Io Library # # I/O Library that uses compiler intrinsics to perform IN and OUT instructions -# for IA-32 and x64. It also performs direct memory access for MMIO services. -# Copyright (c) 2007, Intel Corporation. +# for IA-32, x64 and IPF. It also performs direct memory access for MMIO services. +# Copyright (c) 2007 - 2008, 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 @@ -33,23 +33,21 @@ [Sources.common] IoLibMmioBuffer.c BaseIoLibIntrinsicInternal.h + IoHighLevel.c [Sources.Ia32] - IoHighLevel.c IoLibGcc.c | GCC IoLibMsc.c | MSFT IoLibIcc.c | INTEL IoLib.c [Sources.X64] - IoHighLevel.c IoLibGcc.c | GCC IoLibMsc.c | MSFT IoLibIcc.c | INTEL IoLib.c [Sources.IPF] - IoHighLevel.c IoLibIpf.c [Packages] -- cgit v1.2.3