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