X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FPci%2FVgaMiniPortDxe%2FVgaMiniPortDxe.inf;h=994b6cd01bd068526057c2d976df9ba39e4f74ca;hp=b9ca57e6be8b7fe7aa451ff9e7565681f77bb2b4;hb=269e4559ae140e6217584a627ba9056db2f60952;hpb=3dcb6018951a1b7b4adf75a097e3bf8aa3161e4c diff --git a/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf b/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf index b9ca57e6be..994b6cd01b 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf @@ -1,8 +1,5 @@ #/** @file -# Component name for module VgaMiniPort -# -# FIX ME! -# Copyright (c) 2006 - 2009, Intel Corporation. +# VGA Mini Port Driver that manages VGA device and produces VGA Mini Port Protocol. # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -21,7 +18,6 @@ FILE_GUID = 15C5E761-58D8-461a-9173-CAB020916264 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = PciVgaMiniPortDriverEntryPoint # @@ -38,24 +34,20 @@ VgaMiniPort.c VgaMiniPort.h - [Packages] MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec - [LibraryClasses] UefiLib + DebugLib UefiBootServicesTableLib UefiDriverEntryPoint BaseMemoryLib - + MemoryAllocationLib [Protocols] - gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiComponentName2ProtocolGuid - gEfiVgaMiniPortProtocolGuid + gEfiPciIoProtocolGuid ## TO_START + gEfiVgaMiniPortProtocolGuid ## BY_START