diff options
author | Dandan Bi <dandan.bi@intel.com> | 2015-05-21 07:58:12 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2015-05-21 07:58:12 +0000 |
commit | b965bd99c533b24bec56647a8c9b1fa2c2ed8bd8 (patch) | |
tree | 95dda2fe7cee49474012e8e0124bbf204d822141 /SecurityPkg | |
parent | 8c9c60b66224364217f80ca56a0742c26832cc45 (diff) | |
download | edk2-platforms-b965bd99c533b24bec56647a8c9b1fa2c2ed8bd8.tar.xz |
Remove Framework HII "class\subclass" in all VFR
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
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr index 59fb348651..2cf3359f2a 100644 --- a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr +++ b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr @@ -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,
|