]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Feb 2009 04:40:53 +0000 (04:40 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Feb 2009 04:40:53 +0000 (04:40 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7703 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Protocol/OEMBadging.h [deleted file]
MdeModulePkg/MdeModulePkg.dec

diff --git a/MdeModulePkg/Include/Protocol/OEMBadging.h b/MdeModulePkg/Include/Protocol/OEMBadging.h
deleted file mode 100644 (file)
index c274dab..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-/** @file\r
-  The OEM Badging Protocol defines the interface to get the OEM badging \r
-  image with the dispaly attribute. This protocol can be produced based on OEM badging images.\r
-\r
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>\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_OEM_BADGING_H__\r
-#define __EFI_OEM_BADGING_H__\r
-\r
-//\r
-// GUID for EFI OEM Badging Protocol\r
-//\r
-#define EFI_OEM_BADGING_PROTOCOL_GUID \\r
-  { 0x170e13c0, 0xbf1b, 0x4218, {0x87, 0x1d, 0x2a, 0xbd, 0xc6, 0xf8, 0x87, 0xbc } }\r
-\r
-\r
-typedef struct _EFI_OEM_BADGING_PROTOCOL EFI_OEM_BADGING_PROTOCOL;\r
-\r
-typedef enum {\r
-  EfiBadgingFormatBMP,\r
-  EfiBadgingFormatJPEG,\r
-  EfiBadgingFormatTIFF,\r
-  EfiBadgingFormatGIF,\r
-  EfiBadgingFormatUnknown\r
-} EFI_BADGING_FORMAT;\r
-\r
-typedef enum {\r
-  EfiBadgingDisplayAttributeLeftTop,\r
-  EfiBadgingDisplayAttributeCenterTop,\r
-  EfiBadgingDisplayAttributeRightTop,\r
-  EfiBadgingDisplayAttributeCenterRight,\r
-  EfiBadgingDisplayAttributeRightBottom,\r
-  EfiBadgingDisplayAttributeCenterBottom,\r
-  EfiBadgingDisplayAttributeLeftBottom,\r
-  EfiBadgingDisplayAttributeCenterLeft,\r
-  EfiBadgingDisplayAttributeCenter,\r
-  EfiBadgingDisplayAttributeCustomized\r
-} EFI_BADGING_DISPLAY_ATTRIBUTE;\r
-\r
-/**\r
-\r
-  Load an OEM badge image and return its data as well as attributes.\r
-\r
-  @param This              Pointer to this protocol instance.\r
-  @param Instance          The visiable image instance is found.\r
-  @param Format            Format of the image such as BMP,JPEG,etc.\r
-  @param ImageData         Image data returned.\r
-  @param ImageSize         Size of the image returned.\r
-  @param Attribute         Display attributes of the image returned.\r
-  @param CoordinateX       X coordinate of the image.\r
-  @param CoordinateY       Y coordinate of the image.\r
-\r
-  @retval EFI_SUCCESS      Image has been fetched successfully.\r
-  @retval EFI_NOT_FOUND    The specified image could not be found.\r
-\r
-**/\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_BADGING_GET_IMAGE)(\r
-  IN     EFI_OEM_BADGING_PROTOCOL          *This,\r
-  IN OUT UINT32                            *Instance,\r
-     OUT EFI_BADGING_FORMAT                *Format,\r
-     OUT UINT8                             **ImageData,\r
-     OUT UINTN                             *ImageSize,\r
-     OUT EFI_BADGING_DISPLAY_ATTRIBUTE     *Attribute,\r
-     OUT UINTN                             *CoordinateX,\r
-     OUT UINTN                             *CoordinateY\r
-);\r
-\r
-\r
-struct _EFI_OEM_BADGING_PROTOCOL {\r
-  EFI_BADGING_GET_IMAGE       GetImage;\r
-};\r
-\r
-\r
-extern EFI_GUID gEfiOEMBadgingProtocolGuid;\r
-\r
-#endif\r
index ca3b5721f10c40e63684a0d85f191f56e750295a..6a7555c2bdbe03aef22ef376bbcf65438ba83416 100644 (file)
   ## Include/Protocol/ConsoleControl.h\r
   gEfiConsoleControlProtocolGuid = { 0xF42F7782, 0x012E, 0x4C12, { 0x99, 0x56, 0x49, 0xF9, 0x43, 0x04, 0xF7, 0x21 }}\r
   \r
-  ## OEM Badging Protocol defines the interface to get the OEM badging image with the dispaly attribute.\r
-  ## Include/Protocol/OEMBadging.h\r
-  gEfiOEMBadgingProtocolGuid     = { 0x170E13C0, 0xBF1B, 0x4218, { 0x87, 0x1D, 0x2A, 0xBD, 0xC6, 0xF8, 0x87, 0xBC }}\r
-    \r
   ## Include/Protocol/NicIp4Config.h\r
   gEfiNicIp4ConfigProtocolGuid   = {0xdca3d4d, 0x12da, 0x4728,  { 0xbf, 0x7e, 0x86, 0xce, 0xb9, 0x28, 0xd0, 0x67 }}\r
   \r