]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/FrontPageVfr.Vfr
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / FrontPageVfr.Vfr
index ebb70dd67f55c1f62692533e6c50b3a17ff77359..79ec796b64bfdd3fa28b08548ee0060cd7568dbc 100644 (file)
@@ -2,7 +2,7 @@
 //  \r
 //    Browser formset.\r
 //  \r
-//  Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
+//  Copyright (c) 2007 - 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
@@ -13,7 +13,7 @@
 //  \r
 //**/\r
 \r
-#define FORMSET_GUID  { 0x9e0c30bc, 0x3f06, 0x4ba6, 0x82, 0x88, 0x9, 0x17, 0x9b, 0x85, 0x5d, 0xbe }\r
+#include <Guid/BdsHii.h>\r
 \r
 #define FRONT_PAGE_CLASS               0x0000\r
 #define FRONT_PAGE_SUBCLASS            0x0002\r
 #define LABEL_END                      0xffff\r
 \r
 formset\r
-  guid     = FORMSET_GUID,\r
+  guid     = FRONT_PAGE_FORMSET_GUID,\r
   title    = STRING_TOKEN(STR_FRONT_PAGE_TITLE),\r
   help     = STRING_TOKEN(STR_NULL_STRING),\r
-  classguid = FORMSET_GUID,\r
+  classguid = FRONT_PAGE_FORMSET_GUID,\r
   class    = FRONT_PAGE_CLASS,\r
   subclass = FRONT_PAGE_SUBCLASS,\r
 \r