]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixUgaDxe/UnixUga.inf
Update the copyright notice format
[mirror_edk2.git] / UnixPkg / UnixUgaDxe / UnixUga.inf
CommitLineData
7b202cb0 1## @file\r
804405e7 2# Uga driver\r
3#\r
4# UGA is short hand for Universal Graphics Abstraction protocol.\r
5# This file is a verision of UgaIo the uses UnixThunk system calls as an IO\r
6# abstraction. For a PCI device UnixIo would be replaced with\r
7# a PCI IO abstraction that abstracted a specific PCI device.\r
f9b8ab56 8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
804405e7 9#\r
f9b8ab56 10# This program and the accompanying materials\r
804405e7 11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
7b202cb0 18##\r
804405e7 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = UnixUga\r
23 FILE_GUID = f33cad86-8985-11db-8040-0040d02b1835\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
804405e7 26\r
27 ENTRY_POINT = InitializeUnixUga\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34# DRIVER_BINDING = gUnixUgaDriverBinding \r
35# COMPONENT_NAME = gUnixUgaComponentName \r
36#\r
37\r
7b202cb0 38[Sources]\r
804405e7 39 ComponentName.c\r
40 UnixUgaScreen.c\r
41 UnixUgaDriver.c\r
42 UnixUgaInput.c\r
43 UnixUga.h\r
44 EntryPoint.c\r
45\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 UnixPkg/UnixPkg.dec\r
50\r
51\r
52[LibraryClasses]\r
53 UefiBootServicesTableLib\r
54 MemoryAllocationLib\r
55 BaseMemoryLib\r
56 UefiLib\r
57 UefiDriverEntryPoint\r
58 BaseLib\r
59 DebugLib\r
60\r
61\r
62[Guids]\r
63 gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID\r
64 gEfiUnixUgaGuid # ALWAYS_CONSUMED\r
65\r
66\r
67[Protocols]\r
68 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START\r
69 gEfiUnixUgaIoProtocolGuid # PROTOCOL BY_START\r
70 gEfiUgaDrawProtocolGuid # PROTOCOL BY_START\r
71 gEfiUnixIoProtocolGuid # PROTOCOL TO_START\r
72\r