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