From 34326197d13c4ff51aedf3c03461b72727d72ac1 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Wed, 13 May 2015 08:45:21 +0000 Subject: MdeModulePkg: Add sample code for keyword handler protocol. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao Reviewed-by: Samer El-Haj-Mahmoud git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17431 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr') 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.
+// Copyright (c) 2004 - 2015, 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 @@ -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); -- cgit v1.2.3