VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf

Last change on this file 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# Client-side DHCPv6 services.
3#
4# This driver produces EFI DHCPv6 Protocol which is used to get IPv6 addresses
5# and other configuration parameters from DHCPv6 servers.
6#
7# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
8# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
9#
10# SPDX-License-Identifier: BSD-2-Clause-Patent
11#
12##
13
14[Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = Dhcp6Dxe
17 FILE_GUID = 95E3669D-34BE-4775-A651-7EA41B69D89E
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = Dhcp6DriverEntryPoint
21 UNLOAD_IMAGE = NetLibDefaultUnload
22 MODULE_UNI_FILE = Dhcp6Dxe.uni
23
24#
25# The following information is for reference only and not required by the build tools.
26#
27# VALID_ARCHITECTURES = IA32 X64 EBC
28#
29# DRIVER_BINDING = gDhcp6DriverBinding
30# COMPONENT_NAME = gDhcp6ComponentName
31# COMPONENT_NAME2 = gDhcp6ComponentName2
32#
33
34[Sources]
35 Dhcp6Driver.c
36 Dhcp6Driver.h
37 Dhcp6Impl.c
38 Dhcp6Impl.h
39 Dhcp6Io.c
40 Dhcp6Io.h
41 Dhcp6Utility.c
42 Dhcp6Utility.h
43 ComponentName.c
44
45
46[Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49 NetworkPkg/NetworkPkg.dec
50
51[LibraryClasses]
52 UefiLib
53 BaseLib
54 BaseMemoryLib
55 MemoryAllocationLib
56 UefiDriverEntryPoint
57 UefiBootServicesTableLib
58 UefiRuntimeServicesTableLib
59 DebugLib
60 NetLib
61 UdpIoLib
62
63
64[Protocols]
65 gEfiUdp6ServiceBindingProtocolGuid ## TO_START
66 gEfiUdp6ProtocolGuid ## TO_START
67 gEfiDhcp6ServiceBindingProtocolGuid ## BY_START
68 gEfiDhcp6ProtocolGuid ## BY_START
69 gEfiIp6ConfigProtocolGuid ## TO_START
70
71[Guids]
72 gZeroGuid ## SOMETIMES_CONSUMES ## GUID
73
74[Pcd]
75 gEfiNetworkPkgTokenSpaceGuid.PcdDhcp6UidType ## SOMETIMES_CONSUMES
76
77[UserExtensions.TianoCore."ExtraFiles"]
78 Dhcp6DxeExtra.uni
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