Skip to content

Commit

Permalink
Remove Framework HII "class\subclass" in all VFR
Browse files Browse the repository at this point in the history
class/subclass is the obseleted key word in VFR file. It is designed in framework HII.
After convert to UEFI HII, it is not used any longer. Now remove them from VFR

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17493 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
dandanbi authored and dandanbi committed May 21, 2015
1 parent 8c9c60b commit b965bd9
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ formset
title = STRING_TOKEN(STR_FORM_MAIN_TITLE),
help = STRING_TOKEN(STR_NULL_STRING),
classguid = BOOT_MAINT_FORMSET_GUID,
class = 0,
subclass = 0,

varstore BMM_FAKE_NV_DATA,
varid = VARSTORE_ID_BOOT_MAINT,
Expand Down
2 changes: 0 additions & 2 deletions IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/FE.vfr
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ formset
title = STRING_TOKEN(STR_FILE_EXPLORER_TITLE),
help = STRING_TOKEN(STR_NULL_STRING),
classguid = FILE_EXPLORE_FORMSET_GUID,
class = 0,
subclass = 0,

varstore FILE_EXPLORER_NV_DATA,
varid = VARSTORE_ID_BOOT_MAINT,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ formset
title = STRING_TOKEN(STR_BM_BANNER),
help = STRING_TOKEN(STR_LAST_STRING),
classguid = BOOT_MANAGER_FORMSET_GUID,
class = BOOT_MANAGER_CLASS,
subclass = BOOT_MANAGER_SUBCLASS,

form formid = BOOT_MANAGER_FORM_ID,
title = STRING_TOKEN(STR_BM_BANNER);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ formset
title = STRING_TOKEN(STR_DEVICE_MANAGER_TITLE),
help = STRING_TOKEN(STR_EMPTY_STRING),
classguid = DEVICE_MANAGER_FORMSET_GUID,
class = DEVICE_MANAGER_CLASS,
subclass = FRONT_PAGE_SUBCLASS,

form formid = DEVICE_MANAGER_FORM_ID,
title = STRING_TOKEN(STR_DEVICE_MANAGER_TITLE);
Expand Down
2 changes: 0 additions & 2 deletions IntelFrameworkModulePkg/Universal/BdsDxe/FrontPageVfr.Vfr
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ formset
title = STRING_TOKEN(STR_FRONT_PAGE_TITLE),
help = STRING_TOKEN(STR_NULL_STRING),
classguid = FRONT_PAGE_FORMSET_GUID,
class = FRONT_PAGE_CLASS,
subclass = FRONT_PAGE_SUBCLASS,

form formid = FRONT_PAGE_FORM_ID,
title = STRING_TOKEN(STR_FRONT_PAGE_TITLE);
Expand Down
2 changes: 0 additions & 2 deletions MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ formset
guid = DRIVER_SAMPLE_INVENTORY_GUID,
title = STRING_TOKEN(STR_INV_FORM_SET_TITLE),
help = STRING_TOKEN(STR_INV_FORM_SET_HELP),
class = 0x04,
subclass = 0x03,

form formid = 1,
title = STRING_TOKEN(STR_INV_FORM1_TITLE); // note formid is a variable (for readability) (UINT16) - also added Form to the line to signify the Op-Code
Expand Down
2 changes: 0 additions & 2 deletions MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ formset
guid = IP4_ISCSI_CONFIG_GUID,
title = STRING_TOKEN(STR_ISCSI_CONFIG_FORM_TITLE),
help = STRING_TOKEN(STR_ISCSI_CONFIG_FORM_HELP),
class = EFI_NETWORK_DEVICE_CLASS,
subclass = 0x03,

varstore ISCSI_CONFIG_IFR_NVDATA,
name = ISCSI_CONFIG_IFR_NVDATA,
Expand Down
2 changes: 0 additions & 2 deletions MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.vfr
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ formset
guid = EFI_NIC_IP4_CONFIG_NVDATA_GUID,
title = STRING_TOKEN(STR_IP4_CONFIG_FORM_TITLE),
help = STRING_TOKEN(STR_IP4_CONFIG_FORM_HELP),
class = EFI_NETWORK_DEVICE_CLASS,
subclass = 0x03,

varstore IP4_CONFIG_IFR_NVDATA,
name = EfiNicIp4ConfigVariable,
Expand Down
2 changes: 0 additions & 2 deletions MdeModulePkg/Universal/PlatformDriOverrideDxe/Vfr.vfr
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ formset
guid = PLAT_OVER_MNGR_GUID,
title = STRING_TOKEN(STR_ENTRY_TITLE),
help = STRING_TOKEN(STR_TITLE_HELP),
class = EFI_DISK_DEVICE_CLASS,
subclass = 0xff,

varstore PLAT_OVER_MNGR_DATA,
varid = VARSTORE_ID_PLAT_OVER_MNGR,
Expand Down
2 changes: 0 additions & 2 deletions NetworkPkg/IScsiDxe/IScsiConfigVfr.vfr
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ formset
guid = ISCSI_CONFIG_GUID,
title = STRING_TOKEN(STR_ISCSI_CONFIG_FORM_TITLE),
help = STRING_TOKEN(STR_ISCSI_CONFIG_FORM_HELP),
class = EFI_NETWORK_DEVICE_CLASS,
subclass = 0x03,

varstore ISCSI_CONFIG_IFR_NVDATA,
varid = CONFIGURATION_VARSTORE_ID,
Expand Down
2 changes: 0 additions & 2 deletions NetworkPkg/Ip6Dxe/Ip6Config.vfr
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ formset
guid = IP6_CONFIG_NVDATA_GUID,
title = STRING_TOKEN(STR_IP6_CONFIG_FORM_TITLE),
help = STRING_TOKEN(STR_IP6_CONFIG_FORM_HELP),
class = EFI_NETWORK_DEVICE_CLASS,
subclass = 0x03,

varstore IP6_CONFIG_IFR_NVDATA,
name = IP6_CONFIG_IFR_NVDATA,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ formset
guid = USER_PROFILE_MANAGER_GUID,
title = STRING_TOKEN(STR_FORMSET_TITLE),
help = STRING_TOKEN(STR_TITLE_HELP),
class = USER_MANAGER_CLASS,
subclass = USER_MANAGER_SUBCLASS,

// User manager form
form formid = FORMID_USER_MANAGE,
Expand Down
2 changes: 0 additions & 2 deletions Vlv2TbltDevicePkg/PlatformSetupDxe/Vfr.vfr
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ formset
guid = SYSTEM_CONFIGURATION_GUID,
title = STRING_TOKEN(STR_SYSTEM_SETUP_TITLE),
help = STRING_TOKEN(STR_SYSTEM_SETUP_HELP),
class = 1,
subclass = 0,


varstore SYSTEM_CONFIGURATION, name = Setup, guid = SYSTEM_CONFIGURATION_GUID;
Expand Down

0 comments on commit b965bd9

Please sign in to comment.