UnixPkg: Mark as deprecated (replaced by EmulatorPkg)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13784 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2012-10-05 07:05:54 +00:00
parent d3a24ff551
commit e2a013fa40
4 changed files with 11 additions and 0 deletions

5
UnixPkg/Deprecated.txt Normal file
View File

@ -0,0 +1,5 @@
UnixPkg is deprecated.
The same functionality is supported using the EmulatorPkg.
Please see EmulatorPkg/README for more information about EmulatorPkg.

View File

@ -118,5 +118,6 @@ done
echo $PATH
echo `which build`
build -p $WORKSPACE/UnixPkg/UnixPkg.dsc -a IA32 -t $TARGET_TOOLS $NETWORK_SUPPORT -n 3 $1 $2 $3 $4 $5 $6 $7 $8
echo NOTE: UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information.
exit $?

View File

@ -124,5 +124,6 @@ echo `which build`
build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc -a X64 -t $TARGET_TOOLS -D SEC_ONLY -n 3 $1 $2 $3 $4 $5 $6 $7 $8 modules
build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc -a X64 -t $UNIXPKG_TOOLS $NETWORK_SUPPORT -n 3 $1 $2 $3 $4 $5 $6 $7 $8
cp $WORKSPACE/Build/UnixX64/DEBUG_"$TARGET_TOOLS"/X64/SecMain $WORKSPACE/Build/UnixX64/DEBUG_"$UNIXPKG_TOOLS"/X64
echo NOTE: UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information.
exit $?

View File

@ -1,3 +1,7 @@
Deprecation Notice
==================
UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information.
Unix Simulation Platform
========================