]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringData.c
ceecaad5493c8339f329b010656fecd54b269d66
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscOemStringData.c
1 /** @file
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9
10 Module Name:
11
12 MiscOemStringData.c
13
14 Abstract:
15
16 Static data of OEM String information.
17 OEM String information is Misc. subclass type 9 and SMBIOS type 11.
18
19
20 **/
21
22
23 #include "CommonHeader.h"
24
25 #include "MiscSubclassDriver.h"
26
27 //
28 // Static (possibly build generated) Bios Vendor data.
29 //
30 MISC_SMBIOS_TABLE_DATA(EFI_MISC_OEM_STRING, MiscOemString) = {
31 STRING_TOKEN(STR_INTEL_ETK_VER)
32 };
33 MISC_SMBIOS_TABLE_DATA(EFI_MISC_OEM_STRING_DATA, OemString)
34 = { STRING_TOKEN(STR_MISC_OEM_EN_US) };