]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Include/TianoCommon.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / TianoCommon.h
diff --git a/EdkCompatibilityPkg/Foundation/Include/TianoCommon.h b/EdkCompatibilityPkg/Foundation/Include/TianoCommon.h
deleted file mode 100644 (file)
index d8bf769..0000000
+++ /dev/null
@@ -1,51 +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
-  TianoCommon.h\r
-\r
-Abstract:\r
-\r
-  Tiano specific common definitions besides EfiCommon.h\r
-\r
---*/\r
-\r
-#ifndef _TIANO_COMMON_H_\r
-#define _TIANO_COMMON_H_\r
-\r
-#include "TianoBind.h"\r
-#include "TianoTypes.h"\r
-#include "EfiStdArg.h"\r
-#include "TianoError.h"\r
-#include "EfiStatusCode.h"\r
-#include "EfiCommon.h"\r
-\r
-//\r
-// Define macros for including Architectural Protocols and PPIs\r
-//\r
-#define EFI_ARCH_PROTOCOL_DEFINITION(a) EFI_STRINGIZE (ArchProtocol/a/a.h)\r
-#define EFI_PPI_DEFINITION(a)           EFI_STRINGIZE (Ppi/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_ARCH_PROTOCOL_PRODUCER(a)   EFI_ARCH_PROTOCOL_DEFINITION (a)\r
-#define EFI_ARCH_PROTOCOL_CONSUMER(a)   EFI_ARCH_PROTOCOL_DEFINITION (a)\r
-#define EFI_ARCH_PROTOCOL_DEPENDENCY(a) EFI_ARCH_PROTOCOL_DEFINITION (a)\r
-\r
-#define EFI_PPI_PRODUCER(a)             EFI_PPI_DEFINITION (a)\r
-#define EFI_PPI_CONSUMER(a)             EFI_PPI_DEFINITION (a)\r
-#define EFI_PPI_DEPENDENCY(a)           EFI_PPI_DEFINITION (a)\r
-\r
-#endif\r