]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/FrameworkModuleBase.h
Regenerate Fat binaries for the bug fix of LookupUnicodeString2() in UefiLib (r4655).
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / FrameworkModuleBase.h
CommitLineData
d026a746 1/** @file\r
2\r
3 Root include file for IntelFrameworkModule Package Base type modules\r
4\r
5 This is the include file for any module of type base. Base modules only use \r
6 types defined via this include file and can be ported easily to any \r
7 environment. There are a set of base libraries in the Mde Package that can\r
8 be used to implement base modules.\r
9\r
10Copyright (c) 2006 - 2007, Intel Corporation\r
11All rights reserved. This program and the accompanying materials\r
12are licensed and made available under the terms and conditions of the BSD License\r
13which accompanies this distribution. The full text of the license may be found at\r
14http://opensource.org/licenses/bsd-license.php\r
15\r
16THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18\r
19**/\r
20\r
21#ifndef _FRAMEWORK_MODULE_BASE_H_\r
22#define _FRAMEWORK_MODULE_BASE_H_\r
23///\r
24/// This is the max data size including all the headers which can be passed\r
25/// as Status Code data. This data should be multiple of 8 byte\r
26/// to avoid any kind of boundary issue. Also, sum of this data size (inclusive\r
27/// of size of EFI_STATUS_CODE_DATA should not exceed the max record size of\r
28/// data hub\r
29///\r
30#define EFI_STATUS_CODE_DATA_MAX_SIZE 200\r
31\r
a02c7e15 32#endif //_FRAMEWORK_MODULE_BASE_H_\r