]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h
Correct typo in comments, clean IfrSupportLib.h
[mirror_edk2.git] / MdeModulePkg / Library / UefiIfrSupportLib / UefiIfrLibraryInternal.h
CommitLineData
08e4b3cf 1/** @file\r
2Utility functions which helps in opcode creation, HII configuration string manipulations, \r
3pop up window creations, setup browser persistence data set and get.\r
4\r
5Copyright (c) 2007 - 2008, Intel Corporation\r
6All rights reserved. This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14\r
15**/\r
16\r
17#ifndef _IFRLIBRARY_INTERNAL_H_\r
18#define _IFRLIBRARY_INTERNAL_H_\r
19\r
20\r
21#include <Uefi.h>\r
22\r
23#include <Protocol/DevicePath.h>\r
24#include <Protocol/HiiConfigRouting.h>\r
25#include <Protocol/FormBrowser2.h>\r
26\r
27#include <Library/DebugLib.h>\r
28#include <Library/BaseMemoryLib.h>\r
29#include <Library/UefiBootServicesTableLib.h>\r
30#include <Library/BaseLib.h>\r
31#include <Library/DevicePathLib.h>\r
32#include <Library/MemoryAllocationLib.h>\r
33#include <Library/IfrSupportLib.h>\r
34\r
b9982883
LG
35#define INVALID_VARSTORE_ID 0\r
36\r
37#define QUESTION_FLAGS (EFI_IFR_FLAG_READ_ONLY | EFI_IFR_FLAG_CALLBACK | EFI_IFR_FLAG_RESET_REQUIRED | EFI_IFR_FLAG_OPTIONS_ONLY)\r
38#define QUESTION_FLAGS_MASK (~QUESTION_FLAGS)\r
08e4b3cf 39\r
40#endif\r
41\r