]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Enhance inf to follow spec.
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 14 Mar 2011 08:40:20 +0000 (08:40 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 14 Mar 2011 08:40:20 +0000 (08:40 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11390 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf

index f5317c1df221076d99f9f83c809b242bc1a32b53..f3e082c5f2df5a01a87a3b13bbbec6ae9ad0b79d 100644 (file)
   gEfiDevicePathProtocolGuid                    # PROTOCOL CONSUMES\r
   gEfiAcpiS3SaveProtocolGuid                    # PROTOCOL CONSUMES\r
   gEfiGraphicsOutputProtocolGuid                # PROTOCOL SOMETIMES_CONSUMES\r
-  gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES\r
+  gEfiUgaDrawProtocolGuid |gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES\r
   gEfiOEMBadgingProtocolGuid                    # PROTOCOL CONSUMES\r
   gEfiHiiFontProtocolGuid                       # PROTOCOL CONSUMES\r
   gEfiUserManagerProtocolGuid                   # PROTOCOL CONSUMES\r
index c9291a54206c243ed25b499befccfd77b14dcc98..5a2c7dea3db0bd1f2dcc1d95d88fc24b02b750f0 100644 (file)
@@ -5,7 +5,7 @@
 #  LZMA SDK 4.65 was placed in the public domain on 2009-02-03.  \r
 #  It was released on the http://www.7-zip.org/sdk.html website.\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   LzmaDecompress.c\r
   Sdk/C/LzFind.c\r
   Sdk/C/LzmaDec.c\r
+  Sdk/C/7zVersion.h\r
+  Sdk/C/CpuArch.h\r
+  Sdk/C/LzFind.h\r
+  Sdk/C/LzHash.h\r
+  Sdk/C/LzmaDec.h\r
+  Sdk/C/Types.h  \r
   GuidedSectionExtraction.c\r
   UefiLzma.h\r
   LzmaDecompressLibInternal.h\r
index 68c32cde4f5d3a8c4fa9c357c8fdd38e57d00ff0..7371a8789e50549c3107d65f114fdc255e908d3d 100644 (file)
@@ -14,7 +14,7 @@
 #  BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which\r
 #  is used for user to configure boot option or maintain hardware device.\r
 #  \r
-#  Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
   gEfiSmbiosProtocolGuid                        ## PROTOCOL CONSUMES\r
   gEfiGenericMemTestProtocolGuid                ## PROTOCOL CONSUMES\r
   gEfiLegacyBiosProtocolGuid                    ## PROTOCOL CONSUMES\r
-  gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES\r
+  gEfiUgaDrawProtocolGuid |gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES\r
   gEfiBlockIoProtocolGuid                       ## PROTOCOL CONSUMES\r
   gEfiGraphicsOutputProtocolGuid                ## PROTOCOL SOMETIMES_CONSUMES\r
   gEfiSimpleTextInputExProtocolGuid             ## PROTOCOL CONSUMES\r
index f6f728df2cb5c835bd8932929a65b8c283a830fe..ab839da7ffcdb575356450324448ba122dd29b7c 100644 (file)
@@ -2,7 +2,7 @@
 #  Status Code Handler Driver which produces datahub handler and hook it\r
 #  onto the DXE status code router.\r
 #\r
-#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -19,6 +19,7 @@
   BASE_NAME                      = DatahubStatusCodeHandlerDxe\r
   FILE_GUID                      = 863D214F-0920-437B-8CAD-88EA83A24E97\r
   MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = DatahubStatusCodeHandlerDxeEntry\r
 \r
 #\r
index 55163fae16e7f068e2d353d356610c6565132beb..4f35da9fdd42694dc73ac1451f843117e623a9f7 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Status code PEIM which produces Status Code PPI.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -68,7 +68,7 @@
 \r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
 \r
 [Depex]\r
   TRUE\r
index 2ea015f8d9e0b45c86b718d90590be61e5d4333e..d0ebf8f22122522f479203cd24099f4ccc055c87 100644 (file)
@@ -2,7 +2,7 @@
 #  Status Code Runtime Dxe driver that supports multiple devices and produces\r
 #  Status Code Runtime Protocol.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -80,7 +80,7 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
 \r
 [Depex]\r
   TRUE
\ No newline at end of file