InternalHiiLib.h revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
9512fe850e98fdd448c638ca63fdd92a8a510255ahl/** @file
9512fe850e98fdd448c638ca63fdd92a8a510255ahl Internal include file for the HII Library instance.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl This program and the accompanying materials
9512fe850e98fdd448c638ca63fdd92a8a510255ahl are licensed and made available under the terms and conditions of the BSD License
9512fe850e98fdd448c638ca63fdd92a8a510255ahl which accompanies this distribution. The full text of the license may be found at
9512fe850e98fdd448c638ca63fdd92a8a510255ahl http://opensource.org/licenses/bsd-license.php
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
9512fe850e98fdd448c638ca63fdd92a8a510255ahl WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl**/
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#ifndef __INTERNAL_HII_LIB_H__
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#define __INTERNAL_HII_LIB_H__
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Uefi.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Protocol/DevicePath.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Protocol/FormBrowser2.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/BaseLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/BaseMemoryLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/HiiLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/DebugLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/MemoryAllocationLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/UefiBootServicesTableLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/DevicePathLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/UefiHiiServicesLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/PrintLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#include <Library/UefiLib.h>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#endif
9512fe850e98fdd448c638ca63fdd92a8a510255ahl