]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
Code scrub for VgaMiniPortDxe.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / VgaMiniPortDxe / VgaMiniPortDxe.inf
CommitLineData
bbcf90a9 1#/** @file\r
269e4559 2# VGA Mini Port Driver that manages VGA device and produces VGA Mini Port Protocol.\r
8fb6b714 3#\r
4# All rights reserved. This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
bbcf90a9 10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12#\r
13#**/\r
14\r
bbcf90a9 15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = VgaMiniPort\r
18 FILE_GUID = 15C5E761-58D8-461a-9173-CAB020916264\r
1a8802f7 19 MODULE_TYPE = UEFI_DRIVER\r
bbcf90a9 20 VERSION_STRING = 1.0\r
bbcf90a9 21 ENTRY_POINT = PciVgaMiniPortDriverEntryPoint\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
59f1d892 27# DRIVER_BINDING = gPciVgaMiniPortDriverBinding;\r
28# COMPONENT_NAME = gPciVgaMiniPortComponentName;\r
29# COMPONENT_NAME2 = gPciVgaMiniPortComponentName2; \r
bbcf90a9 30#\r
31\r
bbcf90a9 32[Sources.common]\r
33 ComponentName.c\r
34 VgaMiniPort.c\r
35 VgaMiniPort.h\r
36\r
bbcf90a9 37[Packages]\r
38 MdePkg/MdePkg.dec\r
8fb6b714 39 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
bbcf90a9 40\r
bbcf90a9 41[LibraryClasses]\r
42 UefiLib\r
269e4559 43 DebugLib\r
bbcf90a9 44 UefiBootServicesTableLib\r
45 UefiDriverEntryPoint\r
46 BaseMemoryLib\r
269e4559 47 MemoryAllocationLib\r
bbcf90a9 48\r
bbcf90a9 49[Protocols]\r
269e4559 50 gEfiPciIoProtocolGuid ## TO_START\r
51 gEfiVgaMiniPortProtocolGuid ## BY_START\r
bbcf90a9 52\r
1a8802f7 53\r