summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2019-03-22 09:25:56 +0800
committerLiming Gao <liming.gao@intel.com>2019-03-27 11:31:34 +0800
commitfdebdc961bfdc600d4040213ef4e757f3fff3574 (patch)
tree704f4e163091f3d1cee77346e952bf506cc933bd /Nt32Pkg
parenta004d17d01a9fa5275e902085cc1860c8c18d0f6 (diff)
downloadedk2-fdebdc961bfdc600d4040213ef4e757f3fff3574.tar.gz
edk2-fdebdc961bfdc600d4040213ef4e757f3fff3574.tar.bz2
edk2-fdebdc961bfdc600d4040213ef4e757f3fff3574.zip
Nt32Pkg/Nt32Pkg.dsc: Remove EdkCompatibilityPkg information
EdkCompatibilityPkg will be removed from edk2/master. The dependency about EdkCompatibilityPkg in Nt32Pkg.dsc should also be removed. Cc: Ray Ni <ray.ni@intel.com> Cc: Hao Wu <hao.a.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com>
Diffstat (limited to 'Nt32Pkg')
-rw-r--r--Nt32Pkg/Nt32Pkg.dsc51
1 files changed, 0 insertions, 51 deletions
diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc
index 4dbde0cc45..d7b78007d2 100644
--- a/Nt32Pkg/Nt32Pkg.dsc
+++ b/Nt32Pkg/Nt32Pkg.dsc
@@ -545,54 +545,3 @@
NOOPT_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
RELEASE_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096
-#############################################################################################################
-# NOTE:
-# The following [Libraries] section is for building EDK module under the EDKII tool chain.
-# If you want build EDK module for Nt32 platform, please uncomment [Libraries] section and
-# libraries used by that EDK module.
-# Currently, Nt32 platform do not has any EDK style module
-#
-#
-#[Libraries]
- #
- # Libraries common to PEI and DXE
- #
- # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
- # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
- # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
- # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
- # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
- # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
- # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
- # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
- # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
-
- #
- # PEI libraries
- #
- # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
- # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
- # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
- # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
-
- #
- # DXE libraries
- #
- # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
- # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
- # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
- # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
- # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
- # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
- # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
- # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
- # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
- # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
- # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
-
- #
- # Print/Graphics Library consume SetupBrowser Print Protocol
- #
- # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
- # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
-