]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Include/Protocol/DebugLevel.h
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / EdkModulePkg / Include / Protocol / DebugLevel.h
diff --git a/EdkModulePkg/Include/Protocol/DebugLevel.h b/EdkModulePkg/Include/Protocol/DebugLevel.h
deleted file mode 100644 (file)
index 9c5f06a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/*++\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:\r
-\r
-  DebugLevel.h\r
-\r
-Abstract:\r
-  This protocol is used to abstract the Debug Mask serivces for \r
-  the specific driver or application image.\r
-\r
---*/\r
-\r
-#ifndef __DEBUG_LEVEL_H__\r
-#define __DEBUG_LEVEL_H__\r
-\r
-//\r
-// 8D4C62E6-CD98-4e1d-AD6E-48BB50D29FF7\r
-//\r
-#define EFI_DEBUG_LEVEL_PROTOCOL_GUID \\r
-  { 0x8d4c62e6, 0xcd98, 0x4e1d, {0xad, 0x6e, 0x48, 0xbb, 0x50, 0xd2, 0x9f, 0xf7 } }\r
-\r
-//\r
-// DebugLevel protocol definition\r
-//\r
-typedef struct _EFI_DEBUG_LEVEL_PROTOCOL {\r
-  UINTN  DebugLevel;\r
-} EFI_DEBUG_LEVEL_PROTOCOL;\r
-\r
-extern EFI_GUID gEfiDebugLevelProtocolGuid;\r
-\r
-#endif\r