]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Udp6Dxe/Udp6Dxe.inf
Add NetworkPkg (P.UDK2010.UP3.Network.P1)
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Dxe.inf
CommitLineData
a3bcde70
HT
1## @file Udp6Dxe.inf\r
2# Component description file for Udp6 module.\r
3#\r
4# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
5#\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#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = Udp6Dxe\r
19 FILE_GUID = D912C7BC-F098-4367-92BA-E911083C7B0E\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = Udp6DriverEntryPoint\r
24 UNLOAD_IMAGE = NetLibDefaultUnload\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
33 Udp6Driver.h\r
34 Udp6Driver.c\r
35 Udp6Impl.c\r
36 Udp6Impl.h\r
37 ComponentName.c\r
38 Udp6Main.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 BaseMemoryLib\r
47 MemoryAllocationLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50 UefiRuntimeServicesTableLib\r
51 UefiLib\r
52 DebugLib\r
53 IpIoLib\r
54 NetLib\r
55 DpcLib\r
56\r
57\r
58[Protocols]\r
59 gEfiIp6ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
60 gEfiIp6ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61 gEfiUdp6ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiUdp6ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63\r