]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
SecurityPkg: Remove code under UserIdentification folder.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerDxe.inf
diff --git a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
deleted file mode 100644 (file)
index 27e8ba1..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-## @file\r
-#  Produces user manager protocol\r
-#\r
-#  This module manages user information and produces user manager protocol.\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                      = UserIdentifyManager\r
-  MODULE_UNI_FILE                = UserIdentifyManager.uni\r
-  FILE_GUID                      = C5D3191B-27D5-4873-8DF2-628136991A21\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = UserIdentifyManagerInit\r
-\r
-[sources]\r
-  UserIdentifyManager.c\r
-  LoadDeferredImage.c\r
-  UserIdentifyManager.h\r
-  UserIdentifyManagerData.h\r
-  UserIdentifyManagerStrings.uni\r
-  UserIdentifyManagerVfr.Vfr\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.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
-\r
-[Guids]\r
-  gEfiIfrTianoGuid                              ## SOMETIMES_CONSUMES  ## GUID\r
-  gEfiEventUserProfileChangedGuid               ## SOMETIMES_PRODUCES  ## Event\r
-\r
-  ## SOMETIMES_PRODUCES                         ## Variable:L"Userxxxx"\r
-  ## SOMETIMES_CONSUMES                         ## Variable:L"Userxxxx"\r
-  ## CONSUMES                                   ## HII\r
-  gUserIdentifyManagerGuid\r
-\r
-[Protocols]\r
-  gEfiFormBrowser2ProtocolGuid                  ## CONSUMES\r
-  gEfiHiiDatabaseProtocolGuid                   ## CONSUMES\r
-  gEfiUserCredential2ProtocolGuid               ## SOMETIMES_CONSUMES\r
-  gEfiDeferredImageLoadProtocolGuid             ## SOMETIMES_CONSUMES\r
-  gEfiSimpleTextOutProtocolGuid                 ## SOMETIMES_CONSUMES\r
-  gEfiSimpleTextInProtocolGuid                  ## SOMETIMES_CONSUMES\r
-  gEfiSimpleTextInputExProtocolGuid             ## SOMETIMES_CONSUMES\r
-  gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\r
-  gEfiDevicePathProtocolGuid                    ## PRODUCES\r
-\r
-  ## PRODUCES\r
-  ## SOMETIMES_PRODUCES                         ## SystemTable\r
-  gEfiUserManagerProtocolGuid\r
-\r
-[Depex]\r
-  gEfiHiiDatabaseProtocolGuid   AND\r
-  gEfiHiiStringProtocolGuid     AND\r
-  gEfiFormBrowser2ProtocolGuid\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  UserIdentifyManagerExtra.uni\r
-\r