]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf
Clean up the private GUID definition in module Level.
[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 SecurityPkg/SecurityPkg.dec
36
37 [LibraryClasses]
38 UefiRuntimeServicesTableLib
39 UefiBootServicesTableLib
40 UefiDriverEntryPoint
41 MemoryAllocationLib
42 BaseMemoryLib
43 DebugLib
44 HiiLib
45 UefiLib
46
47 [Guids]
48 gEfiIfrTianoGuid ## CONSUMES ## Guid
49 gEfiUserInfoAccessSetupAdminGuid ## CONSUMES ## Guid
50 gEfiUserInfoAccessSetupNormalGuid ## CONSUMES ## Guid
51 gEfiUserInfoAccessSetupRestrictedGuid ## CONSUMES ## Guid
52 gUserProfileManagerGuid ## PRODUCES ## Guid
53
54 [Protocols]
55 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56 gEfiHiiConfigAccessProtocolGuid
57 gEfiUserCredentialProtocolGuid
58 gEfiUserManagerProtocolGuid
59 gEfiDevicePathToTextProtocolGuid
60
61 [Depex]
62 gEfiUserManagerProtocolGuid