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