]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/EmuVariable/RuntimeDxe/Ipf/InitVariable.c
1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modules
[mirror_edk2.git] / EdkModulePkg / Universal / EmuVariable / RuntimeDxe / Ipf / InitVariable.c
index cbf5aecb88e6cbeb7be453abe705229b91051bd7..a7cb5f68c9e6589cd3a0ff9b503be04932cf1514 100644 (file)
@@ -1,13 +1,13 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. 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
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2006 - 2007, Intel Corporation\r
+All rights reserved. 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
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 Module Name:\r
 \r
@@ -89,7 +89,6 @@ Returns:
                         );\r
     return ReturnVal;\r
 \r
-#if (EFI_SPECIFICATION_VERSION >= 0x00020000)\r
   case EsalQueryVariableInfo:\r
     ReturnVal.Status = QueryVariableInfo (\r
                         (UINT32) Arg2,\r
@@ -100,7 +99,6 @@ Returns:
                         Global->FvbInstance\r
                         );\r
     return ReturnVal;\r
-#endif\r
 \r
   default:\r
     ReturnVal.Status = EFI_SAL_INVALID_ARGUMENT;\r
@@ -173,10 +171,8 @@ Returns:
     EsalGetNextVariableName,\r
     EsalVariableCommonEntry,\r
     EsalSetVariable,\r
-#if (EFI_SPECIFICATION_VERSION >= 0x00020000)\r
     EsalVariableCommonEntry,\r
     EsalQueryVariableInfo,\r
-#endif\r
     NULL\r
     );\r
 \r