]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/SmbiosGenDxe/SmbiosGen.h
Remove old module which no one consume it.
[mirror_edk2.git] / DuetPkg / SmbiosGenDxe / SmbiosGen.h
index 45e6b24477fa04f351cd5f201e97de56e2c149b5..6201747bff542fb062b4104cb0f7ae2417b6dab8 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-Copyright (c) 2009, Intel Corporation                                                         \r
+Copyright (c) 2009 - 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