]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OldMdePkg/Include/Protocol/EdidOverride.h
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / OldMdePkg / Include / Protocol / EdidOverride.h
diff --git a/OldMdePkg/Include/Protocol/EdidOverride.h b/OldMdePkg/Include/Protocol/EdidOverride.h
deleted file mode 100644 (file)
index 3f4c576..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-/** @file\r
-  EDID Override Protocol from the UEFI 2.0 specification.\r
-\r
-  Allow platform to provide EDID information to producer of the Graphics Output\r
-  protocol.\r
-\r
-  Copyright (c) 2006, 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
-  Module Name:  EdidOverride.h\r
-\r
-**/\r
-\r
-#ifndef __EDID_OVERRIDE_H__\r
-#define __EDID_OVERRIDE_H__\r
-\r
-#define EFI_EDID_OVERRIDE_PROTOCOL_GUID \\r
-  { \\r
-    0x48ecb431, 0xfb72, 0x45c0, {0xa9, 0x22, 0xf4, 0x58, 0xfe, 0x4, 0xb, 0xd5 } \\r
-  }\r
-\r
-typedef struct _EFI_EDID_OVERRIDE_PROTOCOL EFI_EDID_OVERRIDE_PROTOCOL;\r
-\r
-#define EFI_EDID_OVERRIDE_DONT_OVERRIDE   0x01\r
-#define EFI_EDID_OVERRIDE_ENABLE_HOT_PLUG 0x02\r
-\r
-/**\r
-  Return the current video mode information.\r
-\r
-  @param  This              Protocol instance pointer.\r
-  @param  ChildHandle       A child handle produced by the Graphics Output EFI\r
-                            driver that represents a video output device.\r
-  @param  Attributes        The attributes associated with ChildHandle video output device.\r
-  @param  EdidSize          A pointer to the size, in bytes, of the Edid buffer.\r
-  @param  Edid              A pointer to callee allocated buffer that contains the EDID that\r
-                            should be used for ChildHandle. A value of NULL\r
-                            represents no EDID override for ChildHandle.\r
-\r
-  @retval EFI_SUCCESS       Valid overrides returned for ChildHandle.\r
-  @retval EFI_UNSUPPORTED   ChildHandle has no overrides.\r
-\r
-**/\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_EDID_OVERRIDE_PROTOCOL_GET_EDID) (\r
-  IN  EFI_EDID_OVERRIDE_PROTOCOL          *This,\r
-  IN  EFI_HANDLE                          *ChildHandle,\r
-  OUT UINT32                              *Attributes,\r
-  IN OUT UINTN                            *EdidSize,\r
-  IN OUT UINT8                            **Edid\r
-  )\r
-;\r
-\r
-struct _EFI_EDID_OVERRIDE_PROTOCOL {\r
-  EFI_EDID_OVERRIDE_PROTOCOL_GET_EDID   GetEdid;\r
-};\r
-                                             \r
-extern EFI_GUID gEfiEdidOverrideProtocolGuid;\r
-\r
-#endif\r