hhtian | a3bcde7 | 2010-11-01 06:13:54 +0000 | [diff] [blame] | 1 | ## @file
|
| 2 | # UEFI 2.2 Network Module Package for All Architectures
|
| 3 | #
|
mdkinney | 3594574 | 2011-03-10 22:37:17 +0000 | [diff] [blame] | 4 | # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
hhtian | a3bcde7 | 2010-11-01 06:13:54 +0000 | [diff] [blame] | 5 | #
|
| 6 | # This program and the accompanying materials
|
| 7 | # are licensed and made available under the terms and conditions of the BSD License
|
| 8 | # which accompanies this distribution. The full text of the license may be found at
|
| 9 | # http://opensource.org/licenses/bsd-license.php
|
| 10 | #
|
| 11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 13 | #
|
| 14 | ##
|
| 15 |
|
| 16 | [Defines]
|
| 17 | PLATFORM_NAME = NetworkPkg
|
| 18 | PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10
|
qianouyang | 66dd7fa | 2011-12-14 05:32:27 +0000 | [diff] [blame] | 19 | PLATFORM_VERSION = 0.93
|
hhtian | a3bcde7 | 2010-11-01 06:13:54 +0000 | [diff] [blame] | 20 | DSC_SPECIFICATION = 0x00010005
|
| 21 | OUTPUT_DIRECTORY = Build/NetworkPkg
|
| 22 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|
| 23 | BUILD_TARGETS = DEBUG|RELEASE
|
| 24 | SKUID_IDENTIFIER = DEFAULT
|
| 25 |
|
| 26 | [LibraryClasses]
|
| 27 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
| 28 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 29 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 30 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
| 31 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 32 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 33 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 34 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 35 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 36 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 37 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 38 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 39 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
| 40 |
|
| 41 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
| 42 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 43 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 44 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
tye1 | 4c5a5e0 | 2011-08-17 02:38:08 +0000 | [diff] [blame] | 45 | TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
|
qianouyang | 9166f84 | 2010-12-31 10:43:54 +0000 | [diff] [blame] | 46 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
|
| 47 | OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
| 48 | IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
|
mdkinney | 3594574 | 2011-03-10 22:37:17 +0000 | [diff] [blame] | 49 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
hhtian | a3bcde7 | 2010-11-01 06:13:54 +0000 | [diff] [blame] | 50 |
|
| 51 | [LibraryClasses.common.UEFI_DRIVER]
|
| 52 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
| 53 |
|
| 54 | [LibraryClasses.common.UEFI_APPLICATION]
|
| 55 | DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
|
ydong10 | c78b2e6 | 2011-04-01 06:27:16 +0000 | [diff] [blame] | 56 | FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
|
| 57 | SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf
|
hhtian | a3bcde7 | 2010-11-01 06:13:54 +0000 | [diff] [blame] | 58 | ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
|
| 59 |
|
| 60 | [PcdsFeatureFlag]
|
| 61 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
|
| 62 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
|
| 63 |
|
| 64 | [PcdsFixedAtBuild]
|
| 65 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
|
| 66 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
|
| 67 |
|
| 68 | ###################################################################################################
|
| 69 | #
|
| 70 | # Components Section - list of the modules and components that will be processed by compilation
|
| 71 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
| 72 | #
|
| 73 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 74 | # into firmware volume images. This section is just a list of modules to compile from
|
| 75 | # source into UEFI-compliant binaries.
|
| 76 | # It is the FDF file that contains information on combining binary files into firmware
|
| 77 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 78 | # Binary modules do not need to be listed in this section, as they should be
|
| 79 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 80 | # Logo (Logo.bmp), and etc.
|
| 81 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 82 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 83 | # generated for it, but the binary will not be put into any firmware volume.
|
| 84 | #
|
| 85 | ###################################################################################################
|
| 86 |
|
| 87 | [Components]
|
| 88 | NetworkPkg/IpSecDxe/IpSecDxe.inf
|
| 89 | NetworkPkg/Ip6Dxe/Ip6Dxe.inf
|
| 90 | NetworkPkg/TcpDxe/TcpDxe.inf
|
| 91 | NetworkPkg/Udp6Dxe/Udp6Dxe.inf
|
| 92 | NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
|
| 93 | NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
|
| 94 |
|
hhtian | a3bcde7 | 2010-11-01 06:13:54 +0000 | [diff] [blame] | 95 | [Components.IA32, Components.X64, Components.IPF]
|
tye1 | 4c5a5e0 | 2011-08-17 02:38:08 +0000 | [diff] [blame] | 96 | NetworkPkg/IScsiDxe/IScsiDxe.inf
|
hhtian | a3bcde7 | 2010-11-01 06:13:54 +0000 | [diff] [blame] | 97 | NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
| 98 | NetworkPkg/Application/Ping6/Ping6.inf
|
| 99 | NetworkPkg/Application/IfConfig6/IfConfig6.inf
|
| 100 | NetworkPkg/Application/IpsecConfig/IpSecConfig.inf
|
| 101 | NetworkPkg/Application/VConfig/VConfig.inf
|