]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderDxe.inf
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UsbCredentialProviderDxe / UsbCredentialProviderDxe.inf
CommitLineData
0c18794e 1## @file\r
2# Component description file for USB Credential Provider.\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 = UsbCredentialProvider\r
17 FILE_GUID = 672A0C68-2BF0-46f9-93C3-C4E7DC0FA555\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = UsbProviderInit\r
21\r
22[Sources]\r
23 UsbCredentialProvider.c\r
24 UsbCredentialProvider.h\r
25 UsbCredentialProviderStrings.uni\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 CryptoPkg/CryptoPkg.dec\r
31 SecurityPkg/SecurityPkg.dec\r
32\r
33[LibraryClasses]\r
34 UefiRuntimeServicesTableLib\r
35 UefiBootServicesTableLib\r
36 UefiDriverEntryPoint\r
37 MemoryAllocationLib\r
38 BaseMemoryLib\r
39 DebugLib\r
40 HiiLib\r
41 UefiLib\r
42 BaseCryptLib\r
43 \r
44[Guids]\r
a0c56a82 45 gUsbCredentialProviderGuid ## PRODUCES ## Guid\r
0c18794e 46 gEfiFileInfoGuid ## CONSUMES ## Guid\r
47 gEfiUserCredentialClassSecureCardGuid ## CONSUMES ## Guid\r
48\r
49[Pcd]\r
50 gEfiSecurityPkgTokenSpaceGuid.PcdFixedUsbCredentialProviderTokenFileName\r
51\r
52[Protocols]\r
53 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiUserCredentialProtocolGuid\r
55 gEfiUserManagerProtocolGuid\r
56 gEfiBlockIoProtocolGuid\r
57 gEfiSimpleFileSystemProtocolGuid\r
58