2007-06-08 13:31:52 +02:00
|
|
|
/** @file
|
|
|
|
|
2008-12-04 09:35:07 +01:00
|
|
|
Root include file for Mde Package DXE_CORE, DXE, RUNTIME, SMM, SAL type modules.
|
2007-06-08 13:31:52 +02:00
|
|
|
|
2018-06-27 15:11:33 +02:00
|
|
|
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:06:00 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-08 13:31:52 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef __PI_DXE_H__
|
|
|
|
#define __PI_DXE_H__
|
|
|
|
|
|
|
|
#include <Uefi/UefiBaseType.h>
|
|
|
|
#include <Uefi/UefiSpec.h>
|
|
|
|
|
|
|
|
#include <Pi/PiDxeCis.h>
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|