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

16 files changed:
MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
MdeModulePkg/Universal/PCD/Pei/Pcd.inf
MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf

index e468fda368cdede59cebb75985087dfbb4a7c59f..5c5f7e82a57216312b17cf9972e368a908ba0890 100644 (file)
   DxeLoad.c\r
 \r
 [Sources.Ia32]\r
-  X64/VirtualMemory.h  ||||PcdDxeIplSwitchToLongMode\r
-  X64/VirtualMemory.c  ||||PcdDxeIplSwitchToLongMode\r
+  X64/VirtualMemory.h  ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
+  X64/VirtualMemory.c  ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
   Ia32/DxeLoadFunc.c\r
-  Ia32/IdtVectorAsm.asm||||PcdDxeIplSwitchToLongMode\r
-  Ia32/IdtVectorAsm.S  ||||PcdDxeIplSwitchToLongMode\r
+  Ia32/IdtVectorAsm.asm||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
+  Ia32/IdtVectorAsm.S  ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
 \r
 [Sources.X64]\r
   X64/VirtualMemory.h\r
index ae0836a223a370b55fd57f2f15bb46bf324a409b..5921eed9c7d6bb707bd9bb2e3deb12479f4dcf2e 100644 (file)
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|0x30000011\r
 \r
   ## FFS filename to find the ACPI tables\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile|{ 0x25, 0x4e, 0x37, 0x7e, 0x01, 0x8e, 0xee, 0x4f, 0x87, 0xf2, 0x39, 0xc, 0x23, 0xc6, 0x6, 0xcd }|VOID*|16\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile|{ 0x25, 0x4e, 0x37, 0x7e, 0x01, 0x8e, 0xee, 0x4f, 0x87, 0xf2, 0x39, 0xc, 0x23, 0xc6, 0x6, 0xcd }|VOID*|0x30000016\r
 \r
   ## Single root I/O virtualization virtual function memory BAR alignment\r
   #  BITN set indicates 2 of n+12 power\r
index 098672fb874e80717f1d3c1c4094deb91b654bbd..43388f55fcd693d045392ab4fb46fbd96b912da9 100644 (file)
@@ -5,7 +5,7 @@
 #  It installs the Capsule Architectural Protocol defined in PI1.0a to signify \r
 #  the capsule runtime services are ready.\r
 #  \r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 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
@@ -59,7 +59,7 @@
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || PcdSupportUpdateCapsuleReset  ## Populate Image requires reset support.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset  ## Populate Image requires reset support.\r
 \r
 [Depex]\r
   gEfiVariableWriteArchProtocolGuid             ## Depends on variable write functionality to produce capsule data variable\r
index 7eb5080a6afa3f1f06b95b61a27c65adeee6ae15..d315fe6f52350280c559443f2b4e79c791377bb4 100644 (file)
@@ -33,8 +33,8 @@
 \r
 [Sources]\r
   DevicePathUtilities.c\r
-  DevicePathToText.c   ||||PcdDevicePathSupportDevicePathToText\r
-  DevicePathFromText.c ||||PcdDevicePathSupportDevicePathFromText\r
+  DevicePathToText.c   ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText\r
+  DevicePathFromText.c ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText\r
   DevicePath.h\r
   DevicePath.c\r
 \r
   DebugLib\r
 \r
 [Guids]\r
-  gEfiVTUTF8Guid         | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiVT100Guid          | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiVT100PlusGuid      | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiPcAnsiGuid         | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiUartDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiSasDevicePathGuid  | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVTUTF8Guid         | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVT100Guid          | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVT100PlusGuid      | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiPcAnsiGuid         | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiUartDevicePathGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiSasDevicePathGuid  | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
   \r
 [Protocols]\r
-  gEfiDevicePathToTextProtocolGuid   | PcdDevicePathSupportDevicePathFromText ## PRODUCES\r
-  gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## PRODUCES\r
+  gEfiDevicePathToTextProtocolGuid   | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## PRODUCES\r
+  gEfiDevicePathFromTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## PRODUCES\r
   gEfiDevicePathUtilitiesProtocolGuid ## PRODUCES\r
