]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
Update UID drivers to align with latest UEFI spec 2.3.1 errata A.
[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
33\r
34[LibraryClasses]\r
35 UefiRuntimeServicesTableLib\r
36 UefiBootServicesTableLib\r
37 UefiDriverEntryPoint\r
38 MemoryAllocationLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 HiiLib\r
42 UefiLib\r
43\r
44[Guids]\r
45 gEfiIfrTianoGuid ## CONSUMES ## Guid\r
46 gEfiEventUserProfileChangedGuid ## CONSUMES ## Guid \r
47\r
48[Protocols]\r
49 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
50 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
51 gEfiUserCredentialProtocolGuid ## CONSUMES\r
52 gEfiDeferredImageLoadProtocolGuid ## CONSUMES\r
53 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
54 gEfiUserManagerProtocolGuid ## PRODUCES\r
55 gEfiSimpleTextOutProtocolGuid\r
56 gEfiSimpleTextInProtocolGuid\r
57 gEfiSimpleTextInputExProtocolGuid\r
58\r
59[Depex]\r
60 gEfiHiiDatabaseProtocolGuid AND \r
61 gEfiHiiStringProtocolGuid AND \r
62 gEfiFormBrowser2ProtocolGuid \r