diff options
author | chenc2 <chen.a.chen@intel.com> | 2018-06-29 11:36:02 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2018-06-29 16:19:51 +0800 |
commit | 56ca900782d5d478e6e6389aca42b7ea0e0b3193 (patch) | |
tree | 003698e9c05cfa297c0223c8ac93da83bf92a3e2 /StdLib/UseSocketDxe | |
parent | 659e7817e300bf2a80a8b45347a6b2486fd8c5dd (diff) | |
download | edk2-56ca900782d5d478e6e6389aca42b7ea0e0b3193.tar.gz edk2-56ca900782d5d478e6e6389aca42b7ea0e0b3193.tar.bz2 edk2-56ca900782d5d478e6e6389aca42b7ea0e0b3193.zip |
StdLib: Removing ipf which is no longer supported from edk2.
Removing rules for Ipf sources file:
* Remove the source file which path with "ipf" and also listed in
[Sources.IPF] section of INF file.
* Remove the source file which listed in [Components.IPF] section
of DSC file and not listed in any other [Components] section.
* Remove the embedded Ipf code for MDE_CPU_IPF.
Removing rules for Inf file:
* Remove IPF from VALID_ARCHITECTURES comments.
* Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section.
* Remove the INF which only listed in [Components.IPF] section in DSC.
* Remove statements from [BuildOptions] that provide IPF specific flags.
* Remove any IPF sepcific sections.
Removing rules for Dec file:
* Remove [Includes.IPF] section from Dec.
Removing rules for Dsc file:
* Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC.
* Remove any IPF specific sections.
* Remove statements from [BuildOptions] that provide IPF specific flags.
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'StdLib/UseSocketDxe')
-rw-r--r-- | StdLib/UseSocketDxe/UseSocketDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StdLib/UseSocketDxe/UseSocketDxe.inf b/StdLib/UseSocketDxe/UseSocketDxe.inf index 45fb70f292..e9ee4acfa9 100644 --- a/StdLib/UseSocketDxe/UseSocketDxe.inf +++ b/StdLib/UseSocketDxe/UseSocketDxe.inf @@ -2,7 +2,7 @@ # Component description file for the EFI socket library.
#
# This module implements the socket layer.
-# Copyright (c) 2011, Intel Corporation
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -22,7 +22,7 @@ LIBRARY_CLASS = UseSocketDxe
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 EBC
#
[Sources.common]
|