]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf
SecurityPkg: Remove code under UserIdentification folder.
[mirror_edk2.git] / SecurityPkg / UserIdentification / PwdCredentialProviderDxe / PwdCredentialProviderDxe.inf
diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf
deleted file mode 100644 (file)
index ab7ba2c..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-## @file\r
-#  Provides a password credential provider implementation\r
-#  This module provides a password credential provider implementation.\r
-#\r
-# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution. The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = PwdCredentialProvider\r
-  MODULE_UNI_FILE                = PwdCredentialProvider.uni\r
-  FILE_GUID                      = D6C589EA-DD29-49ef-97F6-1A9FE19A04E0\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = PasswordProviderInit\r
-\r
-[Sources]\r
-  PwdCredentialProvider.c\r
-  PwdCredentialProvider.h\r
-  PwdCredentialProviderData.h\r
-  PwdCredentialProviderVfr.Vfr\r
-  PwdCredentialProviderStrings.uni\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  CryptoPkg/CryptoPkg.dec\r
-  SecurityPkg/SecurityPkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiRuntimeServicesTableLib\r
-  UefiBootServicesTableLib\r
-  UefiDriverEntryPoint\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
-  DebugLib\r
-  HiiLib\r
-  UefiLib\r
-  BaseCryptLib\r
-\r
-[Guids]\r
-  gEfiUserCredentialClassPasswordGuid           ## SOMETIMES_CONSUMES          ## GUID\r
-\r
-  ## PRODUCES             ## Variable:L"PwdCredential"\r
-  ## CONSUMES             ## Variable:L"PwdCredential"\r
-  ## CONSUMES             ## HII\r
-  ## SOMETIMES_CONSUMES   ## GUID               #  The credential provider identifier\r
-  gPwdCredentialProviderGuid\r
-\r
-[Protocols]\r
-  gEfiDevicePathProtocolGuid                    ## PRODUCES\r
-  gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\r
-  gEfiUserCredential2ProtocolGuid               ## PRODUCES\r
-  gEfiUserManagerProtocolGuid                   ## SOMETIMES_CONSUMES\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  PwdCredentialProviderExtra.uni\r
-\r