]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/NetworkPkg.dsc
SecurityPkg: Add TPM PTP support in TCG2 SMM.
[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
42\r
43 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
44 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
45 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
46 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
4c5a5e0c 47 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
c3675f6d 48 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
9166f840 49 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
50 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
51 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
3594574d 52 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
ae591c14
DM
53 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
54 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
a3bcde70
HT
55\r
56[LibraryClasses.common.UEFI_DRIVER]\r
57 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
58\r
59[LibraryClasses.common.UEFI_APPLICATION]\r
60 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
a3bcde70
HT
61 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
62\r
8f586b85
RP
63[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
64 #\r
65 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.\r
66 # This library provides the instrinsic functions generated by a given compiler.\r
67 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
68 #\r
69 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
70\r
a3bcde70
HT
71[PcdsFeatureFlag]\r
72 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
73 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
74\r
75[PcdsFixedAtBuild]\r
76 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
77 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
78\r
79###################################################################################################\r
80#\r
81# Components Section - list of the modules and components that will be processed by compilation\r
82# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
83#\r
84# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
85# into firmware volume images. This section is just a list of modules to compile from\r
86# source into UEFI-compliant binaries.\r
87# It is the FDF file that contains information on combining binary files into firmware\r
88# volume images, whose concept is beyond UEFI and is described in PI specification.\r
89# Binary modules do not need to be listed in this section, as they should be\r
90# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
91# Logo (Logo.bmp), and etc.\r
92# There may also be modules listed in this section that are not required in the FDF file,\r
93# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
94# generated for it, but the binary will not be put into any firmware volume.\r
95#\r
96###################################################################################################\r
97\r
98[Components]\r
a3bcde70
HT
99 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
100 NetworkPkg/TcpDxe/TcpDxe.inf\r
101 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
102 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
103 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
c3675f6d
FS
104 NetworkPkg/DnsDxe/DnsDxe.inf\r
105 NetworkPkg/HttpDxe/HttpDxe.inf\r
aa498f8c 106 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
c3675f6d 107 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
a3bcde70 108\r
cbcccd2c
LG
109 NetworkPkg/Application/IfConfig6/IfConfig6.inf\r
110 NetworkPkg/Application/IpsecConfig/IpSecConfig.inf\r
111 NetworkPkg/Application/VConfig/VConfig.inf\r
112\r
a3bcde70 113[Components.IA32, Components.X64, Components.IPF]\r
cbcccd2c 114 NetworkPkg/IpSecDxe/IpSecDxe.inf\r
4c5a5e0c 115 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
a3bcde70
HT
116 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
117 NetworkPkg/Application/Ping6/Ping6.inf\r