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