From 639710791a0c3735890194f88dfbf33070f5d4e1 Mon Sep 17 00:00:00 2001 From: ydong10 Date: Mon, 14 Mar 2011 08:43:59 +0000 Subject: Enhance inf and dec file to follow specs. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11392 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf | 5 +++-- .../StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf | 5 +++-- .../Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'MdeModulePkg/Universal/StatusCodeHandler') diff --git a/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf b/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf index 8a0377e12a..ec3d16b2c7 100644 --- a/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf +++ b/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf @@ -2,7 +2,7 @@ # Report Status Code Handler PEIM which produces general handlers and hook them # onto the PEI status code router. # -# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2011, 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 @@ -19,6 +19,7 @@ BASE_NAME = StatusCodeHandlerPei FILE_GUID = 9D225237-FA01-464C-A949-BAABC02D31D0 MODULE_TYPE = PEIM + VERSION_STRING = 1.0 ENTRY_POINT = StatusCodeHandlerPeiEntry # @@ -60,7 +61,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial [Pcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory + gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory [Depex] gEfiPeiRscHandlerPpiGuid diff --git a/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf b/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf index a5cede4e87..7b2ce16bf1 100644 --- a/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf +++ b/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf @@ -2,7 +2,7 @@ # Status Code Handler Driver which produces general handlers and hook them # onto the DXE status code router. # -# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2011, 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 @@ -19,6 +19,7 @@ BASE_NAME = StatusCodeHandlerRuntimeDxe FILE_GUID = 6C2004EF-4E0E-4BE4-B14C-340EB4AA5891 MODULE_TYPE = DXE_RUNTIME_DRIVER + VERSION_STRING = 1.0 ENTRY_POINT = StatusCodeHandlerRuntimeDxeEntry # @@ -66,7 +67,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial [Pcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory + gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory [Depex] gEfiRscHandlerProtocolGuid diff --git a/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf b/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf index e56106a81a..e24a54d0b8 100644 --- a/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf +++ b/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf @@ -2,7 +2,7 @@ # Status Code Handler Driver which produces general handlers and hook them # onto the SMM status code router. # -# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2011, 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 @@ -20,6 +20,7 @@ FILE_GUID = 79CD78D8-6EDC-4978-BD02-3299C387AB17 MODULE_TYPE = DXE_SMM_DRIVER PI_SPECIFICATION_VERSION = 0x0001000A + VERSION_STRING = 1.0 ENTRY_POINT = StatusCodeHandlerSmmEntry # @@ -62,7 +63,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial [Pcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory + gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory [Depex] gEfiSmmRscHandlerProtocolGuid -- cgit v1.2.3