2 # A UI tool to manage user profiles
\r
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
7 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
\r
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
18 INF_VERSION = 0x00010005
\r
19 BASE_NAME = UserProfileManager
\r
20 MODULE_UNI_FILE = UserProfileManager.uni
\r
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
27 UserProfileManager.c
\r
28 UserProfileManager.h
\r
32 ModifyIdentityPolicy.c
\r
33 ModifyAccessPolicy.c
\r
34 UserProfileManagerData.h
\r
35 UserProfileManagerStrings.uni
\r
36 UserProfileManagerVfr.Vfr
\r
40 MdeModulePkg/MdeModulePkg.dec
\r
41 SecurityPkg/SecurityPkg.dec
\r
44 UefiRuntimeServicesTableLib
\r
45 UefiBootServicesTableLib
\r
46 UefiDriverEntryPoint
\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
62 gEfiDevicePathProtocolGuid ## PRODUCES
\r
63 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
\r
64 gEfiUserCredential2ProtocolGuid ## SOMETIMES_CONSUMES
\r
65 gEfiUserManagerProtocolGuid ## CONSUMES
\r
68 gEfiUserManagerProtocolGuid
\r
70 [UserExtensions.TianoCore."ExtraFiles"]
\r
71 UserProfileManagerExtra.uni
\r