https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
		
			
				
	
	
		
			112 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			112 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ///** @file
 | |
| //
 | |
| //    Sample Inventory Data
 | |
| //
 | |
| //  Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
 | |
| //  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| //
 | |
| //**/
 | |
| 
 | |
| #include "NVDataStruc.h"
 | |
| 
 | |
| formset
 | |
|   guid     = DRIVER_SAMPLE_INVENTORY_GUID,
 | |
|   title    = STRING_TOKEN(STR_INV_FORM_SET_TITLE),
 | |
|   help     = STRING_TOKEN(STR_INV_FORM_SET_HELP),
 | |
| 
 | |
|   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
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_VERSION_HELP),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT2),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT3),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT4),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT5),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT6),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT7),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT8),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT9),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT10),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       flags  = 0,
 | |
|       key    = 0;
 | |
| 
 | |
|     text
 | |
|       help   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       text   = STRING_TOKEN(STR_INV_VERSION_TEXT11),
 | |
|       text   = STRING_TOKEN(STR_INV_EMPTY_STRING),
 | |
|       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);
 | |
| 
 | |
|   endform;
 | |
| 
 | |
| endformset;
 |