MiscOemStringData.c 827 B

12345678910111213141516171819202122232425262728293031323334
  1. /** @file
  2. Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. MiscOemStringData.c
  6. Abstract:
  7. Static data of OEM String information.
  8. OEM String information is Misc. subclass type 9 and SMBIOS type 11.
  9. **/
  10. #include "CommonHeader.h"
  11. #include "MiscSubclassDriver.h"
  12. //
  13. // Static (possibly build generated) Bios Vendor data.
  14. //
  15. MISC_SMBIOS_TABLE_DATA(EFI_MISC_OEM_STRING, MiscOemString) = {
  16. STRING_TOKEN(STR_INTEL_ETK_VER)
  17. };
  18. MISC_SMBIOS_TABLE_DATA(EFI_MISC_OEM_STRING_DATA, OemString)
  19. = { STRING_TOKEN(STR_MISC_OEM_EN_US) };