1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h
2) Remove IntelFrameworkPkg/Framework/StatusCodeDataTypeId.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3609 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -880,4 +880,16 @@
|
||||
//
|
||||
#define EFI_DC_UNSPECIFIED 0x0
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Common Status Code Definitions
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///
|
||||
/// This is the max data size including all the headers which can be passed
|
||||
/// as Status Code data. This data should be multiple of 8 byte
|
||||
/// to avoid any kind of boundary issue. Also, sum of this data size (inclusive
|
||||
/// of size of EFI_STATUS_CODE_DATA should not exceed the max record size of
|
||||
/// data hub
|
||||
///
|
||||
#define EFI_STATUS_CODE_DATA_MAX_SIZE 200
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user