X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FUserIdentification%2FPwdCredentialProviderDxe%2FPwdCredentialProviderDxe.inf;h=07e6163e8bf391af4408df6489ff4db94ebb553d;hp=0ffc24e0761728289b21837888e0cac342829968;hb=e080218b9c7438ed47fdfe6bd4e4d34907db730b;hpb=0c18794ea4289f03fefc7117b56740414cc0536c diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf index 0ffc24e076..07e6163e8b 100644 --- a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf +++ b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf @@ -1,7 +1,8 @@ ## @file -# Component description file for Password Credential Provider. +# Provides a password credential provider implementation +# This module provides a password credential provider implementation. # -# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -14,6 +15,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PwdCredentialProvider + MODULE_UNI_FILE = PwdCredentialProvider.uni FILE_GUID = D6C589EA-DD29-49ef-97F6-1A9FE19A04E0 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 @@ -30,6 +32,7 @@ MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec CryptoPkg/CryptoPkg.dec + SecurityPkg/SecurityPkg.dec [LibraryClasses] UefiRuntimeServicesTableLib @@ -43,11 +46,20 @@ BaseCryptLib [Guids] - gEfiIfrTianoGuid ## CONSUMES ## Guid - gEfiUserCredentialClassPasswordGuid ## CONSUMES ## Guid - + gEfiUserCredentialClassPasswordGuid ## SOMETIMES_CONSUMES ## GUID + + ## PRODUCES ## Variable:L"PwdCredential" + ## CONSUMES ## Variable:L"PwdCredential" + ## CONSUMES ## HII + ## SOMETIMES_CONSUMES ## GUID # The credential provider identifier + gPwdCredentialProviderGuid + [Protocols] - gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiHiiConfigAccessProtocolGuid - gEfiUserCredentialProtocolGuid - gEfiUserManagerProtocolGuid \ No newline at end of file + gEfiDevicePathProtocolGuid ## PRODUCES + gEfiHiiConfigAccessProtocolGuid ## PRODUCES + gEfiUserCredential2ProtocolGuid ## PRODUCES + gEfiUserManagerProtocolGuid ## SOMETIMES_CONSUMES + +[UserExtensions.TianoCore."ExtraFiles"] + PwdCredentialProviderExtra.uni + \ No newline at end of file