]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/DxeIpl.h
DuetPkg: Remove DuetPkg
[mirror_edk2.git] / DuetPkg / DxeIpl / DxeIpl.h
diff --git a/DuetPkg/DxeIpl/DxeIpl.h b/DuetPkg/DxeIpl/DxeIpl.h
deleted file mode 100644 (file)
index 581c2e6..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-/** @file\r
-  Internal header file for DxeIpl module.\r
-  \r
-Copyright (c) 2006 - 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
-\r
-#ifndef _DUET_DXEIPL_H_\r
-#define _DUET_DXEIPL_H_\r
-\r
-#include <FrameworkPei.h>\r
-\r
-#include "EfiLdrHandoff.h"\r
-#include "EfiFlashMap.h"\r
-\r
-#include <Guid/MemoryTypeInformation.h>\r
-#include <Guid/PciExpressBaseAddress.h>\r
-#include <Guid/AcpiDescription.h>\r
-\r
-#include <Guid/MemoryAllocationHob.h>\r
-#include <Guid/Acpi.h>\r
-#include <Guid/SmBios.h>\r
-#include <Guid/Mps.h>\r
-#include <Guid/FlashMapHob.h>\r
-#include <Guid/SystemNvDataGuid.h>\r
-#include <Guid/VariableFormat.h>\r
-#include <Guid/StatusCodeDataTypeDebug.h>\r
-#include <Guid/DxeCoreFileName.h>\r
-#include <Guid/LdrMemoryDescriptor.h>\r
-\r
-#include <Protocol/Decompress.h>\r
-#include <Protocol/StatusCode.h>\r
-#include <Protocol/FirmwareVolumeBlock.h>\r
-\r
-#include <Library/BaseLib.h>\r
-#include <Library/BaseMemoryLib.h>\r
-#include <Library/ReportStatusCodeLib.h>\r
-#include <Library/PrintLib.h>\r
-#include <Library/IoLib.h>\r
-\r
-#endif // _DUET_DXEIPL_H_\r
-\r