Changeset 80721 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/NetworkPkg.dsc
- Timestamp:
- Sep 11, 2019 8:46:37 AM (5 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-129237 /vendor/edk2/current 103735-103757,103769-103776,129194-133213
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/NetworkPkg.dsc
r77662 r80721 5 5 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> 6 6 # 7 # This program and the accompanying materials 8 # are licensed and made available under the terms and conditions of the BSD License 9 # which accompanies this distribution. The full text of the license may be found at 10 # http://opensource.org/licenses/bsd-license.php 11 # 12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 7 # SPDX-License-Identifier: BSD-2-Clause-Patent 14 8 # 15 9 ## … … 21 15 DSC_SPECIFICATION = 0x00010005 22 16 OUTPUT_DIRECTORY = Build/NetworkPkg 23 SUPPORTED_ARCHITECTURES = IA32| IPF|X64|EBC|ARM|AARCH6417 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64 24 18 BUILD_TARGETS = DEBUG|RELEASE|NOOPT 25 19 SKUID_IDENTIFIER = DEFAULT … … 48 42 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf 49 43 50 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf51 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf52 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf53 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf54 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf55 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf56 44 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf 57 45 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf … … 79 67 # 80 68 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf 69 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf 70 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf 81 71 82 72 [PcdsFeatureFlag] … … 108 98 109 99 [Components] 110 NetworkPkg/Ip6Dxe/Ip6Dxe.inf 111 NetworkPkg/TcpDxe/TcpDxe.inf 112 NetworkPkg/Udp6Dxe/Udp6Dxe.inf 113 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf 114 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf 115 NetworkPkg/DnsDxe/DnsDxe.inf 116 NetworkPkg/HttpDxe/HttpDxe.inf 117 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf 118 NetworkPkg/HttpBootDxe/HttpBootDxe.inf 119 120 NetworkPkg/Application/IpsecConfig/IpSecConfig.inf 100 NetworkPkg/WifiConnectionManagerDxe/WifiConnectionManagerDxe.inf 121 101 NetworkPkg/Application/VConfig/VConfig.inf 122 102 123 [Components.IA32, Components.X64, Components.IPF] 124 NetworkPkg/IpSecDxe/IpSecDxe.inf 125 NetworkPkg/IScsiDxe/IScsiDxe.inf 126 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf 127 NetworkPkg/TlsDxe/TlsDxe.inf 128 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf 103 !include NetworkPkg/Network.dsc.inc 129 104 130 105 [BuildOptions]
Note:
See TracChangeset
for help on using the changeset viewer.