]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/AutoGen.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Include / AutoGen.h
diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/AutoGen.h b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/AutoGen.h
deleted file mode 100644 (file)
index 93dca90..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004 - 2011, 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
-\r
-Module Name:\r
-\r
-  AutoGen.h\r
-  \r
-Abstract: \r
-\r
-  This file is supposed to be used by a .dxe file. To write common .dxs file for EDK\r
-  and EDKII, a header file named AutoGen.h musted be present. In EDK-GlueLib code base, \r
-  this AutoGen.h plays the role as the AutoGen.h in EDKII. Here the AutoGen.h isn't auto-generated \r
-  by any tool.\r
-\r
---*/\r
-\r
-#ifndef __EDKII_GLUELIB_AUTOGEN_H__\r
-#define __EDKII_GLUELIB_AUTOGEN_H__\r
-\r
-\r
-//\r
-//  Explanation:\r
-//    BUILD_WITH_GLUELIB was used at the very beginning of EdkIIGlueLib development and \r
-//    BUILD_WITH_EDKII_GLUE_LIB was introduced later with newer EDK. The old one, BUILD_WITH_GLUELIB, \r
-//    is remained here only to keep source level compatibility with modules which already use it.\r
-//\r
-//  Both macros are of same effect: to indicate a module it's using EdkIIGlueLib. For newly created \r
-//  modules, BUILD_WITH_EDKII_GLUE_LIB is recommended to use.\r
-//\r
-//  The macros can be used in .dxs files and source files.\r
-//\r
-\r
-#ifndef BUILD_WITH_EDKII_GLUE_LIB\r
-  #define BUILD_WITH_EDKII_GLUE_LIB\r
-#endif\r
-\r
-#ifndef BUILD_WITH_GLUELIB\r
-  #define BUILD_WITH_GLUELIB\r
-#endif\r
-\r
-#endif\r