]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf
847aaa21566c72ac876d714f87209089a98c6230
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserProfileManagerDxe / UserProfileManagerDxe.inf
1 ## @file
2 # Component description file for user profile manager driver.
3 #
4 # Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = UserProfileManager
17 FILE_GUID = E38CB52D-A74D-45db-A8D0-290C9B21BBF2
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = UserProfileManagerInit
21
22 [Sources]
23 UserProfileManager.c
24 UserProfileManager.h
25 UserProfileAdd.c
26 UserProfileDelete.c
27 UserProfileModify.c
28 ModifyIdentityPolicy.c
29 ModifyAccessPolicy.c
30 UserProfileManagerData.h
31 UserProfileManagerStrings.uni
32 UserProfileManagerVfr.Vfr
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 SecurityPkg/SecurityPkg.dec
38
39 [LibraryClasses]
40 UefiRuntimeServicesTableLib
41 UefiBootServicesTableLib
42 UefiDriverEntryPoint
43 MemoryAllocationLib
44 BaseMemoryLib
45 DebugLib
46 HiiLib
47 UefiLib
48 DevicePathLib
49
50 [Guids]
51 gEfiIfrTianoGuid ## CONSUMES ## Guid
52 gEfiUserInfoAccessSetupAdminGuid ## CONSUMES ## Guid
53 gEfiUserInfoAccessSetupNormalGuid ## CONSUMES ## Guid
54 gEfiUserInfoAccessSetupRestrictedGuid ## CONSUMES ## Guid
55 gUserProfileManagerGuid ## PRODUCES ## Guid
56
57 [Protocols]
58 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59 gEfiHiiConfigAccessProtocolGuid
60 gEfiUserCredential2ProtocolGuid
61 gEfiUserManagerProtocolGuid
62
63 [Depex]
64 gEfiUserManagerProtocolGuid