TianoCore EDK2 master
Loading...
Searching...
No Matches
MiscSystemManufacturerData.c
Go to the documentation of this file.
1
14#include "SmbiosMisc.h"
15
16//
17// Static (possibly build generated) System Manufacturer data.
18//
19SMBIOS_MISC_TABLE_DATA (SMBIOS_TABLE_TYPE1, MiscSystemManufacturer) = {
20 { // Hdr
21 EFI_SMBIOS_TYPE_SYSTEM_INFORMATION, // Type,
22 0, // Length,
23 0 // Handle
24 },
25 1, // Manufacturer
26 2, // ProductName
27 3, // Version
28 4, // SerialNumber
29 { // Uuid
30 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
31 },
32 SystemWakeupTypePowerSwitch, // SystemWakeupType
33 5, // SKUNumber,
34 6 // Family
35};