]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf
Update the UserProfileManagerDxe to keep the old behaviors after add exit action...
[mirror_edk2.git] / SecurityPkg / UserIdentification / PwdCredentialProviderDxe / PwdCredentialProviderDxe.inf
CommitLineData
0c18794e 1## @file\r
2# Component description file for Password Credential Provider.\r
3#\r
4# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = PwdCredentialProvider\r
17 FILE_GUID = D6C589EA-DD29-49ef-97F6-1A9FE19A04E0\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = PasswordProviderInit\r
21\r
22[Sources]\r
23 PwdCredentialProvider.c\r
24 PwdCredentialProvider.h\r
25 PwdCredentialProviderData.h\r
26 PwdCredentialProviderVfr.Vfr\r
27 PwdCredentialProviderStrings.uni\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 CryptoPkg/CryptoPkg.dec\r
33\r
34[LibraryClasses]\r
35 UefiRuntimeServicesTableLib\r
36 UefiBootServicesTableLib\r
37 UefiDriverEntryPoint\r
38 MemoryAllocationLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 HiiLib\r
42 UefiLib\r
43 BaseCryptLib\r
44 \r
45[Guids]\r
46 gEfiIfrTianoGuid ## CONSUMES ## Guid\r
47 gEfiUserCredentialClassPasswordGuid ## CONSUMES ## Guid\r
48\r
49[Protocols]\r
50 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
51 gEfiHiiConfigAccessProtocolGuid\r
52 gEfiUserCredentialProtocolGuid\r
53 gEfiUserManagerProtocolGuid