]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf
NetworkPkg/TlsAuthConfigDxe: replace OpenFileByDevicePath() with UefiLib API
[mirror_edk2.git] / NetworkPkg / TlsAuthConfigDxe / TlsAuthConfigDxe.inf
CommitLineData
7618784b
HW
1## @file\r
2# Provides the capability to configure Tls Authentication in a setup browser\r
3# By this module, user may change the content of TlsCaCertificate.\r
4#\r
f3494b80 5# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
7618784b
HW
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = TlsAuthConfigDxe\r
18 MODULE_UNI_FILE = TlsAuthConfigDxe.uni\r
19 FILE_GUID = 7ca1024f-eb17-11e5-9dba-28d2447c4829\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = TlsAuthConfigDxeDriverEntryPoint\r
23 UNLOAD_IMAGE = TlsAuthConfigDxeUnload\r
24\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 NetworkPkg/NetworkPkg.dec\r
33\r
34[Sources]\r
35 TlsAuthConfigImpl.c\r
36 TlsAuthConfigImpl.h\r
37 TlsAuthConfigNvData.h\r
38 TlsAuthConfigDxe.c\r
39 TlsAuthConfigDxeStrings.uni\r
40 TlsAuthConfigVfr.vfr\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 BaseMemoryLib\r
45 MemoryAllocationLib\r
46 UefiLib\r
47 UefiBootServicesTableLib\r
48 UefiRuntimeServicesTableLib\r
49 UefiDriverEntryPoint\r
50 DebugLib\r
51 HiiLib\r
52 DevicePathLib\r
53 UefiHiiServicesLib\r
54 FileExplorerLib\r
55 PrintLib\r
56\r
57[Protocols]\r
58 gEfiDevicePathProtocolGuid ## PRODUCES\r
59 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
7618784b
HW
60\r
61[Guids]\r
62 gTlsAuthConfigGuid ## PRODUCES ## GUID\r
f3494b80
LG
63 gEfiCertX509Guid ## SOMETIMES_CONSUMES ## GUID # Indicate the cert type\r
64 gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## HII\r
65 gEfiTlsCaCertificateGuid ## PRODUCES ## Variable:L"TlsCaCertificate"\r
7618784b
HW
66\r
67[Depex]\r
68 gEfiHiiConfigRoutingProtocolGuid AND\r
69 gEfiHiiDatabaseProtocolGuid\r
70\r
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 TlsAuthConfigDxeExtra.uni\r
73\r