]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
Refine the comments for BiosVideo thunk driver.
[mirror_edk2.git] / DuetPkg / BiosVideoThunkDxe / BiosVideo.inf
1 #/*++
2 #
3 # Copyright (c) 2006, Intel Corporation
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 # Module Name:
13 #
14 # BiosVideo.inf
15 #
16 # Abstract:
17 #
18 # Component description file for BIOS VGA Miniport module.
19 #
20 #--*/
21
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = BiosVideo
25 FILE_GUID = 29CF55F8-B675-4f5d-8F2F-B87A3ECFD063
26 MODULE_TYPE = UEFI_DRIVER
27 VERSION_STRING = 1.0
28 ENTRY_POINT = BiosVideoDriverEntryPoint
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 IntelFrameworkPkg/IntelFrameworkPkg.dec
33 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
34 DuetPkg/DuetPkg.dec
35
36 [LibraryClasses]
37 UefiLib
38 DebugLib
39 UefiBootServicesTableLib
40 BaseMemoryLib
41 UefiDriverEntryPoint
42 DevicePathLib
43
44 [Sources.common]
45 BiosVideo.h
46 BiosVideo.c
47 ComponentName.c
48 VesaBiosExtensions.h
49 LegacyBiosThunk.c
50
51 [Protocols]
52 gEfiPciIoProtocolGuid
53 gEfiVgaMiniPortProtocolGuid
54 gEfiLegacy8259ProtocolGuid
55 gEfiEdidDiscoveredProtocolGuid
56 gEfiEdidActiveProtocolGuid