]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/OverrideVariable.h
Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverr...
[mirror_edk2.git] / MdeModulePkg / Include / Guid / OverrideVariable.h
diff --git a/MdeModulePkg/Include/Guid/OverrideVariable.h b/MdeModulePkg/Include/Guid/OverrideVariable.h
deleted file mode 100644 (file)
index 2e6601d..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-/** @file\r
-  This file defines the platform driver override variable name and variable guid.\r
-  The variable(s) contain the override mappings from Controller Device Path to a set of Driver Device Paths.\r
-  \r
-  VariableLayout {\r
-  //\r
-  // NotEnd indicate whether the variable is the last one, and has no subsequent variable need to load.\r
-  // Each variable has MaximumVariableSize limitation, so multiple variables are required to store\r
-  // large mapping infos.\r
-  // The variable(s) name rule is PlatDriOver, PlatDriOver1, PlatDriOver2, ....\r
-  //\r
-  UINT32                         NotEnd;               //Zero is the last one.\r
-  //\r
-  // The entry which contains the mapping that Controller Device Path to a set of Driver Device Paths\r
-  // There are often multi mapping entries in a variable.\r
-  //\r
-  UINT32                         SIGNATURE;            //SIGNATURE_32('p','d','o','i')\r
-  UINT32                         DriverNum;\r
-  EFI_DEVICE_PATH_PROTOCOL       ControllerDevicePath[];\r
-  EFI_DEVICE_PATH_PROTOCOL       DriverDevicePath[];\r
-  EFI_DEVICE_PATH_PROTOCOL       DriverDevicePath[];\r
-  EFI_DEVICE_PATH_PROTOCOL       DriverDevicePath[];\r
-  ......\r
-  UINT32                         NotEnd;                //Zero is the last one.\r
-  UINT32                         SIGNATURE;\r
-  UINT32                         DriverNum;\r
-  EFI_DEVICE_PATH_PROTOCOL       ControllerDevicePath[];\r
-  EFI_DEVICE_PATH_PROTOCOL       DriverDevicePath[];\r
-  EFI_DEVICE_PATH_PROTOCOL       DriverDevicePath[];\r
-  EFI_DEVICE_PATH_PROTOCOL       DriverDevicePath[];\r
-  ......\r
-  }\r
-\r
-Copyright (c) 2008 - 2009, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#ifndef __EFI_OVERRIDE_VARIABLE_GUID_H__\r
-#define __EFI_OVERRIDE_VARIABLE_GUID_H__\r
-\r
-///\r
-/// This guid is used for a platform driver override variable\r
-///\r
-#define EFI_OVERRIDE_VARIABLE_GUID  \\r
-  { 0x8e3d4ad5, 0xf762, 0x438a, { 0xa1, 0xc1, 0x5b, 0x9f, 0xe6, 0x8c, 0x6b, 0x15 }}\r
-\r
-#define EFI_PLATFORM_OVERRIDE_VARIABLE_NAME L"PlatDriOver"\r
-\r
-extern EFI_GUID gEfiOverrideVariableGuid;\r
-\r
-#endif // #ifndef __EFI_OVERRIDE_VARIABLE_GUID_H__\r