]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/PeiCore.h
Put the our jar files before the system's CLASSPATH
[mirror_edk2.git] / MdePkg / Include / PeiCore.h
CommitLineData
878ddf1f 1/** @file\r
2\r
3 Root include file for PEI Core.\r
4\r
5 The PEI Core has its own module type since its entry point definition is \r
6 unique. This module type should only be used by the PEI core. The build \r
7 infrastructure automatically sets EDK_RELEASE_VERSION before including \r
8 this file. \r
9\r
10Copyright (c) 2006, Intel Corporation\r
11All rights reserved. This program and the accompanying materials\r
12are licensed and made available under the terms and conditions of the BSD License\r
13which accompanies this distribution. The full text of the license may be found at\r
14http://opensource.org/licenses/bsd-license.php\r
15\r
16THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18\r
19**/\r
20\r
21#ifndef __PEI_CORE_H__\r
22#define __PEI_CORE_H__\r
23\r
24\r
25//\r
26// Check to make sure EDK_RELEASE_VERSION is defined\r
27//\r
28#if !defined(EDK_RELEASE_VERSION)\r
29 #error EDK_RELEASE_VERSION not defined\r
30#elif (EDK_RELEASE_VERSION == 0)\r
31 #error EDK_RELEASE_VERSION can not be zero\r
32#endif\r
33\r
34\r
35\r
36#include <Common/UefiBaseTypes.h>\r
37#include <Peim/PeiCis.h>\r
38\r
39//\r
40//StatusCodeDataTypeId needs DebugSupport Protocol definition\r
41//\r
42#include <Protocol/DebugSupport.h>\r
43#include <Common/StatusCodeDataTypeId.h>\r
44#include <Guid/StatusCodeDataTypeId.h>\r
45\r
46#include <Ppi/Pcd.h>\r
47\r
48#endif\r