Revision: 17846
          http://sourceforge.net/p/edk2/code/17846
Author:   hwu1225
Date:     2015-07-07 03:05:18 +0000 (Tue, 07 Jul 2015)
Log Message:
-----------
EdkCompatibilityPkg: Remove gZeroGuid def in FrameworkHiiOnUefiHiiThunk

MdeModulePkg has defined gZeroGuid in 'Guid/ZeroGuid.h', therefore, the
gZeroGuid defined in Compatibility/FrameworkHiiOnUefiHiiThunk is
redundent.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
    
trunk/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c

Modified: 
trunk/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
===================================================================
--- 
trunk/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
      2015-07-07 03:04:47 UTC (rev 17845)
+++ 
trunk/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
      2015-07-07 03:05:18 UTC (rev 17846)
@@ -86,6 +86,7 @@
   gEfiIfrFrameworkGuid
   gEfiHiiStandardFormGuid
   gFrameworkBdsFrontPageFormsetGuid
+  gZeroGuid                                     ## SOMETIMES_CONSUMES   ## GUID
 
 [Protocols]
   gEfiHiiImageProtocolGuid

Modified: 
trunk/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c
===================================================================
--- 
trunk/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c
   2015-07-07 03:04:47 UTC (rev 17845)
+++ 
trunk/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c
   2015-07-07 03:05:18 UTC (rev 17846)
@@ -2,7 +2,7 @@
 
   This file contains the keyboard processing code to the HII database.
 
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
 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
@@ -17,8 +17,8 @@
 #include "HiiDatabase.h"
 #include "HiiHandle.h"
 #include <Library/DebugLib.h>
+#include <Guid/ZeroGuid.h>
 
-CONST EFI_GUID  gZeroGuid = {0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0}};
 CONST CHAR16 FrameworkReservedVarstoreName[] = 
FRAMEWORK_RESERVED_VARSTORE_NAME;
 
 /**


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to