]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c
Nt32Pkg: Remove it
[mirror_edk2.git] / Nt32Pkg / MiscSubClassPlatformDxe / MiscBiosVendorData.c
diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c
deleted file mode 100644 (file)
index a9f33b4..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-/**@file\r
-\r
-Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-Module Name:\r
-\r
-  MiscBiosVendorData.c\r
-  \r
-Abstract: \r
-\r
-  This driver parses the mMiscSubclassDataTable structure and reports\r
-  any generated data to the DataHub.\r
-\r
-**/\r
-\r
-#include "MiscSubclassDriver.h"\r
-\r
-//\r
-// Static (possibly build generated) Bios Vendor data.\r
-//\r
-MISC_SMBIOS_TABLE_DATA(EFI_MISC_BIOS_VENDOR_DATA, MiscBiosVendor) = {\r
-  STRING_TOKEN(STR_MISC_BIOS_VENDOR),       // BiosVendor\r
-  STRING_TOKEN(STR_MISC_BIOS_VERSION),      // BiosVersion\r
-  STRING_TOKEN(STR_MISC_BIOS_RELEASE_DATE), // BiosReleaseDate\r
-  0xBABE, // BiosStartingAddress\r
-  {       // BiosPhysicalDeviceSize\r
-    2,    // Value\r
-    3,    // Exponent\r
-  },\r
-  {       // BiosCharacteristics1\r
-    0,    // Reserved1                         :2\r
-    0,    // Unknown                           :1\r
-    1,    // BiosCharacteristicsNotSupported   :1\r
-    0,    // IsaIsSupported                    :1\r
-    0,    // McaIsSupported                    :1\r
-    0,    // EisaIsSupported                   :1\r
-    0,    // PciIsSupported                    :1\r
-    0,    // PcmciaIsSupported                 :1\r
-    0,    // PlugAndPlayIsSupported            :1\r
-    0,    // ApmIsSupported                    :1\r
-    0,    // BiosIsUpgradable                  :1\r
-    0,    // BiosShadowingAllowed              :1\r
-    0,    // VlVesaIsSupported                 :1\r
-    0,    // EscdSupportIsAvailable            :1\r
-    0,    // BootFromCdIsSupported             :1\r
-    0,    // SelectableBootIsSupported         :1\r
-    0,    // RomBiosIsSocketed                 :1\r
-    0,    // BootFromPcmciaIsSupported         :1\r
-    0,    // EDDSpecificationIsSupported       :1\r
-    0,    // JapaneseNecFloppyIsSupported      :1\r
-    0,    // JapaneseToshibaFloppyIsSupported  :1\r
-    0,    // Floppy525_360IsSupported          :1\r
-    0,    // Floppy525_12IsSupported           :1\r
-    0,    // Floppy35_720IsSupported           :1\r
-    0,    // Floppy35_288IsSupported           :1\r
-    0,    // PrintScreenIsSupported            :1\r
-    0,    // Keyboard8042IsSupported           :1\r
-    0,    // SerialIsSupported                 :1\r
-    0,    // PrinterIsSupported                :1\r
-    0,    // CgaMonoIsSupported                :1\r
-    0,    // NecPc98                           :1\r
-    0,    // AcpiIsSupported                   :1\r
-    0,    // UsbLegacyIsSupported              :1\r
-    0,    // AgpIsSupported                    :1\r
-    0,    // I20BootIsSupported                :1\r
-    0,    // Ls120BootIsSupported              :1\r
-    0,    // AtapiZipDriveBootIsSupported      :1\r
-    0,    // Boot1394IsSupported               :1\r
-    0,    // SmartBatteryIsSupported           :1\r
-    0,    // BiosBootSpecIsSupported           :1\r
-    0,    // FunctionKeyNetworkBootIsSupported :1\r
-    0     // Reserved                          :22\r
-  },\r
-  {       // BiosCharacteristics2\r
-    0,    // BiosReserved                      :16\r
-    0,    // SystemReserved                    :16\r
-    0     // Reserved                          :32\r
-  },\r
-};\r
-\r
-/* eof - MiscBiosVendorData.c */\r