]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Library / DxeIpIoLib / DxeIpIoLib.inf
CommitLineData
6bfbb5f0
LG
1## @file\r
2# Instance of DxeIpIoLib.\r
3#\r
4# This module provides IP services by consuming EFI IP4 Service Binding Protocol and\r
5# EFI IP4 Protocol.\r
6#\r
cd5ebaa0
HT
7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
8# This program and the accompanying materials\r
6bfbb5f0
LG
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
8f5e6151 17\r
cbf316f2 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
687a2e5f 21 BASE_NAME = DxeIpIoLib\r
cbf316f2 22 FILE_GUID = A302F877-8625-425c-B1EC-7487B62C4FDA\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = IpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
cbf316f2 26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
6bfbb5f0 33[Sources]\r
cbf316f2 34 DxeIpIoLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40\r
41[LibraryClasses]\r
8a67d61d 42 IpIoLib\r
cbf316f2 43 BaseLib\r
cbf316f2 44 DebugLib\r
8a67d61d 45 UefiBootServicesTableLib\r
46 MemoryAllocationLib\r
b61439a7 47 BaseMemoryLib\r
d8d26fb2 48 DpcLib\r
a1503a32 49\r
50[Protocols]\r
51 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
52 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
53 gEfiIp6ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiIp6ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55\r