]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Include/EdkDxeCore.h
Add description of module
[mirror_edk2.git] / EdkModulePkg / Include / EdkDxeCore.h
CommitLineData
878ddf1f 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13 EdkDxe.h\r
14\r
15Abstract:\r
16 This file defines the base package surface area for writting a PEIM\r
17 \r
18 Things defined in the Tiano specification go in DxeCis.h. \r
19\r
20 Dxe.h contains build environment and library information needed to build\r
21 a basic Dxe driver. This file must match the "base package" definition of\r
22 how to write a Dxe driver.\r
23\r
24--*/\r
25\r
26#ifndef __EDK_DXE_CORE_H__\r
27#define __EDK_DXE_CORE_H__\r
28\r
29//\r
30// BUGBUG: We must include this lib here due to ordering issues\r
31//\r
32#include <Common/DecompressLibraryHob.h>\r
33#include <Library/PeCoffLib.h>\r
34\r
35//\r
36// BUGBUG: Performance related protocol and Guid.\r
37// They are Tiano-private, but are required for DxeCore\r
38//\r
39#include <Protocol/Performance.h>\r
40#include <Guid/PeiPerformanceHob.h>\r
41//\r
42// BUGBUG: Do these really belomg here?\r
43//\r
44#include <Guid/PeiPeCoffLoader.h>\r
45#include <Guid/MemoryTypeInformation.h>\r
46\r
47#include <Protocol/CustomizedDecompress.h>\r
48#include <Protocol/DebugLevel.h>\r
49#include <Protocol/LoadPe32Image.h>\r
50#include <Protocol/EdkDecompress.h>\r
51#include <Protocol/Print.h>\r
52\r
045f4521 53#if (EFI_SPECIFICATION_VERSION >= 0x00020000)\r
54#include <Protocol/Capsule.h>\r
55#endif\r
56\r
878ddf1f 57#endif\r