]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBootInformationData.c
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / SmbiosMiscDxe / MiscBootInformationData.c
diff --git a/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBootInformationData.c b/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBootInformationData.c
deleted file mode 100644 (file)
index 2c2c038..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/** @file\r
-This driver parses the mMiscSubclassDataTable structure and reports\r
-any generated data to the DataHub.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-\r
-**/\r
-\r
-\r
-#include "CommonHeader.h"\r
-\r
-#include "SmbiosMisc.h"\r
-\r
-\r
-//\r
-// Static (possibly build generated) Bios Vendor data. SMBIOS TYPE 32\r
-//\r
-MISC_SMBIOS_TABLE_DATA(EFI_MISC_BOOT_INFORMATION_STATUS, MiscBootInfoStatus) = {\r
-  EfiBootInformationStatusNoError,  // BootInformationStatus\r
-  {0}                               // BootInformationData\r
-};\r