diff options
author | Guo Mang <mang.guo@intel.com> | 2017-04-27 11:36:34 +0800 |
---|---|---|
committer | Guo Mang <mang.guo@intel.com> | 2017-04-27 13:02:46 +0800 |
commit | ca6850ea2728a09559575038eac371c41c7c39af (patch) | |
tree | c5c1874061264afded5a5b6c626e01c0e5cff49f /Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c | |
parent | da94a43c60202dcc2a53d07185ed73f9e9918c34 (diff) | |
download | edk2-platforms-ca6850ea2728a09559575038eac371c41c7c39af.tar.xz |
Nt32Pkg: Remove unused Package
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c')
-rw-r--r-- | Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c deleted file mode 100644 index ffc5f6d4fb..0000000000 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c +++ /dev/null @@ -1,33 +0,0 @@ -/**@file
-
-Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
-This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution. The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-Module Name:
-
- MiscBootInformationData.c
-
-Abstract:
-
- This driver parses the mMiscSubclassDataTable structure and reports
- any generated data to the DataHub.
-
-**/
-
-#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
-};
-
-/* eof - MiscBootInformationData.c */
|