]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/EmuGopDxe/EmuGopDxe.inf
CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatible
[mirror_edk2.git] / EmulatorPkg / EmuGopDxe / EmuGopDxe.inf
1 ## @file
2 # GOP driver
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = EmuGopDxe
15 FILE_GUID = BCC87E0D-86D6-4D4D-8040-2D983D368BD1
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeEmuGop
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26 # DRIVER_BINDING = gEmuGopDriverBinding
27 # COMPONENT_NAME = gEmuGopComponentName
28 #
29
30 [Sources]
31 ComponentName.c
32 GopScreen.c
33 GopDriver.c
34 GopInput.c
35 Gop.h
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 EmulatorPkg/EmulatorPkg.dec
41
42
43 [LibraryClasses]
44 UefiBootServicesTableLib
45 MemoryAllocationLib
46 BaseMemoryLib
47 UefiLib
48 UefiDriverEntryPoint
49 BaseLib
50 DebugLib
51 KeyMapLib
52
53
54 [Guids]
55 gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID
56
57
58 [Protocols]
59 gEfiGraphicsOutputProtocolGuid
60 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
61 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
62 gEfiSimplePointerProtocolGuid # PROTOCOL BY_START
63 gEmuIoThunkProtocolGuid # PROTOCOL TO_START
64 gEmuGraphicsWindowProtocolGuid # PROTOCOL TO_START