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