]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscOemStringData.c
469a6321da95227095782e16245452d4c9f21428
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / SmbiosMiscDxe / MiscOemStringData.c
1 /** @file
2 This driver parses the mMiscSubclassDataTable structure and reports
3 any generated data to smbios.
4
5 Copyright (c) 2013-2015 Intel Corporation.
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9 **/
10
11
12 #include "CommonHeader.h"
13
14 #include "SmbiosMisc.h"
15
16 //
17 // Static (possibly build generated) OEM String data.
18 //
19 MISC_SMBIOS_TABLE_DATA(EFI_MISC_OEM_STRING, MiscOemString)
20 = { {STRING_TOKEN(STR_MISC_OEM_EN_US) }};