]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboardDxe.inf
d6bbf6932a2778262123b573ba5bee60ac7ee8fa
[mirror_edk2.git] / EmbeddedPkg / Drivers / VirtualKeyboardDxe / VirtualKeyboardDxe.inf
1 ## @file
2 # Virtual Keyboard driver.
3 #
4 # Copyright (c) 2018, Linaro Ltd. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions
8 # of the BSD License which accompanies this distribution. The
9 # full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010019
19 BASE_NAME = VirtualKeyboardDxe
20 FILE_GUID = 88079b18-b42b-44aa-a6f2-b83911075e89
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeVirtualKeyboard
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64
29 #
30 # DRIVER_BINDING = gVirtualKeyboardDriverBinding
31 # COMPONENT_NAME = gVirtualKeyboardComponentName
32 #
33
34 [Sources.common]
35 ComponentName.c
36 VirtualKeyboard.c
37
38 [Packages]
39 EmbeddedPkg/EmbeddedPkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 MdePkg/MdePkg.dec
42
43 [LibraryClasses]
44 BaseLib
45 BaseMemoryLib
46 DebugLib
47 IoLib
48 ReportStatusCodeLib
49 UefiBootServicesTableLib
50 UefiDriverEntryPoint
51 UefiLib
52
53 [Protocols]
54 gEfiDriverBindingProtocolGuid
55 gEfiSimpleTextInProtocolGuid
56 gEfiSimpleTextInputExProtocolGuid
57 gPlatformVirtualKeyboardProtocolGuid
58
59 [Depex]
60 TRUE