]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DataHubGenDxe/DataHubGen.h
Remove EFI_SPECIFICATION_VERSION macro reference in code.
[mirror_edk2.git] / DuetPkg / DataHubGenDxe / DataHubGen.h
index 9cf4e4b00cfad1c4c4c4cf1178a15e3d358ffdb9..8697897703244a1a4a1dcdd738bdfd9b47494f5e 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
+Copyright (c) 2006 - 2010, 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
@@ -45,17 +45,9 @@ Abstract:
 \r
 #define   FIRMWARE_PRODUCT_NAME         (PRODUCT_NAME L": ")\r
 #ifdef EFI32\r
-#if (EFI_SPECIFICATION_VERSION >= 0x00020000)\r
 #define   FIRMWARE_BIOS_VERSIONE        (PRODUCT_NAME L"(IA32.UEFI)" PRODUCT_VERSION L": ")\r
-#else\r
-#define   FIRMWARE_BIOS_VERSIONE        (PRODUCT_NAME L"(IA32.EFI)"  PRODUCT_VERSION L": ")\r
-#endif\r
 #else  // EFIX64\r
-#if (EFI_SPECIFICATION_VERSION >= 0x00020000)\r
 #define   FIRMWARE_BIOS_VERSIONE        (PRODUCT_NAME L"(X64.UEFI)"  PRODUCT_VERSION L": ")\r
-#else\r
-#define   FIRMWARE_BIOS_VERSIONE        (PRODUCT_NAME L"(X64.EFI)"   PRODUCT_VERSION L": ")\r
-#endif\r
 #endif\r
 \r
 SMBIOS_STRUCTURE_POINTER\r