]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiDriverModelLib.h
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing...
[mirror_edk2.git] / MdePkg / Include / Library / UefiDriverModelLib.h
diff --git a/MdePkg/Include/Library/UefiDriverModelLib.h b/MdePkg/Include/Library/UefiDriverModelLib.h
deleted file mode 100644 (file)
index d303dfc..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/** @file\r
-  UEFI Driver Model Library Services\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:  UefiDriverModelLib.h\r
-\r
-**/\r
-\r
-#ifndef __UEFI_DRIVER_MODEL_LIB_H__\r
-#define __UEFI_DRIVER_MODEL_LIB_H__\r
-\r
-//\r
-// Declare bitmask values for the protocols that are enabled \r
-//\r
-#define UEFI_DRIVER_MODEL_LIBRARY_COMPONENT_NAME_PROTOCOL_ENABLED        0x01\r
-#define UEFI_DRIVER_MODEL_LIBRARY_DRIVER_DIAGNOSTICS_PROTOCOL_ENABLED    0x02\r
-#define UEFI_DRIVER_MODEL_LIBRARY_DRIVER_CONFIGURATION_PROTOCOL_ENABLED  0x04\r
-\r
-//\r
-// Bitmask values for the protocols that are enabled\r
-//\r
-extern const UINT8                           _gDriverModelProtocolBitmask;\r
-\r
-//\r
-// Data structure that declares pointers to the Driver Model \r
-// Protocols.\r
-//\r
-typedef struct {\r
-  const EFI_DRIVER_BINDING_PROTOCOL        *DriverBinding;\r
-  const EFI_COMPONENT_NAME_PROTOCOL        *ComponentName;\r
-  const EFI_DRIVER_CONFIGURATION_PROTOCOL  *DriverConfiguration;\r
-  const EFI_DRIVER_DIAGNOSTICS_PROTOCOL    *DriverDiagnostics;\r
-} EFI_DRIVER_MODEL_PROTOCOL_LIST;\r
-\r
-//\r
-// The number of UEFI Driver Model Protocols that the module\r
-// produces.  Typically drivers only produce one.\r
-// When UEFI drivers are merged, they will produce several.\r
-//\r
-extern const UINTN                           _gDriverModelProtocolListEntries;\r
-\r
-//\r
-// UEFI Driver Model Protocols arrary\r
-//\r
-extern const EFI_DRIVER_MODEL_PROTOCOL_LIST  _gDriverModelProtocolList[];\r
-\r
-#endif\r