]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
Update for SecurityPkg.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerDxe.inf
CommitLineData
0c18794e 1## @file\r
2# Component description file for user identify manager driver.\r
3# \r
4# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14[defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = UserIdentifyManager\r
17 FILE_GUID = C5D3191B-27D5-4873-8DF2-628136991A21\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = UserIdentifyManagerInit\r
21\r
22[sources]\r
23 UserIdentifyManager.c\r
24 LoadDeferredImage.c\r
25 UserIdentifyManager.h\r
26 UserIdentifyManagerData.h\r
27 UserIdentifyManagerStrings.uni\r
28 UserIdentifyManagerVfr.Vfr\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
a0c56a82 33 SecurityPkg/SecurityPkg.dec\r
0c18794e 34\r
35[LibraryClasses]\r
36 UefiRuntimeServicesTableLib\r
37 UefiBootServicesTableLib\r
38 UefiDriverEntryPoint\r
39 MemoryAllocationLib\r
40 BaseMemoryLib\r
41 DebugLib\r
42 HiiLib\r
43 UefiLib\r
44\r
45[Guids]\r
46 gEfiIfrTianoGuid ## CONSUMES ## Guid\r
47 gEfiEventUserProfileChangedGuid ## CONSUMES ## Guid \r
a0c56a82 48 gUserIdentifyManagerGuid ## PRODUCES ## Guid\r
0c18794e 49\r
50[Protocols]\r
51 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
52 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
6f0b8648 53 gEfiUserCredential2ProtocolGuid ## CONSUMES\r
0c18794e 54 gEfiDeferredImageLoadProtocolGuid ## CONSUMES\r
55 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
56 gEfiUserManagerProtocolGuid ## PRODUCES\r
57 gEfiSimpleTextOutProtocolGuid\r
58 gEfiSimpleTextInProtocolGuid\r
59 gEfiSimpleTextInputExProtocolGuid\r
60\r
61[Depex]\r
62 gEfiHiiDatabaseProtocolGuid AND \r
63 gEfiHiiStringProtocolGuid AND \r
64 gEfiFormBrowser2ProtocolGuid \r