]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
Remove Framework SetupBrowser. MdeModulePkg\Universal\SetupBrowserDxe is the replacem...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SetupBrowserDxe / SetupBrowser.inf
diff --git a/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf b/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
deleted file mode 100644 (file)
index f01b83d..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-#/** @file\r
-# Component description file for SetupBrowser module.\r
-#\r
-# This driver initializes Setup for the brower and installs FormBrowser protocol.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
-#\r
-#  All rights reserved. This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-#**/\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = SetupBrowser\r
-  FILE_GUID                      = EBf342FE-B1D3-4EF8-957C-8048606FF670\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
-  ENTRY_POINT                    = InitializeSetup\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
-#\r
-#  Create Event Guid C Name: EFI_EVENT_TIMER Event Type: EVENT_GROUP_GUID\r
-#\r
-\r
-[Sources.common]\r
-  Colors.h\r
-  Ui.h\r
-  Ui.c\r
-  ProcessOptions.c\r
-  Presentation.c\r
-  Print.h\r
-  Print.c\r
-  InputHandler.c\r
-  Boolean.c\r
-  Setup.h\r
-  Setup.c\r
-  SetupBrowserStr.uni\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-\r
-[LibraryClasses]\r
-  GraphicsLib\r
-  FrameworkHiiLib\r
-  UefiRuntimeServicesTableLib\r
-  UefiBootServicesTableLib\r
-  PrintLib\r
-  UefiDriverEntryPoint\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
-  DebugLib\r
-  BaseLib\r
-\r
-\r
-[Protocols]\r
-  gEfiPrintProtocolGuid                         # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiFormBrowserProtocolGuid                   # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiFormCallbackProtocolGuid                  # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiHiiProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-\r