X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FPlatform%2FDxe%2FSmbiosMiscDxe%2FMiscSystemManufacturerData.c;fp=QuarkPlatformPkg%2FPlatform%2FDxe%2FSmbiosMiscDxe%2FMiscSystemManufacturerData.c;h=0000000000000000000000000000000000000000;hp=5a8b84b0ed511ec4084785fb6be47223b60f49c3;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemManufacturerData.c b/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemManufacturerData.c deleted file mode 100644 index 5a8b84b0ed..0000000000 --- a/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemManufacturerData.c +++ /dev/null @@ -1,32 +0,0 @@ -/** @file -This driver parses the mMiscSubclassDataTable structure and reports -any generated data using smbios protocol. - -Copyright (c) 2013-2015 Intel Corporation. - -SPDX-License-Identifier: BSD-2-Clause-Patent - - -**/ - - -#include "CommonHeader.h" - -#include "SmbiosMisc.h" - - -// -// Static (possibly build generated) System Manufacturer data. -// -MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_MANUFACTURER, MiscSystemManufacturer) = { - STRING_TOKEN(STR_MISC_SYSTEM_MANUFACTURER), // SystemManufactrurer - STRING_TOKEN(STR_MISC_SYSTEM_PRODUCT_NAME), // SystemProductName - STRING_TOKEN(STR_MISC_SYSTEM_VERSION), // SystemVersion - STRING_TOKEN(STR_MISC_SYSTEM_SERIAL_NUMBER), // SystemSerialNumber - { // SystemUuid - 0x13ffef23, 0x8654, 0x46da, {0xa4, 0x7, 0x39, 0xc9, 0x12, 0x2, 0xd3, 0x56} - }, - EfiSystemWakeupTypePowerSwitch, // SystemWakeupType - STRING_TOKEN(STR_MISC_SYSTEM_SKU_NUMBER), // SystemSKUNumber - STRING_TOKEN(STR_MISC_SYSTEM_FAMILY), // SystemFamily -};