]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf
Update UID drivers to align with latest UEFI spec 2.3.1.
[mirror_edk2.git] / SecurityPkg / UserIdentification / PwdCredentialProviderDxe / PwdCredentialProviderDxe.inf
1 ## @file
2 # Component description file for Password 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 = PwdCredentialProvider
17 FILE_GUID = D6C589EA-DD29-49ef-97F6-1A9FE19A04E0
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = PasswordProviderInit
21
22 [Sources]
23 PwdCredentialProvider.c
24 PwdCredentialProvider.h
25 PwdCredentialProviderData.h
26 PwdCredentialProviderVfr.Vfr
27 PwdCredentialProviderStrings.uni
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32 CryptoPkg/CryptoPkg.dec
33 SecurityPkg/SecurityPkg.dec
34
35 [LibraryClasses]
36 UefiRuntimeServicesTableLib
37 UefiBootServicesTableLib
38 UefiDriverEntryPoint
39 MemoryAllocationLib
40 BaseMemoryLib
41 DebugLib
42 HiiLib
43 UefiLib
44 BaseCryptLib
45
46 [Guids]
47 gEfiUserCredentialClassPasswordGuid ## CONSUMES ## Guid
48 gPwdCredentialProviderGuid ## PRODUCES ## Guid
49
50 [Protocols]
51 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
52 gEfiHiiConfigAccessProtocolGuid
53 gEfiUserCredential2ProtocolGuid
54 gEfiUserManagerProtocolGuid