]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Include/EdkPeim.h
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / EdkModulePkg / Include / EdkPeim.h
diff --git a/EdkModulePkg/Include/EdkPeim.h b/EdkModulePkg/Include/EdkPeim.h
deleted file mode 100644 (file)
index 229d24c..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006 - 2007, 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
-  EdkPeim.h\r
-\r
-Abstract:\r
-  This file defines the base package surface area for writting a PEIM\r
-\r
-  Things defined in the PEI CIS specification go in PeiCis.h. \r
-\r
-  EdkPeim.h contains build environment and library information needed to build\r
-  a basic PEIM that needs Tiano specific definitiosn. T\r
-  \r
-  Currently we just add in some extra PPI and GUID definitions\r
-\r
---*/\r
-\r
-#ifndef __EDK_PEIM_H__\r
-#define __EDK_PEIM_H__\r
-\r
-//\r
-#include <Common/FlashMap.h>\r
-#include <Common/DecompressLibraryHob.h>\r
-//\r
-// BUGBUG: Performance related Guid.\r
-// It is Tiano-private, but is required for PeiCore\r
-//\r
-#include <Guid/PeiPerformanceHob.h>\r
-#include <Guid/PeiPeCoffLoader.h>\r
-#include <Guid/SystemNvDataGuid.h>\r
-#include <Guid/FlashMapHob.h>\r
-#include <Guid/MemoryTypeInformation.h>\r
-#include <Guid/CapsuleVendor.h>\r
-#include <Guid/BootState.h>\r
-#include <Guid/MemoryStatusCodeRecord.h>\r
-#include <Guid/GenericPlatformVariable.h>\r
-\r
-#include <Ppi/PeiInMemory.h>\r
-#include <Ppi/FlashMap.h>\r
-#include <Ppi/BaseMemoryTest.h>\r
-#include <Ppi/StatusCodeMemory.h>\r
-\r
-#include <Protocol/CustomizedDecompress.h>\r
-#include <Protocol/EdkDecompress.h>\r
-\r
-#include <Dxe/ArchProtocol/StatusCode.h>\r
-\r
-#endif\r