]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf
ArmPkg/ArmMmuLib ARM: fix thinko in second level page table handling
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserProfileManagerDxe / UserProfileManagerDxe.inf
index 27b3464dcf0f9077f66c410440c618078e8b28a2..cdd97731b279ee2c090aeac7384e80fe4acb37f8 100644 (file)
@@ -1,7 +1,10 @@
 ## @file\r
-#  Component description file for user profile manager driver.\r
+#  A UI tool to manage user profiles\r
 #\r
-# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  By this module, user can add/update/delete user profiles, and can also\r
+#  modify the user access policy and the user identification policy.\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
@@ -14,6 +17,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UserProfileManager\r
+  MODULE_UNI_FILE                = UserProfileManager.uni\r
   FILE_GUID                      = E38CB52D-A74D-45db-A8D0-290C9B21BBF2\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -25,6 +29,8 @@
   UserProfileAdd.c\r
   UserProfileDelete.c\r
   UserProfileModify.c\r
+  ModifyIdentityPolicy.c\r
+  ModifyAccessPolicy.c\r
   UserProfileManagerData.h\r
   UserProfileManagerStrings.uni\r
   UserProfileManagerVfr.Vfr\r
@@ -32,6 +38,7 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
+  SecurityPkg/SecurityPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiRuntimeServicesTableLib\r
   DebugLib\r
   HiiLib\r
   UefiLib\r
-  \r
-  [Guids]\r
-  gEfiIfrTianoGuid                              ## CONSUMES ## Guid\r
-  gEfiUserInfoAccessSetupAdminGuid              ## CONSUMES ## Guid\r
-  gEfiUserInfoAccessSetupNormalGuid             ## CONSUMES ## Guid\r
-  gEfiUserInfoAccessSetupRestrictedGuid         ## CONSUMES ## Guid\r
+  DevicePathLib\r
+\r
+[Guids]\r
+  gEfiIfrTianoGuid                              ## SOMETIMES_CONSUMES  ## GUID\r
+  gEfiUserInfoAccessSetupAdminGuid              ## SOMETIMES_CONSUMES  ## GUID\r
+  gEfiUserInfoAccessSetupNormalGuid             ## SOMETIMES_CONSUMES  ## GUID\r
+  gEfiUserInfoAccessSetupRestrictedGuid         ## SOMETIMES_CONSUMES  ## GUID\r
+  gUserProfileManagerGuid                       ## CONSUMES            ## HII\r
 \r
 [Protocols]\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiHiiConfigAccessProtocolGuid\r
-  gEfiUserCredentialProtocolGuid\r
-  gEfiUserManagerProtocolGuid\r
-  gEfiDevicePathToTextProtocolGuid\r
+  gEfiDevicePathProtocolGuid                    ## PRODUCES\r
+  gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\r
+  gEfiUserCredential2ProtocolGuid               ## SOMETIMES_CONSUMES\r
+  gEfiUserManagerProtocolGuid                   ## CONSUMES\r
 \r
 [Depex]\r
-  gEfiUserManagerProtocolGuid
\ No newline at end of file
+  gEfiUserManagerProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UserProfileManagerExtra.uni\r
+\r