]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverConfiguration.c
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / DriverConfiguration.c
diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverConfiguration.c b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverConfiguration.c
deleted file mode 100644 (file)
index 42afde2..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/** @file\r
-  Implementation of UEFI Driver Configuration Protocol for IDE bus driver which\r
-  provides ability to set IDE bus controller specific options.\r
-\r
-  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-\r
-#include "IdeBus.h"\r
-\r
-CHAR16 *OptionString[4] = {\r
-  L"Enable Primary Master    (Y/N)? -->",\r
-  L"Enable Primary Slave     (Y/N)? -->",\r
-  L"Enable Secondary Master  (Y/N)? -->",\r
-  L"Enable Secondary Slave   (Y/N)? -->"\r
-};\r
-\r
-//\r
-// EFI Driver Configuration Protocol\r
-//\r
-\r
-\r
-\r