mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-11-04 02:40:26 +00:00 
			
		
		
		
	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>
		
			
				
	
	
		
			101 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			101 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// *++
 | 
						|
//
 | 
						|
// Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
 | 
						|
// SPDX-License-Identifier: BSD-2-Clause-Patent
 | 
						|
//
 | 
						|
// Module Name:
 | 
						|
//
 | 
						|
//   Vfr.vfr
 | 
						|
//
 | 
						|
// Abstract:
 | 
						|
//
 | 
						|
//   Platform driver Override manager formset
 | 
						|
//
 | 
						|
//
 | 
						|
// --*/
 | 
						|
 | 
						|
#include "PlatOverMngr.h"
 | 
						|
 | 
						|
#define EFI_DISK_DEVICE_CLASS          0x01
 | 
						|
 | 
						|
formset
 | 
						|
  guid     = PLAT_OVER_MNGR_GUID,
 | 
						|
  title    = STRING_TOKEN(STR_ENTRY_TITLE),
 | 
						|
  help     = STRING_TOKEN(STR_TITLE_HELP),
 | 
						|
 | 
						|
  varstore PLAT_OVER_MNGR_DATA,
 | 
						|
    varid = VARSTORE_ID_PLAT_OVER_MNGR,
 | 
						|
    name  = Data,
 | 
						|
    guid  = PLAT_OVER_MNGR_GUID;
 | 
						|
 | 
						|
  form formid = FORM_ID_DEVICE,
 | 
						|
       title = STRING_TOKEN(STR_TITLE);
 | 
						|
 | 
						|
    text
 | 
						|
      help   = STRING_TOKEN(STR_FIRST_REFRESH_HELP),
 | 
						|
      text   = STRING_TOKEN(STR_FIRST_REFRESH),
 | 
						|
      flags  = INTERACTIVE,
 | 
						|
      key    = KEY_VALUE_DEVICE_REFRESH;
 | 
						|
 | 
						|
    checkbox varid = Data.PciDeviceFilter,
 | 
						|
      prompt   = STRING_TOKEN(STR_PCI_DEVICE_FILTER_PROMPT),
 | 
						|
      help     = STRING_TOKEN(STR_PCI_DEVICE_FILTER_HELP),
 | 
						|
      flags    = INTERACTIVE,
 | 
						|
      key      = KEY_VALUE_DEVICE_FILTER,
 | 
						|
    endcheckbox;
 | 
						|
 | 
						|
    label FORM_ID_DEVICE;
 | 
						|
    label LABEL_END;
 | 
						|
 | 
						|
    subtitle text = STRING_TOKEN(STR_NULL_STRING);
 | 
						|
 | 
						|
    goto FORM_ID_DEVICE,
 | 
						|
      prompt  = STRING_TOKEN(STR_CLEAR_ALL),
 | 
						|
      help    = STRING_TOKEN(STR_CLEAR_ALL_HELP),
 | 
						|
      flags   = INTERACTIVE | RESET_REQUIRED,
 | 
						|
      key     = KEY_VALUE_DEVICE_CLEAR;
 | 
						|
  endform;
 | 
						|
 | 
						|
  form formid = FORM_ID_DRIVER,
 | 
						|
       title = STRING_TOKEN(STR_TITLE);
 | 
						|
 | 
						|
    goto FORM_ID_DEVICE,
 | 
						|
      prompt  = STRING_TOKEN(STR_GOTO_PREVIOUS),
 | 
						|
      help    = STRING_TOKEN(STR_NULL_STRING),
 | 
						|
      flags   = INTERACTIVE,
 | 
						|
      key     = KEY_VALUE_DRIVER_GOTO_PREVIOUS;
 | 
						|
 | 
						|
    goto FORM_ID_ORDER,
 | 
						|
      prompt  = STRING_TOKEN(STR_TITLE_ORDER),
 | 
						|
      help    = STRING_TOKEN(STR_TITLE_ORDER_HELP),
 | 
						|
      flags   = INTERACTIVE,
 | 
						|
      key     = KEY_VALUE_DRIVER_GOTO_ORDER;
 | 
						|
 | 
						|
    label FORM_ID_DRIVER;
 | 
						|
    label LABEL_END;
 | 
						|
 | 
						|
  endform;
 | 
						|
 | 
						|
  form formid = FORM_ID_ORDER,
 | 
						|
       title = STRING_TOKEN(STR_TITLE);
 | 
						|
 | 
						|
    goto FORM_ID_DRIVER,
 | 
						|
      prompt  = STRING_TOKEN(STR_GOTO_PREVIOUS),
 | 
						|
      help    = STRING_TOKEN(STR_NULL_STRING),
 | 
						|
      flags   = INTERACTIVE,
 | 
						|
      key     = KEY_VALUE_ORDER_GOTO_PREVIOUS;
 | 
						|
 | 
						|
    label FORM_ID_ORDER;
 | 
						|
    label LABEL_END;
 | 
						|
 | 
						|
    subtitle text = STRING_TOKEN(STR_NULL_STRING);
 | 
						|
 | 
						|
    text
 | 
						|
      help   = STRING_TOKEN (STR_NULL_STRING),
 | 
						|
      text   = STRING_TOKEN (STR_SAVE_AND_EXIT),
 | 
						|
      flags  = INTERACTIVE | RESET_REQUIRED,
 | 
						|
      key    = KEY_VALUE_ORDER_SAVE_AND_EXIT;
 | 
						|
  endform;
 | 
						|
 | 
						|
endformset;
 |