]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf
SecurityPkg: Convert all .uni files to utf-8
[mirror_edk2.git] / SecurityPkg / UserIdentification / PwdCredentialProviderDxe / PwdCredentialProviderDxe.inf
CommitLineData
0c18794e 1## @file\r
60c944c7
DG
2# Provides a password credential provider implementation\r
3# This module provides a password credential provider implementation.\r
0c18794e 4#\r
60c944c7 5# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
0c18794e 6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PwdCredentialProvider\r
60c944c7 18 MODULE_UNI_FILE = PwdCredentialProvider.uni\r
0c18794e 19 FILE_GUID = D6C589EA-DD29-49ef-97F6-1A9FE19A04E0\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = PasswordProviderInit\r
23\r
24[Sources]\r
25 PwdCredentialProvider.c\r
26 PwdCredentialProvider.h\r
27 PwdCredentialProviderData.h\r
28 PwdCredentialProviderVfr.Vfr\r
29 PwdCredentialProviderStrings.uni\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 CryptoPkg/CryptoPkg.dec\r
a0c56a82 35 SecurityPkg/SecurityPkg.dec\r
0c18794e 36\r
37[LibraryClasses]\r
38 UefiRuntimeServicesTableLib\r
39 UefiBootServicesTableLib\r
40 UefiDriverEntryPoint\r
41 MemoryAllocationLib\r
42 BaseMemoryLib\r
43 DebugLib\r
44 HiiLib\r
45 UefiLib\r
46 BaseCryptLib\r
47 \r
48[Guids]\r
60c944c7
DG
49 gEfiUserCredentialClassPasswordGuid ## SOMETIMES_CONSUMES ## GUID\r
50 \r
51 ## PRODUCES ## Variable:L"PwdCredential"\r
52 ## CONSUMES ## Variable:L"PwdCredential"\r
53 ## CONSUMES ## HII\r
54 ## SOMETIMES_CONSUMES ## GUID # The credential provider identifier\r
55 gPwdCredentialProviderGuid\r
56 \r
0c18794e 57[Protocols]\r
60c944c7
DG
58 gEfiDevicePathProtocolGuid ## PRODUCES\r
59 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
60 gEfiUserCredential2ProtocolGuid ## PRODUCES\r
61 gEfiUserManagerProtocolGuid ## SOMETIMES_CONSUMES\r
62 \r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 PwdCredentialProviderExtra.uni\r
65