summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2015-05-13 08:45:21 +0000
committerydong10 <ydong10@Edk2>2015-05-13 08:45:21 +0000
commit34326197d13c4ff51aedf3c03461b72727d72ac1 (patch)
tree429ee2f0bc1053f70b043e1adcf805df3ed0dfbf /MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr
parentf736c1f19825887f6b8ff525bc6b5e58ba65a323 (diff)
downloadedk2-platforms-34326197d13c4ff51aedf3c03461b72727d72ac1.tar.xz
MdeModulePkg: Add sample code for keyword handler protocol.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17431 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr')
-rw-r--r--MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr8
1 files changed, 7 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr b/MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr
index b835dfc392..b5b93d4c86 100644
--- a/MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr
+++ b/MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr
@@ -2,7 +2,7 @@
//
// Sample Inventory Data
//
-// Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2004 - 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
@@ -104,6 +104,12 @@ formset
flags = 0,
key = 0;
+ text
+ help = STRING_TOKEN(STR_CHECK_KEYWORD_SUPPORT),
+ text = STRING_TOKEN(STR_CHECK_KEYWORD_SUPPORT),
+ flags = INTERACTIVE,
+ key = 0x1231;
+
subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);
subtitle text = STRING_TOKEN(STR_INV_VERSION_TEXT12);