diff options
author | Dandan Bi <dandan.bi@intel.com> | 2015-06-09 05:09:50 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2015-06-09 05:09:50 +0000 |
commit | 5e30b69eb4027f4fc6c8ef78d1961e7c78d80683 (patch) | |
tree | 6f3e23c7cd2433b7a4d89c323ba7df04d26cab3e /IntelFrameworkModulePkg/Universal/BdsDxe | |
parent | 9d58ab0923a2fbd856cbe2ac5fadf3ce57ebc953 (diff) | |
download | edk2-platforms-5e30b69eb4027f4fc6c8ef78d1961e7c78d80683.tar.xz |
EDKII:Display engine should not depend on the framework code
Display engine base on class opcode to detect whether in
front page.Now remove class/subclass and use FormsetGuid
or ClassGuid to judge whether in front page
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17590 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/BdsDxe')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/BdsDxe/FrontPageVfr.Vfr | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPageVfr.Vfr b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPageVfr.Vfr index d5fe4f4c48..a2d92dff51 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPageVfr.Vfr +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPageVfr.Vfr @@ -2,7 +2,7 @@ //
// Browser formset.
//
-// Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2007 - 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
@@ -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);
|