]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / VideoDxe / VideoDxe.inf
diff --git a/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf b/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
deleted file mode 100644 (file)
index 1526bc4..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-## @file\r
-# Video driver based on legacy bios.\r
-#\r
-# This driver by using Legacy Bios protocol service to support csm Video\r
-# and produce Graphics Output Protocol.\r
-#\r
-# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-# SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = BiosVideoDxe\r
-  MODULE_UNI_FILE                = BiosVideoDxe.uni\r
-  FILE_GUID                      = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = BiosVideoEntryPoint\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-#  DRIVER_BINDING                =  gBiosVideoDriverBinding\r
-#  COMPONENT_NAME                =  gBiosVideoComponentName\r
-#\r
-\r
-[Sources]\r
-  BiosVideo.c\r
-  BiosVideo.h\r
-  ComponentName.c\r
-  VesaBiosExtensions.h\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
-\r
-\r
-[LibraryClasses]\r
-  MemoryAllocationLib\r
-  DevicePathLib\r
-  UefiLib\r
-  UefiBootServicesTableLib\r
-  UefiDriverEntryPoint\r
-  BaseMemoryLib\r
-  ReportStatusCodeLib\r
-  DebugLib\r
-  PcdLib\r
-\r
-\r
-[Guids]\r
-  gEfiLegacyBiosGuid                            ## PRODUCES  ##GUID # Install Legacy BIOS GUID to mark this driver as a BIOS Thunk Driver\r
-  gEfiEventExitBootServicesGuid                 ## CONSUMES  ##Event\r
-\r
-[Protocols]\r
-  gEfiVgaMiniPortProtocolGuid                   ## BY_START\r
-  gEfiEdidDiscoveredProtocolGuid                ## BY_START\r
-  gEfiGraphicsOutputProtocolGuid                ## BY_START\r
-  gEfiEdidActiveProtocolGuid                    ## BY_START\r
-  gEfiLegacyBiosProtocolGuid                    ## CONSUMES\r
-  gEfiPciIoProtocolGuid                         ## TO_START\r
-  gEfiDevicePathProtocolGuid                    ## TO_START\r
-  gEfiDevicePathProtocolGuid                    ## BY_START\r
-  gEfiEdidOverrideProtocolGuid                  ## SOMETIMES_CONSUMES\r
-\r
-[Pcd]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoSetTextVgaModeEnable  ## CONSUMES\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVbeEnable        ## CONSUMES\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVgaEnable        ## SOMETIMES_CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution                 ## SOMETIMES_CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution                   ## SOMETIMES_CONSUMES\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  BiosVideoDxeExtra.uni\r