]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Include/EfiCommon.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / EfiCommon.h
diff --git a/EdkCompatibilityPkg/Foundation/Include/EfiCommon.h b/EdkCompatibilityPkg/Foundation/Include/EfiCommon.h
deleted file mode 100644 (file)
index ba27df6..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
-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
-  EfiCommon.h\r
-\r
-Abstract:\r
-\r
---*/\r
-\r
-#ifndef _EFI_COMMON_H_\r
-#define _EFI_COMMON_H_\r
-\r
-#include <EfiBind.h>\r
-#include "EfiTypes.h"\r
-#include "EfiStdArg.h"\r
-#include "EfiError.h"\r
-\r
-//\r
-// Define macros for including Protocols and Guids.\r
-//\r
-#define EFI_STRINGIZE(a)            #a\r
-#define EFI_PROTOCOL_DEFINITION(a)  EFI_STRINGIZE (Protocol/a/a.h)\r
-#define EFI_GUID_DEFINITION(a)      EFI_STRINGIZE (Guid/a/a.h)\r
-\r
-//\r
-// These should be used to include protocols.  If they are followed,\r
-// intelligent build tools can be created to check dependencies at build\r
-// time.\r
-//\r
-#define EFI_PROTOCOL_PRODUCER(a)    EFI_PROTOCOL_DEFINITION (a)\r
-#define EFI_PROTOCOL_CONSUMER(a)    EFI_PROTOCOL_DEFINITION (a)\r
-#define EFI_PROTOCOL_DEPENDENCY(a)  EFI_PROTOCOL_DEFINITION (a)\r
-\r
-//\r
-// Mechanism to associate a short and long ascii string with a GUID.\r
-// For normal builds the strings are not included. A build utility\r
-// can be constructed to extract the strings and build a table. It may\r
-// be possible to add a build opption to automatically generate a GUID\r
-// string table for a GUID to string utility build.\r
-//\r
-#define EFI_GUID_STRING(guidpointer, shortstring, longstring)\r
-\r
-#endif\r