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
5 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
\r
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
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
26 # VALID_ARCHITECTURES = IA32 X64
\r
31 MdeModulePkg/MdeModulePkg.dec
\r
32 NetworkPkg/NetworkPkg.dec
\r
37 TlsAuthConfigNvData.h
\r
39 TlsAuthConfigDxeStrings.uni
\r
40 TlsAuthConfigVfr.vfr
\r
47 UefiBootServicesTableLib
\r
48 UefiRuntimeServicesTableLib
\r
49 UefiDriverEntryPoint
\r
58 gEfiDevicePathProtocolGuid ## PRODUCES
\r
59 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
\r
60 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
\r
63 gTlsAuthConfigGuid ## PRODUCES ## GUID
\r
64 gEfiCertX509Guid ## CONSUMES ## GUID # Indicate the cert type
\r
65 gEfiIfrTianoGuid ## CONSUMES ## HII
\r
66 gEfiTlsCaCertificateGuid ## PRODUCES ## GUID
\r
69 gEfiHiiConfigRoutingProtocolGuid AND
\r
70 gEfiHiiDatabaseProtocolGuid
\r
72 [UserExtensions.TianoCore."ExtraFiles"]
\r
73 TlsAuthConfigDxeExtra.uni
\r