X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FBdsDxe%2FBootMngr%2FBootManagerVfr.Vfr;h=0d8142c17da0352711eeee019adcc3fd05b01d1f;hp=1f7dd675e869e68d066451125c73552895ba3377;hb=b965bd99c533b24bec56647a8c9b1fa2c2ed8bd8;hpb=180a5a35cb49699bd249dee19e41cee34c856a58 diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManagerVfr.Vfr b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManagerVfr.Vfr index 1f7dd675e8..0d8142c17d 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManagerVfr.Vfr +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManagerVfr.Vfr @@ -2,7 +2,7 @@ // // Browser formset. // -// Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.
+// Copyright (c) 2004 - 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 // which accompanies this distribution. The full text of the license may be found at @@ -13,7 +13,7 @@ // //**/ -#define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b } +#include #define BOOT_MANAGER_FORM_ID 0x1000 @@ -24,12 +24,10 @@ #define BOOT_MANAGER_SUBCLASS 0x00 formset - guid = FORMSET_GUID, + guid = BOOT_MANAGER_FORMSET_GUID, title = STRING_TOKEN(STR_BM_BANNER), help = STRING_TOKEN(STR_LAST_STRING), - classguid = FORMSET_GUID, - class = BOOT_MANAGER_CLASS, - subclass = BOOT_MANAGER_SUBCLASS, + classguid = BOOT_MANAGER_FORMSET_GUID, form formid = BOOT_MANAGER_FORM_ID, title = STRING_TOKEN(STR_BM_BANNER);