From f486871e327b65c401243b8ef211b5d010f73746 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Thu, 14 Jan 2010 01:00:18 +0000 Subject: Clean up INF. Remove dependency on CPU I/O 2 Protocol and the IntelFrameworkPkg. The dependency will be inherited in the IoLib used uses the CPU I/O 2 Protocol. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9730 6f19259b-4bc3-4df7-8a09-765794883524 --- PcAtChipsetPkg/KbcResetDxe/Reset.inf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'PcAtChipsetPkg') diff --git a/PcAtChipsetPkg/KbcResetDxe/Reset.inf b/PcAtChipsetPkg/KbcResetDxe/Reset.inf index 6ca69ae3ea..6ed4981b0a 100644 --- a/PcAtChipsetPkg/KbcResetDxe/Reset.inf +++ b/PcAtChipsetPkg/KbcResetDxe/Reset.inf @@ -1,6 +1,6 @@ #/*++ # -# 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 # which accompanies this distribution. The full text of the license may be found at @@ -21,14 +21,10 @@ FILE_GUID = 6F0198AA-1F1D-426D-AE3E-39AB633FCC28 MODULE_TYPE = DXE_RUNTIME_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = InitializeReset [Packages] MdePkg/MdePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec [LibraryClasses] DebugLib @@ -36,7 +32,7 @@ UefiDriverEntryPoint IoLib -[Sources.common] +[Sources] Reset.c Reset.h ResetEntry.c @@ -45,6 +41,6 @@ gEfiResetArchProtocolGuid [Depex] - gEfiCpuIo2ProtocolGuid + TRUE -- cgit v1.2.3