Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9887 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -22,11 +22,14 @@
|
||||
// The GUID for this protocol mathes the Decompression scheme being used
|
||||
// So for example LZMA would be gLzmaCustomDecompressGuid
|
||||
//
|
||||
|
||||
typedef struct {
|
||||
EFI_HOB_GUID_TYPE Hob;
|
||||
EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER SectionGetInfo;
|
||||
EXTRACT_GUIDED_SECTION_DECODE_HANDLER SectionExtraction;
|
||||
} EXTRACT_SECTION_DATA;
|
||||
|
||||
typedef struct {
|
||||
EFI_HOB_GUID_TYPE Hob;
|
||||
EXTRACT_SECTION_DATA Data;
|
||||
} EXTRACT_SECTION_HOB;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user