]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/SmbiosGenDxe/SmbiosGen.h
MdeModulePkg BrotliLib: Fix the regression logic issue in loop
[mirror_edk2.git] / DuetPkg / SmbiosGenDxe / SmbiosGen.h
index 45e6b24477fa04f351cd5f201e97de56e2c149b5..3a42e22887c664a4b9e0a8abf4a94a751e2fbce9 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2009, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2009 - 2010, 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
@@ -39,23 +39,16 @@ Abstract:
 #include <Library/DebugLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
+#include <Library/UefiHiiServicesLib.h>\r
 \r
 #define   PRODUCT_NAME                  L"DUET"\r
 #define   PRODUCT_VERSION               L"Beta"\r
 \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