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