-  gEfiDebugPortProtocolGuid          | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiDebugPortProtocolGuid          | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [FeaturePcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText\r
index b3038607be544b9d5853e9e9cc046e1b0d45f9eb..0b05b24d236ccfceeefcd389c32dfb6ceb135608 100644 (file)
@@ -7,7 +7,7 @@
 #  It allows code running in the boot services environment to perform lexical\r
 #  comparison functions on Unicode strings for English languages.\r
 #  \r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 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
@@ -52,6 +52,6 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support\r
 \r
 [Protocols]\r
-  gEfiUnicodeCollationProtocolGuid  | PcdUnicodeCollationSupport  ## PRODUCES\r
-  gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## PRODUCES\r
+  gEfiUnicodeCollationProtocolGuid  | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport  ## PRODUCES\r
+  gEfiUnicodeCollation2ProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support ## PRODUCES\r
 \r
index 61139d486fab5b01b5eec395ae7cf15ee6371638..72420d728d6d89e817fdee2044eec8503adb1df9 100644 (file)
@@ -3,7 +3,7 @@
 # which provides fault tolerant write capability for block devices.\r
 # Its implementation depends on the full functionality FVB protocol that support read, write/erase flash access.\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
@@ -51,7 +51,7 @@
   gEfiSystemNvDataFvGuid                        ## CONSUMES ## FV Signature of Working Space Header\r
 \r
 [Protocols]\r
-  gEfiSwapAddressRangeProtocolGuid     | PcdFullFtwServiceEnable          ## CONSUMES\r
+  gEfiSwapAddressRangeProtocolGuid     | gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable          ## CONSUMES\r
   gEfiFirmwareVolumeBlockProtocolGuid           ## CONSUMES\r
   gEfiFaultTolerantWriteProtocolGuid            ## PRODUCES\r
 \r
index e98baec070bb703784ddaee07ddc79d056b26aae..747ce3b468b4858e1a10f1a323dac8f2d06a44f5 100644 (file)
@@ -54,7 +54,7 @@
   gEfiSystemNvDataFvGuid                        ## CONSUMES ## FV Signature of Working Space Header\r
 \r
 [Protocols]\r
-  gEfiSmmSwapAddressRangeProtocolGuid     | PcdFullFtwServiceEnable          ## CONSUMES\r
+  gEfiSmmSwapAddressRangeProtocolGuid     | gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable          ## CONSUMES\r
   gEfiSmmFirmwareVolumeBlockProtocolGuid           ## CONSUMES\r
   gEfiSmmFaultTolerantWriteProtocolGuid            ## PRODUCES\r
 \r
index cddd5ca24cf5ed25e38f9fbea25e4084acb53962..4c37e80ec604fc850063477d8deb39802ca5f07e 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # The DXE driver produces HII protocols defined in UEFI HII 2.1 specificatin.\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 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
@@ -58,7 +58,7 @@
 [Protocols]\r
   gEfiDevicePathProtocolGuid                                            ## SOMETIMES_CONSUMES\r
   gEfiHiiStringProtocolGuid                                             ## PRODUCES\r
-  gEfiHiiImageProtocolGuid |PcdSupportHiiImageProtocol                  ## PRODUCES\r
+  gEfiHiiImageProtocolGuid |gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol                  ## PRODUCES\r
   gEfiHiiConfigRoutingProtocolGuid                                      ## PRODUCES\r
   gEfiHiiDatabaseProtocolGuid                                           ## PRODUCES\r
   gEfiHiiFontProtocolGuid                                               ## PRODUCES\r
index 4a565b20257abf9afecaaebe848ca9aefd4cb9a1..d8c4735a96475f7bd057120502bf1226fe42906e 100644 (file)
@@ -11,7 +11,7 @@
 #  Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's\r
 #  attributes were not actually modified.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 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
@@ -27,6 +27,7 @@
   BASE_NAME                      = LegacyRegion2Dxe\r
   FILE_GUID                      = EC2BEECA-E84A-445B-869B-F7A73C96F58A\r
   MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = LegacyRegion2Install\r
 \r
 #\r
index 26cbd32b00c95b096f23696a462565e05188929c..20e442082ae042a3cbf3681a2e8f0404a1c8af13 100644 (file)
 #            - Variable GUID for HII type PCD\r
 #            - Token space GUID for dynamicex type PCD \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
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry || PcdPeiFullPcdDatabaseEnable\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry || gEfiMdeModulePkgTokenSpaceGuid.PcdPeiFullPcdDatabaseEnable\r
 \r
 [Depex]\r
   TRUE\r
index b47e808c3a75a686de13c1c8cab32568ff2ec219..3c047bb9fecd36db80fcf82d4c502a36caf2c15c 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Report Status Code Router PEIM which produces Report Stataus Code Handler PPI and Status Code PPI.\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
@@ -18,6 +18,7 @@
   BASE_NAME                      = ReportStatusCodeRouterPei\r
   FILE_GUID                      = A3610442-E69F-4DF3-82CA-2360C4031A23\r
   MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = GenericStatusCodePeiEntry\r
 \r
 #\r
index feebe5513b7a9ed74195584ca1d27ca836b347fe..023772c5c0cd143b1bd72463133473656ab70e0d 100644 (file)
@@ -2,7 +2,7 @@
 #  Report Status Code Router Driver which produces Report Stataus Code Handler Protocol\r
 #  and Status Code Runtime Protocol.\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
@@ -19,6 +19,7 @@
   BASE_NAME                      = ReportStatusCodeRouterRuntimeDxe\r
   FILE_GUID                      = D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3C\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = GenericStatusCodeRuntimeDxeEntry\r
 \r
 #\r
index d5bca2c4ab2170c1901c0460142ebad2dea3f446..a0dddf6d322dbf8834dfa875a2509e0a0ae3ffdb 100644 (file)
@@ -2,7 +2,7 @@
 #  Report Status Code Router Driver which produces Report Stataus Code Handler Protocol\r
 #  and Status Code Runtime Protocol.\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
@@ -20,6 +20,7 @@
   FILE_GUID                      = A6885402-D022-4b0e-A509-4711B90F2A39\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   PI_SPECIFICATION_VERSION       = 0x0001000A\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = GenericStatusCodeSmmEntry\r
 \r
 #\r
index 8a0377e12a77975ada6d33ad224b12445f121c58..ec3d16b2c736df3cd6d589ec2ba615999f6637ca 100644 (file)
@@ -2,7 +2,7 @@
 #  Report Status Code Handler PEIM which produces general handlers and hook them\r
 #  onto the PEI status code router.\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
@@ -19,6 +19,7 @@
   BASE_NAME                      = StatusCodeHandlerPei\r
   FILE_GUID                      = 9D225237-FA01-464C-A949-BAABC02D31D0\r
   MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = StatusCodeHandlerPeiEntry\r
 \r
 #\r
@@ -60,7 +61,7 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
 \r
 [Depex]\r
   gEfiPeiRscHandlerPpiGuid\r
index a5cede4e8763fcf9a1aa6789f065210801ce2d2b..7b2ce16bf1138e87e87bf1b53ee02edbf02fd543 100644 (file)
@@ -2,7 +2,7 @@
 #  Status Code Handler Driver which produces general handlers and hook them\r
 #  onto the DXE status code router.\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
@@ -19,6 +19,7 @@
   BASE_NAME                      = StatusCodeHandlerRuntimeDxe\r
   FILE_GUID                      = 6C2004EF-4E0E-4BE4-B14C-340EB4AA5891\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
+  VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = StatusCodeHandlerRuntimeDxeEntry\r
 \r
 #\r
@@ -66,7 +67,7 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
 \r
 [Depex]\r
   gEfiRscHandlerProtocolGuid\r
index e56106a81a42b2f5640f8bee6638f4cdc065bc6e..e24a54d0b84be5cd48a88b90c420f58028febf96 100644 (file)
@@ -2,7 +2,7 @@
 #  Status Code Handler Driver which produces general handlers and hook them\r
 #  onto the SMM status code router.\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
@@ -20,6 +20,7 @@
   FILE_GUID                      = 79CD78D8-6EDC-4978-BD02-3299C387AB17\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   PI_SPECIFICATION_VERSION       = 0x0001000A\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = StatusCodeHandlerSmmEntry\r
 \r
 #\r
@@ -62,7 +63,7 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
 \r
 [Depex]\r
   gEfiSmmRscHandlerProtocolGuid\r