diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-14 01:00:18 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-14 01:00:18 +0000 |
commit | f486871e327b65c401243b8ef211b5d010f73746 (patch) | |
tree | 9f0755e699fa452b8ac2400c4e3dc63fa0770a86 /PcAtChipsetPkg | |
parent | b149a6100fbeb1f93b4e3bc9cb85a863da1e1c24 (diff) | |
download | edk2-f486871e327b65c401243b8ef211b5d010f73746.tar.gz edk2-f486871e327b65c401243b8ef211b5d010f73746.tar.bz2 edk2-f486871e327b65c401243b8ef211b5d010f73746.zip |
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
Diffstat (limited to 'PcAtChipsetPkg')
-rw-r--r-- | PcAtChipsetPkg/KbcResetDxe/Reset.inf | 10 |
1 files changed, 3 insertions, 7 deletions
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
|