]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / VgaClassDxe.inf
... / ...
CommitLineData
1## @file\r
2# VGA Class Driver that managers VGA devices and produces Simple Text Output Protocol.\r
3#\r
4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
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#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = VgaClassDxe\r
20 MODULE_UNI_FILE = VgaClassDxe.uni\r
21 FILE_GUID = BF89F10D-B205-474f-96E3-7A7BB1B4A407\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = InitializeVgaClass\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 EBC\r
30#\r
31# DRIVER_BINDING = gVgaClassDriverBinding\r
32# COMPONENT_NAME = gVgaClassComponentName\r
33# COMPONENT_NAME2 = gVgaClassComponentName2\r
34#\r
35\r
36[Sources]\r
37 ComponentName.c\r
38 VgaClass.h\r
39 VgaClass.c\r
40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
45 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
46\r
47\r
48[LibraryClasses]\r
49 ReportStatusCodeLib\r
50 UefiBootServicesTableLib\r
51 MemoryAllocationLib\r
52 UefiLib\r
53 UefiDriverEntryPoint\r
54 DebugLib\r
55\r
56\r
57[Protocols]\r
58 gEfiSimpleTextOutProtocolGuid ## BY_START\r
59 gEfiVgaMiniPortProtocolGuid ## TO_START\r
60 gEfiPciIoProtocolGuid ## TO_START\r
61 gEfiDevicePathProtocolGuid ## TO_START\r
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 VgaClassDxeExtra.uni\r