]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf
27b3464dcf0f9077f66c410440c618078e8b28a2
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserProfileManagerDxe / UserProfileManagerDxe.inf
1 ## @file
2 # Component description file for user profile manager driver.
3 #
4 # Copyright (c) 2009 - 2011, 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 UserProfileManagerData.h
29 UserProfileManagerStrings.uni
30 UserProfileManagerVfr.Vfr
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35
36 [LibraryClasses]
37 UefiRuntimeServicesTableLib
38 UefiBootServicesTableLib
39 UefiDriverEntryPoint
40 MemoryAllocationLib
41 BaseMemoryLib
42 DebugLib
43 HiiLib
44 UefiLib
45
46 [Guids]
47 gEfiIfrTianoGuid ## CONSUMES ## Guid
48 gEfiUserInfoAccessSetupAdminGuid ## CONSUMES ## Guid
49 gEfiUserInfoAccessSetupNormalGuid ## CONSUMES ## Guid
50 gEfiUserInfoAccessSetupRestrictedGuid ## CONSUMES ## Guid
51
52 [Protocols]
53 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
54 gEfiHiiConfigAccessProtocolGuid
55 gEfiUserCredentialProtocolGuid
56 gEfiUserManagerProtocolGuid
57 gEfiDevicePathToTextProtocolGuid
58
59 [Depex]
60 gEfiUserManagerProtocolGuid