]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemManufacturerData.c
MdePkg/UefiDebugLibConOut: make global variable static
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscSystemManufacturerData.c
CommitLineData
3cbfba02
DW
1/** @file\r
2\r
3Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
9dc8036d
MK
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
3cbfba02
DW
7 \r\r
8\r
9\r
10Module Name:\r
11\r
12 MiscSystemManufacturerData.c\r
13\r
14Abstract:\r
15\r
16 Static data of System manufacturer information.\r
17 System manufacturer information is Misc. subclass type 3 and SMBIOS type 1.\r
18\r
19\r
20**/\r
21\r
22\r
23#include "CommonHeader.h"\r
24\r
25#include "MiscSubclassDriver.h"\r
26\r
27//\r
28// Static (possibly build generated) System Manufacturer data.\r
29//\r
30MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_MANUFACTURER_DATA, MiscSystemManufacturer)\r
31= {\r
32 STRING_TOKEN(STR_MISC_SYSTEM_MANUFACTURER), // SystemManufactrurer\r
33 STRING_TOKEN(STR_MISC_SYSTEM_PRODUCT_NAME), // SystemProductName\r
34 STRING_TOKEN(STR_MISC_SYSTEM_VERSION), // SystemVersion\r
35 STRING_TOKEN(STR_MISC_SYSTEM_SERIAL_NUMBER), // SystemSerialNumber\r
36 { // SystemUuid\r
37 //\r
38 // Undefined GUID but can be programmed later.\r
39 //0xFFFFFFFF, 0xFFFF, 0xFFFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF\r
40\r
41 // Undefined GUID that cannot be programmed later.\r
42 //0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00\r
43 // TODO Hard code here for WHCT test.\r
44 0xa5000288, 0x6462, 0x4524, 0x98, 0x6a, 0x9b, 0x77, 0x37, 0xe3, 0x15, 0xcf\r
45 //\r
46 },\r
47 EfiSystemWakeupTypePowerSwitch // SystemWakeupType\r
48};\r