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