]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/NetworkPkg.dsc
CorebootPayloadPkg: Use extra braces to prevent gcc compile fail
[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
e6aaef28 5# Copyright (c) 2009 - 2014, 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
f079cdde 20 PLATFORM_VERSION = 0.95\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
a3bcde70
HT
24 BUILD_TARGETS = DEBUG|RELEASE\r
25 SKUID_IDENTIFIER = DEFAULT\r
26\r
27[LibraryClasses]\r
28 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
29 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
30 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
31 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
32 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
33 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
34 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
35 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
36 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
37 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
38 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
39 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
40 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
41\r
42 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
43 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
44 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
45 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
4c5a5e0c 46 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
9166f840 47 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
48 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
49 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
3594574d 50 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
ae591c14
DM
51 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
52 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
a3bcde70
HT
53\r
54[LibraryClasses.common.UEFI_DRIVER]\r
55 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
56\r
57[LibraryClasses.common.UEFI_APPLICATION]\r
58 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
a3bcde70
HT
59 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
60\r
8f586b85
RP
61[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
62 #\r
63 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.\r
64 # This library provides the instrinsic functions generated by a given compiler.\r
65 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
66 #\r
67 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
68\r
a3bcde70
HT
69[PcdsFeatureFlag]\r
70 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
71 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
72\r
73[PcdsFixedAtBuild]\r
74 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
75 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
76\r
77###################################################################################################\r
78#\r
79# Components Section - list of the modules and components that will be processed by compilation\r
80# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
81#\r
82# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
83# into firmware volume images. This section is just a list of modules to compile from\r
84# source into UEFI-compliant binaries.\r
85# It is the FDF file that contains information on combining binary files into firmware\r
86# volume images, whose concept is beyond UEFI and is described in PI specification.\r
87# Binary modules do not need to be listed in this section, as they should be\r
88# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
89# Logo (Logo.bmp), and etc.\r
90# There may also be modules listed in this section that are not required in the FDF file,\r
91# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
92# generated for it, but the binary will not be put into any firmware volume.\r
93#\r
94###################################################################################################\r
95\r
96[Components]\r
a3bcde70
HT
97 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
98 NetworkPkg/TcpDxe/TcpDxe.inf\r
99 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
100 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
101 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
102\r
cbcccd2c
LG
103 NetworkPkg/Application/IfConfig6/IfConfig6.inf\r
104 NetworkPkg/Application/IpsecConfig/IpSecConfig.inf\r
105 NetworkPkg/Application/VConfig/VConfig.inf\r
106\r
a3bcde70 107[Components.IA32, Components.X64, Components.IPF]\r
cbcccd2c 108 NetworkPkg/IpSecDxe/IpSecDxe.inf\r
4c5a5e0c 109 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
a3bcde70
HT
110 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
111 NetworkPkg/Application/Ping6/Ping6.inf\r