]> git.proxmox.com Git - mirror_edk2.git/commit - EdkModulePkg/EdkModulePkg.fpd
1.Drop the support of UEFI_APPLICATION for UefiDriverLib
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 5 Feb 2007 05:54:16 +0000 (05:54 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 5 Feb 2007 05:54:16 +0000 (05:54 +0000)
commitc77f98697997b0847f65cc8acb56cd7da1165faa
treed46ed52e3a7be67683dd52289b600b94d0ee05c0
parent2f96bdd1b9358bb1b14e6c6c7399756dbbb9f222
1.Drop the support of UEFI_APPLICATION for UefiDriverLib
2.Change the module type of BaseUefiDecompressLib to BASE
3.Remove the IoLib dependency for PeiReportStatusCodeLib & DxeReportStatusCodeLib
4.Change the module type of UefiApplicationEntryPointLib to UEFI_APPLICATION
5.Change the module type of EdkDxeRuntimeSalLib to DXE_RUNTIMe
6.Change HelloWorld application to depend on UefiApplicationEntryPointLib and modify the EdkModule.fpd, Nt32.fpd & Unix.fpd accordingly

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2352 6f19259b-4bc3-4df7-8a09-765794883524
14 files changed:
EdkModulePkg/Application/HelloWorld/HelloWorld.msa
EdkModulePkg/EdkModulePkg.fpd
EdkModulePkg/Library/EdkDxeRuntimeSalLib/EdkDxeRuntimeSalLib.msa
EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa
EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa
EdkModulePkg/Library/EdkUefiRuntimeLib/EdkUefiRuntimeLib.msa
EdkNt32Pkg/Nt32.fpd
EdkUnixPkg/Unix.fpd
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa
MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa
MdePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa
MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa
MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.msa
MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa