]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/NetworkPkg.dsc
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / NetworkPkg.dsc
CommitLineData
a3bcde70 1## @file\r
e6aaef28 2# UEFI 2.4 Network Module Package for All Architectures\r
a3bcde70 3#\r
8f586b85 4# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>\r
32ae0581 5# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
a3bcde70 6#\r
ecf98fbc 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a3bcde70
HT
8#\r
9##\r
10\r
11[Defines]\r
12 PLATFORM_NAME = NetworkPkg\r
13 PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10\r
32ae0581 14 PLATFORM_VERSION = 0.98\r
a3bcde70
HT
15 DSC_SPECIFICATION = 0x00010005\r
16 OUTPUT_DIRECTORY = Build/NetworkPkg\r
4fcb0d54 17 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64\r
4df59099 18 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
a3bcde70
HT
19 SKUID_IDENTIFIER = DEFAULT\r
20\r
21[LibraryClasses]\r
aa498f8c 22 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
a3bcde70
HT
23 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
24 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
25 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
26 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
27 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
28 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
29 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
30 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
31 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
32 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
33 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
34 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
35 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
50a65824
FS
36 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
37 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
38 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
39 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
40 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
41 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
e9b4a462 42 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
a3bcde70
HT
43\r
44 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
45 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
46 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
47 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
4c5a5e0c 48 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
c3675f6d 49 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
9166f840 50 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
51 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
52 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
cd09a277 53 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf\r
f75a7f56 54 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
ae591c14 55 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
cd09a277 56 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
ae591c14 57 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
a3bcde70
HT
58\r
59[LibraryClasses.common.UEFI_DRIVER]\r
50a65824
FS
60 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
61 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
a3bcde70
HT
62 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
63\r
64[LibraryClasses.common.UEFI_APPLICATION]\r
65 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
a3bcde70
HT
66 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
67\r
8f586b85
RP
68[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
69 #\r
70 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.\r
71 # This library provides the instrinsic functions generated by a given compiler.\r
72 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
73 #\r
74 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
75\r
a3bcde70
HT
76[PcdsFeatureFlag]\r
77 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
78 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
79\r
80[PcdsFixedAtBuild]\r
81 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
82 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
83\r
84###################################################################################################\r
85#\r
86# Components Section - list of the modules and components that will be processed by compilation\r
87# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
88#\r
89# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
90# into firmware volume images. This section is just a list of modules to compile from\r
91# source into UEFI-compliant binaries.\r
92# It is the FDF file that contains information on combining binary files into firmware\r
93# volume images, whose concept is beyond UEFI and is described in PI specification.\r
94# Binary modules do not need to be listed in this section, as they should be\r
95# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
96# Logo (Logo.bmp), and etc.\r
97# There may also be modules listed in this section that are not required in the FDF file,\r
98# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
99# generated for it, but the binary will not be put into any firmware volume.\r
100#\r
101###################################################################################################\r
102\r
103[Components]\r
a3bcde70
HT
104 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
105 NetworkPkg/TcpDxe/TcpDxe.inf\r
106 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
107 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
108 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
c3675f6d
FS
109 NetworkPkg/DnsDxe/DnsDxe.inf\r
110 NetworkPkg/HttpDxe/HttpDxe.inf\r
aa498f8c 111 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
c3675f6d 112 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
90b24889 113 NetworkPkg/WifiConnectionManagerDxe/WifiConnectionManagerDxe.inf\r
a3bcde70 114\r
cbcccd2c
LG
115 NetworkPkg/Application/IpsecConfig/IpSecConfig.inf\r
116 NetworkPkg/Application/VConfig/VConfig.inf\r
117\r
4fcb0d54 118[Components.IA32, Components.X64]\r
cbcccd2c 119 NetworkPkg/IpSecDxe/IpSecDxe.inf\r
4c5a5e0c 120 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
a3bcde70 121 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
63022be1
JW
122 NetworkPkg/TlsDxe/TlsDxe.inf\r
123 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf\r
53c1e7e5
HW
124\r
125[BuildOptions]\r
126 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r