]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Include/Pei/Pei.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / Pei / Pei.h
diff --git a/EdkCompatibilityPkg/Foundation/Include/Pei/Pei.h b/EdkCompatibilityPkg/Foundation/Include/Pei/Pei.h
deleted file mode 100644 (file)
index 62b3b9a..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004 - 2005, 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
-  Pei.h\r
-\r
-Abstract:\r
-\r
-  Framework PEI master include file.\r
-\r
-  This is the main include file for Framework PEI components. There should be\r
-  no defines or macros added to this file, other than the EFI version \r
-  information already in this file.\r
-\r
-  Don't add include files to the list for convenience, only add things\r
-  that are architectural. Don't add Protocols or GUID include files here\r
-\r
---*/\r
-\r
-#ifndef _PEI_H_\r
-#define _PEI_H_\r
-\r
-//\r
-// PEI Specification Revision information\r
-//\r
-#include "TianoCommon.h"\r
-\r
-#include "PeiBind.h"\r
-#include "PeiApi.h"\r
-#include "EfiDebug.h"\r
-#include "PeiDebug.h"\r
-\r
-//\r
-// Enable code sharing with DXE by removing ASSERT and DEBUG\r
-//\r
-// #define ASSERT(a)\r
-// #define DEBUG (a)\r
-//\r
-\r
-#ifdef EFI_PEI_REPORT_STATUS_CODE_ON\r
-#define PEI_REPORT_STATUS_CODE_CODE(Code) Code\r
-#define PEI_REPORT_STATUS_CODE(PeiServices, CodeType, Value, Instance, CallerId, Data) \\r
-          (*PeiServices)->PeiReportStatusCode (PeiServices, CodeType, Value, Instance, CallerId, Data)\r
-#else\r
-#define PEI_REPORT_STATUS_CODE_CODE(Code)\r
-#define PEI_REPORT_STATUS_CODE(PeiServices, CodeType, Value, Instance, CallerId, Data)\r
-#endif\r
-\r
-#endif\r