]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
Add security package to repository.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerDxe.inf
diff --git a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
new file mode 100644 (file)
index 0000000..d5fccea
--- /dev/null
@@ -0,0 +1,62 @@
+## @file\r
+#  Component description file for user identify manager driver.\r
+# \r
+# Copyright (c) 2009 - 2011, 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
+  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
+\r
+[LibraryClasses]\r
+  UefiRuntimeServicesTableLib\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+  MemoryAllocationLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  HiiLib\r
+  UefiLib\r
+\r
+[Guids]\r
+  gEfiIfrTianoGuid                              ## CONSUMES ## Guid\r
+  gEfiEventUserProfileChangedGuid               ## CONSUMES ## Guid \r
+\r
+[Protocols]\r
+  gEfiFormBrowser2ProtocolGuid                  ## CONSUMES\r
+  gEfiHiiDatabaseProtocolGuid                   ## CONSUMES\r
+  gEfiUserCredentialProtocolGuid                ## CONSUMES\r
+  gEfiDeferredImageLoadProtocolGuid             ## CONSUMES\r
+  gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\r
+  gEfiUserManagerProtocolGuid                   ## PRODUCES\r
+  gEfiSimpleTextOutProtocolGuid\r
+  gEfiSimpleTextInProtocolGuid\r
+  gEfiSimpleTextInputExProtocolGuid\r
+\r
+[Depex]\r
+  gEfiHiiDatabaseProtocolGuid   AND \r
+  gEfiHiiStringProtocolGuid     AND \r
+  gEfiFormBrowser2ProtocolGuid \r