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
This commit is contained in:
mdkinney 2010-01-14 01:00:18 +00:00
parent b149a6100f
commit f486871e32
1 changed files with 3 additions and 7 deletions

View File

@ -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