diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-14 05:38:04 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-14 05:38:04 +0000 |
commit | 8c6d73fb6beb2a84bebaf4543acbb531a788b2d5 (patch) | |
tree | c09840d0aa12be67dbc3800fe88075b612c3aef7 /MdePkg/Include/Uefi | |
parent | 1c738c8f973f0bcd203ec6829999d0bb7bd9abf5 (diff) | |
download | edk2-platforms-8c6d73fb6beb2a84bebaf4543acbb531a788b2d5.tar.xz |
Some HII related definitions change. Note these changes are inconsistent with current UEFI 2.3 spec. They are supposed to be in later errata document.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9743 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r-- | MdePkg/Include/Uefi/UefiInternalFormRepresentation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h index 00a9ae479b..5cfe91a44c 100644 --- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h +++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h @@ -3,7 +3,7 @@ IFR is primarily consumed by the EFI presentation engine, and produced by EFI
internal application and drivers as well as all add-in card option-ROM drivers
- Copyright (c) 2006 - 2009, Intel Corporation
+ Copyright (c) 2006 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -1892,7 +1892,7 @@ typedef struct _EFI_HII_ANIMATION_CELL { /// An animation block to describe an animation sequence that does not cycle, and
/// where one image is simply displayed over the previous image.
///
-typedef struct _EFI_HII_AIBT_OVERLAY_IMAGES {
+typedef struct _EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK {
///
/// This is image that is to be reference by the image protocols, if the
/// animation function is not supported or disabled. This image can
|