X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FNetworkPkg.dsc;h=b5848b7e95d58567173f35d00bd3361856fcd0ca;hb=4e39b75e7ec56eaf71a1bab2d8c3bd487c7e2273;hp=2a3a5433411c7bf4d5722700454a1282f58e9859;hpb=c78b2e69ac7758cd8fbc8d82203297cfdbadd068;p=mirror_edk2.git diff --git a/NetworkPkg/NetworkPkg.dsc b/NetworkPkg/NetworkPkg.dsc index 2a3a543341..b5848b7e95 100644 --- a/NetworkPkg/NetworkPkg.dsc +++ b/NetworkPkg/NetworkPkg.dsc @@ -1,7 +1,7 @@ ## @file # UEFI 2.2 Network Module Package for All Architectures # -# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -16,7 +16,7 @@ [Defines] PLATFORM_NAME = NetworkPkg PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10 - PLATFORM_VERSION = 0.92 + PLATFORM_VERSION = 0.93 DSC_SPECIFICATION = 0x00010005 OUTPUT_DIRECTORY = Build/NetworkPkg SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM @@ -42,6 +42,7 @@ NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf + TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf @@ -84,17 +85,18 @@ ################################################################################################### [Components] - NetworkPkg/IpSecDxe/IpSecDxe.inf NetworkPkg/Ip6Dxe/Ip6Dxe.inf NetworkPkg/TcpDxe/TcpDxe.inf NetworkPkg/Udp6Dxe/Udp6Dxe.inf NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf + NetworkPkg/Application/IfConfig6/IfConfig6.inf + NetworkPkg/Application/IpsecConfig/IpSecConfig.inf + NetworkPkg/Application/VConfig/VConfig.inf [Components.IA32, Components.X64, Components.IPF] + NetworkPkg/IpSecDxe/IpSecDxe.inf + NetworkPkg/IScsiDxe/IScsiDxe.inf NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf NetworkPkg/Application/Ping6/Ping6.inf - NetworkPkg/Application/IfConfig6/IfConfig6.inf - NetworkPkg/Application/IpsecConfig/IpSecConfig.inf - NetworkPkg/Application/VConfig/VConfig.inf