mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-17 08:35:05 -04:00
Initial EVSA format support
- better UI and parsing upcoming - "storage" replaced with "store" everywhere
This commit is contained in:
parent
40200bca12
commit
57e24c7465
12 changed files with 559 additions and 289 deletions
|
@ -51,7 +51,7 @@ typedef struct _FILE_PARSING_DATA {
|
|||
} FILE_PARSING_DATA;
|
||||
|
||||
#define RAW_FILE_FORMAT_UNKNOWN 0
|
||||
#define RAW_FILE_FORMAT_NVAR_STORAGE 1
|
||||
#define RAW_FILE_FORMAT_NVAR_STORE 1
|
||||
|
||||
typedef struct _COMPRESSED_SECTION_PARSING_DATA {
|
||||
UINT32 uncompressedSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue