]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / BiosVideoThunkDxe / BiosVideo.inf
CommitLineData
6bfbb5f0 1## @file\r
296d3525 2# This module provides EFI_GRAPHIC_OUT_PROTOCOL based on functions of video \r
3# on legacy BIOS.\r
4# \r
b1f700a8
HT
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6# This program and the accompanying materials\r
296d3525 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
7da78b1f 12#\r
7da78b1f 13#\r
6bfbb5f0 14##\r
7da78b1f 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BiosVideo\r
19 FILE_GUID = 29CF55F8-B675-4f5d-8F2F-B87A3ECFD063\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = BiosVideoDriverEntryPoint\r
23\r
24[Packages]\r
25 MdePkg/MdePkg.dec\r
26 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
27 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
28 DuetPkg/DuetPkg.dec\r
29\r
30[LibraryClasses]\r
31 UefiLib\r
32 DebugLib\r
33 UefiBootServicesTableLib\r
34 BaseMemoryLib\r
35 UefiDriverEntryPoint\r
0d92cdc2 36 DevicePathLib\r
7da78b1f 37 \r
6bfbb5f0 38[Sources]\r
7da78b1f 39 BiosVideo.h\r
40 BiosVideo.c\r
41 ComponentName.c\r
42 VesaBiosExtensions.h\r
0d92cdc2 43 LegacyBiosThunk.c\r
44 \r
7da78b1f 45[Protocols]\r
46 gEfiPciIoProtocolGuid\r
47 gEfiVgaMiniPortProtocolGuid\r
48 gEfiLegacy8259ProtocolGuid\r
0d92cdc2 49 gEfiEdidDiscoveredProtocolGuid\r
b29a823d 50 gEfiEdidActiveProtocolGuid\r