]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemManufacturerData.c
MdeModulePkg/CapsuleApp: Center bitmap at bottom of screen
[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
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14\r
15Module Name:\r
16\r
17 MiscSystemManufacturerData.c\r
18\r
19Abstract:\r
20\r
21 Static data of System manufacturer information.\r
22 System manufacturer information is Misc. subclass type 3 and SMBIOS type 1.\r
23\r
24\r
25**/\r
26\r
27\r
28#include "CommonHeader.h"\r
29\r
30#include "MiscSubclassDriver.h"\r
31\r
32//\r
33// Static (possibly build generated) System Manufacturer data.\r
34//\r
35MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_MANUFACTURER_DATA, MiscSystemManufacturer)\r
36= {\r
37 STRING_TOKEN(STR_MISC_SYSTEM_MANUFACTURER), // SystemManufactrurer\r
38 STRING_TOKEN(STR_MISC_SYSTEM_PRODUCT_NAME), // SystemProductName\r
39 STRING_TOKEN(STR_MISC_SYSTEM_VERSION), // SystemVersion\r
40 STRING_TOKEN(STR_MISC_SYSTEM_SERIAL_NUMBER), // SystemSerialNumber\r
41 { // SystemUuid\r
42 //\r
43 // Undefined GUID but can be programmed later.\r
44 //0xFFFFFFFF, 0xFFFF, 0xFFFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF\r
45\r
46 // Undefined GUID that cannot be programmed later.\r
47 //0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00\r
48 // TODO Hard code here for WHCT test.\r
49 0xa5000288, 0x6462, 0x4524, 0x98, 0x6a, 0x9b, 0x77, 0x37, 0xe3, 0x15, 0xcf\r
50 //\r
51 },\r
52 EfiSystemWakeupTypePowerSwitch // SystemWakeupType\r
53};\r