VirtualBox

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

Last change on this file since 80721 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), 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 MdeModulePkg/MdeModulePkg.dec
24 NetworkPkg/NetworkPkg.dec
25
26[Sources]
27 ComponentName.c
28 DnsDriver.h
29 DnsDriver.c
30 DnsImpl.h
31 DnsImpl.c
32 DnsProtocol.c
33 DnsDhcp.h
34 DnsDhcp.c
35
36
37[LibraryClasses]
38 BaseLib
39 UefiLib
40 UefiBootServicesTableLib
41 UefiDriverEntryPoint
42 UefiRuntimeServicesTableLib
43 BaseMemoryLib
44 MemoryAllocationLib
45 NetLib
46 DebugLib
47 DpcLib
48 PrintLib
49 UdpIoLib
50
51
52[Protocols]
53 gEfiDns4ServiceBindingProtocolGuid ## BY_START
54 gEfiDns4ProtocolGuid ## BY_START
55 gEfiUdp4ServiceBindingProtocolGuid ## TO_START
56 gEfiUdp4ProtocolGuid ## TO_START
57 gEfiDhcp4ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
58 gEfiDhcp4ProtocolGuid ## SOMETIMES_CONSUMES
59 gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES
60 gEfiManagedNetworkServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
61 gEfiManagedNetworkProtocolGuid ## SOMETIMES_CONSUMES
62
63 gEfiDns6ServiceBindingProtocolGuid ## BY_START
64 gEfiDns6ProtocolGuid ## BY_START
65 gEfiUdp6ServiceBindingProtocolGuid ## TO_START
66 gEfiUdp6ProtocolGuid ## TO_START
67 gEfiDhcp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
68 gEfiDhcp6ProtocolGuid ## SOMETIMES_CONSUMES
69
70[UserExtensions.TianoCore."ExtraFiles"]
71 DnsDxeExtra.uni
72
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