VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/DnsDxe/DnsDxe.inf@ 99396

Last change on this file since 99396 was 85718, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 2.0 KB
Line 
1## @file
2# Implementation of EFI_DNS4_PROTOCOL and EFI_DNS6_PROTOCOL interfaces.
3#
4# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = DnsDxe
14 FILE_GUID = b219e140-dffc-11e3-b956-0022681e6906
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = DnsDriverEntryPoint
18 UNLOAD_IMAGE = DnsUnload
19 MODULE_UNI_FILE = DnsDxe.uni
20
21[Packages]
22 MdePkg/MdePkg.dec
23 NetworkPkg/NetworkPkg.dec
24
25[Sources]
26 ComponentName.c
27 DnsDriver.h
28 DnsDriver.c
29 DnsImpl.h
30 DnsImpl.c
31 DnsProtocol.c
32 DnsDhcp.h
33 DnsDhcp.c
34
35
36[LibraryClasses]
37 BaseLib
38 UefiLib
39 UefiBootServicesTableLib
40 UefiDriverEntryPoint
41 UefiRuntimeServicesTableLib
42 BaseMemoryLib
43 MemoryAllocationLib
44 NetLib
45 DebugLib
46 DpcLib
47 PrintLib
48 UdpIoLib
49
50
51[Protocols]
52 gEfiDns4ServiceBindingProtocolGuid ## BY_START
53 gEfiDns4ProtocolGuid ## BY_START
54 gEfiUdp4ServiceBindingProtocolGuid ## TO_START
55 gEfiUdp4ProtocolGuid ## TO_START
56 gEfiDhcp4ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
57 gEfiDhcp4ProtocolGuid ## SOMETIMES_CONSUMES
58 gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES
59 gEfiManagedNetworkServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
60 gEfiManagedNetworkProtocolGuid ## SOMETIMES_CONSUMES
61
62 gEfiDns6ServiceBindingProtocolGuid ## BY_START
63 gEfiDns6ProtocolGuid ## BY_START
64 gEfiUdp6ServiceBindingProtocolGuid ## TO_START
65 gEfiUdp6ProtocolGuid ## TO_START
66 gEfiDhcp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
67 gEfiDhcp6ProtocolGuid ## SOMETIMES_CONSUMES
68
69[UserExtensions.TianoCore."ExtraFiles"]
70 DnsDxeExtra.uni
71
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette