]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove extra reference to SmmCpuIo.h
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Jan 2010 02:25:24 +0000 (02:25 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Jan 2010 02:25:24 +0000 (02:25 +0000)
Minor clean ups to INF

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9733 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf

index 5e16327667257e2ed3eb860305ab247847954026..53cfb5b6337e38c2cfc0c726daa4e83074aa609f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   PCI Library using SMM PCI Root Bridge I/O Protocol.\r
 \r
-  Copyright (c) 2009, Intel Corporation All rights\r
+  Copyright (c) 2009 - 2010, Intel Corporation All rights\r
   reserved. This program and the accompanying materials are\r
   licensed and made available under the terms and conditions of\r
   the BSD License which accompanies this distribution.  The full\r
@@ -13,7 +13,6 @@
 \r
 **/\r
 #include <PiSmm.h>\r
-#include <Protocol/SmmCpuIo.h>\r
 #include <Protocol/SmmPciRootBridgeIo.h>\r
 #include <Library/PciLib.h>\r
 #include <Library/DebugLib.h>\r
index 97f9a20faf9be013318f5114fa0cd2afd13fa769..71524c730a48731d8a03b9d64cd479c12566b6ff 100644 (file)
@@ -7,7 +7,7 @@
 #  This library binds to the first PCI Root Bridge I/O Protocol in the platform. As a result,\r
 #  it should only be used on platforms that contain a single PCI root bridge.\r
 #\r
-# Copyright (c) 2009, Intel Corporation.\r
+# Copyright (c) 2009 - 2010, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -27,7 +27,6 @@
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = PciLib|DXE_SMM_DRIVER SMM_CORE\r
   PI_SPECIFICATION_VERSION       = 0x0001000A\r
-\r
   CONSTRUCTOR                    = PciLibConstructor\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PciLib.c\r
 \r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   BaseLib\r
   SmmServicesTableLib\r
@@ -51,4 +48,3 @@
 \r
 [Protocols]\r
   gEfiSmmPciRootBridgeIoProtocolGuid               ## CONSUMES\r
-\r