]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboardDxe.inf
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Drivers / VirtualKeyboardDxe / VirtualKeyboardDxe.inf
... / ...
CommitLineData
1## @file\r
2# Virtual Keyboard driver.\r
3#\r
4# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (c) 2018, Linaro Ltd. All rights reserved.<BR>\r
6#\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010019\r
13 BASE_NAME = VirtualKeyboardDxe\r
14 FILE_GUID = 88079b18-b42b-44aa-a6f2-b83911075e89\r
15 MODULE_TYPE = UEFI_DRIVER\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = InitializeVirtualKeyboard\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
23#\r
24# DRIVER_BINDING = gVirtualKeyboardDriverBinding\r
25# COMPONENT_NAME = gVirtualKeyboardComponentName\r
26#\r
27\r
28[Sources.common]\r
29 ComponentName.c\r
30 VirtualKeyboard.c\r
31\r
32[Packages]\r
33 EmbeddedPkg/EmbeddedPkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35 MdePkg/MdePkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 IoLib\r
42 ReportStatusCodeLib\r
43 UefiBootServicesTableLib\r
44 UefiDriverEntryPoint\r
45 UefiLib\r
46\r
47[Protocols]\r
48 gEfiDriverBindingProtocolGuid\r
49 gEfiSimpleTextInProtocolGuid\r
50 gEfiSimpleTextInputExProtocolGuid\r
51 gPlatformVirtualKeyboardProtocolGuid\r
52\r
53[Depex]\r
54 TRUE\r