/** @file The defintions are required both by Source code and Vfr file. The PLAT_OVER_MNGR_DATA structure, form guid and Ifr question ID are defined. Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php. THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ #ifndef _PLAT_OVER_MNGR_H_ #define _PLAT_OVER_MNGR_H_ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "Guid/SetupVariable.h" #include #include #include #include extern EFI_HII_HANDLE mHiiHandle; UINT32 ConvertBase10ToRaw ( IN EFI_EXP_BASE10_DATA *Data ); UINT32 ConvertBase2ToRaw ( IN EFI_EXP_BASE2_DATA *Data ); EFI_STATUS GetStringFromToken ( IN EFI_GUID *ProducerGuid, IN STRING_REF Token, OUT CHAR16 **String ); VOID SwapEntries ( IN CHAR8 *Data ); VOID EFIAPI SetupInfo ( ); extern EFI_HANDLE mImageHandle; #endif