]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/EdkIIGlueDefinitionChangesBase.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Include / Common / EdkIIGlueDefinitionChangesBase.h
index 3c3076954d7b5ae24317e7c825e35ccd6052b53f..1705d47f34bcb37486d122471f0e132e31295858 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -23,7 +23,11 @@ Abstract:
 #ifndef __EDKII_GLUE_DEFINITION_CHANGES_BASE_H__\r
 #define __EDKII_GLUE_DEFINITION_CHANGES_BASE_H__\r
 \r
+#if (EFI_SPECIFICATION_VERSION >= 0x0002000A)\r
+#include "TianoHii.h"\r
+#else\r
 #include "EfiInternalFormRepresentation.h"\r
+#endif\r
 #include "EfiPxe.h"\r
 \r
 \r
@@ -47,7 +51,7 @@ Abstract:
 // ----------------------------------------------------------------------------------\r
 // InternalFormRepresentation.h:\r
 // ----------------------------------------------------------------------------------\r
-\r
+#if (EFI_SPECIFICATION_VERSION < 0x0002000A)\r
 typedef struct {\r
   EFI_IFR_OP_HEADER Header;\r
   UINT16            QuestionId; // The ID designating what the question is about...sucked in from a #define, likely in the form of a variable name\r
@@ -66,6 +70,7 @@ typedef struct {
 typedef struct {\r
   EFI_IFR_OP_HEADER Header;\r
 } EFI_IFR_END_EXPR;\r
+#endif\r
 \r
 // ------------------------\r
 // define GUID as EFI_GUID\r