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:
klu2
2007-08-10 09:48:47 +00:00
parent c0691ef009
commit c7458efd36
4 changed files with 290 additions and 332 deletions

View File

@ -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