]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderDxe.inf
Update UID drivers to align with latest UEFI spec 2.3.1.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UsbCredentialProviderDxe / UsbCredentialProviderDxe.inf
1 ## @file
2 # Component description file for USB Credential Provider.
3 #
4 # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = UsbCredentialProvider
17 FILE_GUID = 672A0C68-2BF0-46f9-93C3-C4E7DC0FA555
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = UsbProviderInit
21
22 [Sources]
23 UsbCredentialProvider.c
24 UsbCredentialProvider.h
25 UsbCredentialProviderStrings.uni
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 MdeModulePkg/MdeModulePkg.dec
30 CryptoPkg/CryptoPkg.dec
31 SecurityPkg/SecurityPkg.dec
32
33 [LibraryClasses]
34 UefiRuntimeServicesTableLib
35 UefiBootServicesTableLib
36 UefiDriverEntryPoint
37 MemoryAllocationLib
38 BaseMemoryLib
39 DebugLib
40 HiiLib
41 UefiLib
42 BaseCryptLib
43
44 [Guids]
45 gUsbCredentialProviderGuid ## PRODUCES ## Guid
46 gEfiFileInfoGuid ## CONSUMES ## Guid
47 gEfiUserCredentialClassSecureCardGuid ## CONSUMES ## Guid
48
49 [Pcd]
50 gEfiSecurityPkgTokenSpaceGuid.PcdFixedUsbCredentialProviderTokenFileName
51
52 [Protocols]
53 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
54 gEfiUserCredential2ProtocolGuid
55 gEfiUserManagerProtocolGuid
56 gEfiBlockIoProtocolGuid
57 gEfiSimpleFileSystemProtocolGuid
58