diff options
Diffstat (limited to 'Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c')
-rw-r--r-- | Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c deleted file mode 100644 index 6b0f562..0000000 --- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c +++ /dev/null @@ -1,34 +0,0 @@ -/** @file
-
-Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
-
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-
-
-
-Module Name:
-
- MiscBootInformationData.c
-
-Abstract:
-
- Static data of Boot information.
- Boot information is Misc. subclass type 26 and SMBIOS type 32.
-
-
-**/
-
-
-#include "CommonHeader.h"
-
-#include "MiscSubclassDriver.h"
-
-//
-// Static (possibly build generated) Bios Vendor data.
-//
-MISC_SMBIOS_TABLE_DATA(EFI_MISC_BOOT_INFORMATION_STATUS_DATA, BootInformationStatus)
-= {
- EfiBootInformationStatusNoError, // BootInformationStatus
- 0 // BootInformationData
-};
|