]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf
SecurityPkg: Fix typos in comments
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserProfileManagerDxe / UserProfileManagerDxe.inf
CommitLineData
0c18794e 1## @file\r
60c944c7 2# A UI tool to manage user profiles\r
0c18794e 3#\r
60c944c7
DG
4# By this module, user can add/update/delete user profiles, and can also\r
5# modify the user access policy and the user identification policy.\r
6#\r
7# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
0c18794e 8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = UserProfileManager\r
60c944c7 20 MODULE_UNI_FILE = UserProfileManager.uni\r
0c18794e 21 FILE_GUID = E38CB52D-A74D-45db-A8D0-290C9B21BBF2\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = UserProfileManagerInit\r
25\r
26[Sources]\r
27 UserProfileManager.c\r
28 UserProfileManager.h\r
29 UserProfileAdd.c\r
30 UserProfileDelete.c\r
31 UserProfileModify.c\r
0c5b25f0 32 ModifyIdentityPolicy.c\r
33 ModifyAccessPolicy.c\r
0c18794e 34 UserProfileManagerData.h\r
35 UserProfileManagerStrings.uni\r
36 UserProfileManagerVfr.Vfr\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
a0c56a82 41 SecurityPkg/SecurityPkg.dec\r
0c18794e 42\r
43[LibraryClasses]\r
44 UefiRuntimeServicesTableLib\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 MemoryAllocationLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 HiiLib\r
51 UefiLib\r
863986b3 52 DevicePathLib\r
0c18794e 53 \r
60c944c7
DG
54[Guids]\r
55 gEfiIfrTianoGuid ## SOMETIMES_CONSUMES ## GUID\r
56 gEfiUserInfoAccessSetupAdminGuid ## SOMETIMES_CONSUMES ## GUID\r
57 gEfiUserInfoAccessSetupNormalGuid ## SOMETIMES_CONSUMES ## GUID\r
58 gEfiUserInfoAccessSetupRestrictedGuid ## SOMETIMES_CONSUMES ## GUID\r
59 gUserProfileManagerGuid ## CONSUMES ## HII\r
0c18794e 60\r
61[Protocols]\r
60c944c7
DG
62 gEfiDevicePathProtocolGuid ## PRODUCES\r
63 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
64 gEfiUserCredential2ProtocolGuid ## SOMETIMES_CONSUMES\r
65 gEfiUserManagerProtocolGuid ## CONSUMES\r
0c18794e 66\r
67[Depex]\r
60c944c7
DG
68 gEfiUserManagerProtocolGuid\r
69 \r
70[UserExtensions.TianoCore."ExtraFiles"]\r
71 UserProfileManagerExtra.uni\r
72