]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerDxe.inf
1 ## @file
2 # Component description file for user identify 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 = UserIdentifyManager
17 FILE_GUID = C5D3191B-27D5-4873-8DF2-628136991A21
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = UserIdentifyManagerInit
21
22 [sources]
23 UserIdentifyManager.c
24 LoadDeferredImage.c
25 UserIdentifyManager.h
26 UserIdentifyManagerData.h
27 UserIdentifyManagerStrings.uni
28 UserIdentifyManagerVfr.Vfr
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 SecurityPkg/SecurityPkg.dec
34
35 [LibraryClasses]
36 UefiRuntimeServicesTableLib
37 UefiBootServicesTableLib
38 UefiDriverEntryPoint
39 MemoryAllocationLib
40 BaseMemoryLib
41 DebugLib
42 HiiLib
43 UefiLib
44
45 [Guids]
46 gEfiIfrTianoGuid ## CONSUMES ## Guid
47 gEfiEventUserProfileChangedGuid ## CONSUMES ## Guid
48 gUserIdentifyManagerGuid ## PRODUCES ## Guid
49
50 [Protocols]
51 gEfiFormBrowser2ProtocolGuid ## CONSUMES
52 gEfiHiiDatabaseProtocolGuid ## CONSUMES
53 gEfiUserCredentialProtocolGuid ## CONSUMES
54 gEfiDeferredImageLoadProtocolGuid ## CONSUMES
55 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
56 gEfiUserManagerProtocolGuid ## PRODUCES
57 gEfiSimpleTextOutProtocolGuid
58 gEfiSimpleTextInProtocolGuid
59 gEfiSimpleTextInputExProtocolGuid
60
61 [Depex]
62 gEfiHiiDatabaseProtocolGuid AND
63 gEfiHiiStringProtocolGuid AND
64 gEfiFormBrowser2ProtocolGuid