Remove the binary files of those applications which have been contained in Minimum Shell. Only retain those applications which is in Full Shell but not in Minimum Shell.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8598 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian
2009-06-18 09:56:14 +00:00
parent 6731962674
commit 06d77a8c82
73 changed files with 22 additions and 9 deletions

View File

@@ -37,6 +37,23 @@ EDK_0000: Compatible: owner
!!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!!
##########################################################################################
EDK_8598: Non-Compatible: ftian
Shell Applications: Remove the binary files of those applications which have been
contained in Minimum Shell. Only retain those applications which is in Full Shell
but not in Minimum Shell.
Code Change:
1) Remove the binary files of those applications in EdkShellBinPkg\Bin\Ia32\Apps
which don't be covered by Minimum Shell
2) Remove the binary files of those applications in EdkShellBinPkg\Bin\X64\Apps
which don't be covered by Minimum Shell
3) Remove the binary files of those applications in EdkShellBinPkg\Bin\Ipf\Apps
which don't be covered by Minimum Shell
Possible Impacts:
1) Platform FDF files that directly refer to these applications should be updated
to avoid build break.
=========================================================================================
EDK_4227: Compatible: qhuang8