]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
dfe7a2cabf92e639241e34ca1cd70715e14d015c
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbKbDxe / UsbKbDxe.inf
1 #/** @file
2 # Component name for module UsbKb
3 #
4 # FIX ME!
5 # Copyright (c) 2006, Intel Corporation. All right reserved.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The 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
18 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = UsbKbDxe
26 FILE_GUID = 2D2E62CF-9ECF-43b7-8219-94E7FC713DFE
27 MODULE_TYPE = DXE_DRIVER
28 VERSION_STRING = 1.0
29 EDK_RELEASE_VERSION = 0x00020000
30 EFI_SPECIFICATION_VERSION = 0x00020000
31
32 ENTRY_POINT = USBKeyboardDriverBindingEntryPoint
33
34 #
35 # The following information is for reference only and not required by the build tools.
36 #
37 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
38 #
39
40 ################################################################################
41 #
42 # Sources Section - list of files that are required for the build to succeed.
43 #
44 ################################################################################
45
46 [Sources.common]
47 efikey.c
48 efikey.h
49 keyboard.c
50 ComponentName.c
51 keyboard.h
52
53 ################################################################################
54 #
55 # Package Dependency Section - list of Package files that are required for
56 # this module.
57 #
58 ################################################################################
59
60 [Packages]
61 MdePkg/MdePkg.dec
62 MdeModulePkg/MdeModulePkg.dec
63
64
65 ################################################################################
66 #
67 # Library Class Section - list of Library Classes that are required for
68 # this module.
69 #
70 ################################################################################
71
72 [LibraryClasses]
73 MemoryAllocationLib
74 UefiLib
75 UefiBootServicesTableLib
76 UefiDriverEntryPoint
77 UefiRuntimeServicesTableLib
78 BaseMemoryLib
79 ReportStatusCodeLib
80 DebugLib
81 PcdLib
82 UsbLib
83
84
85 ################################################################################
86 #
87 # Guid C Name Section - list of Guids that this module uses or produces.
88 #
89 ################################################################################
90
91 [Guids]
92 gEfiHotPlugDeviceGuid # ALWAYS_CONSUMED
93
94
95 ################################################################################
96 #
97 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
98 # that this module uses or produces.
99 #
100 ################################################################################
101
102 [Protocols]
103 gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
104 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
105 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_CONSUMED
106
107 ################################################################################
108 #
109 # Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.
110 #
111 ################################################################################
112
113 [PcdsFixedAtBuild]
114 PcdStatusCodeValueKeyboardEnable|gEfiMdePkgTokenSpaceGuid
115 PcdStatusCodeValueKeyboardPresenceDetect|gEfiMdePkgTokenSpaceGuid
116 PcdStatusCodeValueKeyboardDisable|gEfiMdePkgTokenSpaceGuid
117 PcdStatusCodeValueKeyboardReset|gEfiMdePkgTokenSpaceGuid
118 PcdStatusCodeValueKeyboardClearBuffer|gEfiMdePkgTokenSpaceGuid
119 PcdStatusCodeValueKeyboardSelfTest|gEfiMdePkgTokenSpaceGuid
120 PcdStatusCodeValueKeyboardInterfaceError|gEfiMdePkgTokenSpaceGuid
121 PcdStatusCodeValueKeyboardInputError|gEfiMdePkgTokenSpaceGuid