diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2014-08-26 10:15:21 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-26 10:15:21 +0000 |
commit | da5daf369fd4c130e0dbf43c292cc57ee8eabcdf (patch) | |
tree | fedf3e407a351da565e90419d3fd96649958622e /ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h | |
parent | 91c38d4e94c1461f5824b83d3722fe46626aa0d3 (diff) | |
download | edk2-platforms-da5daf369fd4c130e0dbf43c292cc57ee8eabcdf.tar.xz |
ArmPlatformPkg/BootMonFs: Provide mechanism to get BootMonFS file information
Add additional structure to get file meta-data information from BootMonFS
based files. AXF files are processed by the Flash loader and the ELF header
stripped. The relevant information is stored in the file-system.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <Harry.Liebel@arm.com>
Reviewed-By: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15902 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h')
-rw-r--r-- | ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h index 3167bba00a..57343618ab 100644 --- a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h +++ b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h @@ -26,6 +26,7 @@ #include <Protocol/FirmwareVolumeBlock.h>
#include <Protocol/SimpleFileSystem.h>
+#include <Guid/BootMonFsFileInfo.h>
#include <Guid/FileInfo.h>
#include <Guid/FileSystemInfo.h>
#include <Guid/FileSystemVolumeLabelInfo.h>
|