10d1ba665SWarner Losh /** @file 20d1ba665SWarner Losh 30d1ba665SWarner Losh Root include file for Mde Package UEFI, UEFI_APPLICATION type modules. 40d1ba665SWarner Losh 50d1ba665SWarner Losh This is the include file for any module of type UEFI and UEFI_APPLICATION. Uefi modules only use 60d1ba665SWarner Losh types defined via this include file and can be ported easily to any 70d1ba665SWarner Losh environment. 80d1ba665SWarner Losh 9*3245fa21SMitchell Horne Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 10*3245fa21SMitchell Horne SPDX-License-Identifier: BSD-2-Clause-Patent 110d1ba665SWarner Losh 120d1ba665SWarner Losh **/ 130d1ba665SWarner Losh 140d1ba665SWarner Losh #ifndef __PI_UEFI_H__ 150d1ba665SWarner Losh #define __PI_UEFI_H__ 160d1ba665SWarner Losh 170d1ba665SWarner Losh #include <Uefi/UefiBaseType.h> 180d1ba665SWarner Losh #include <Uefi/UefiSpec.h> 190d1ba665SWarner Losh 200d1ba665SWarner Losh #endif 210d1ba665SWarner Losh 22