]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringData.c
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscSystemLanguageStringData.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 MiscSystemLanguageStringData.c
13
14 Abstract:
15
16 Static data of System language string information.
17 System language string information is Misc. subclass type 12 and SMBIOS type 13.
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_SYSTEM_LANGUAGE_STRING_DATA, SystemLanguageString)
31 = {
32 0,
33 STRING_TOKEN(STR_MISC_SYSTEM_LANGUAGE_EN_US)
34 };