]>
Commit | Line | Data |
---|---|---|
1e948802 LG |
1 | ## @file\r |
2 | # Network DSC include file for [Pcds*] section of all Architectures.\r | |
3 | #\r | |
4 | # This file can be included to the [Pcds*] section(s) of a platform DSC file\r | |
5 | # by using "!include NetworkPkg/NetworkPcds.dsc.inc" to specify PCD settings\r | |
6 | # according to the value of flags described in "NetworkDefines.dsc.inc".\r | |
7 | #\r | |
8 | # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r | |
9 | #\r | |
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent\r | |
11 | #\r | |
12 | ##\r | |
13 | \r | |
14 | !if $(NETWORK_ALLOW_HTTP_CONNECTIONS) == TRUE\r | |
15 | gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE\r | |
16 | !endif\r |