]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg/Unix: Rename SecMain to Host
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 Jun 2011 05:13:33 +0000 (05:13 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 Jun 2011 05:13:33 +0000 (05:13 +0000)
commit59ad461d9d2ce06baee1248a9f856bc417e59e4c
treeb3f547ee46b85b565a22728a886e3cba331c8557
parent5817d50862fa7d137ae3e61caff4c2578d473595
EmulatorPkg/Unix: Rename SecMain to Host

Signed-off-by: jljusten
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11924 6f19259b-4bc3-4df7-8a09-765794883524
20 files changed:
EmulatorPkg/Unix/GdbRun
EmulatorPkg/Unix/Host/BerkeleyPacketFilter.c
EmulatorPkg/Unix/Host/BlockIo.c
EmulatorPkg/Unix/Host/EmuThunk.c
EmulatorPkg/Unix/Host/Host.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/Host.h [new file with mode: 0644]
EmulatorPkg/Unix/Host/Host.inf [new file with mode: 0644]
EmulatorPkg/Unix/Host/Ia32/SwitchStack.c
EmulatorPkg/Unix/Host/LinuxPacketFilter.c
EmulatorPkg/Unix/Host/PosixFileSystem.c
EmulatorPkg/Unix/Host/Pthreads.c
EmulatorPkg/Unix/Host/SecMain.c [deleted file]
EmulatorPkg/Unix/Host/SecMain.h [deleted file]
EmulatorPkg/Unix/Host/SecMain.inf [deleted file]
EmulatorPkg/Unix/Host/X11GraphicsWindow.c
EmulatorPkg/Unix/UnixX64.dsc
EmulatorPkg/Unix/Xcode/xcode_project32/xcode_project.xcodeproj/default.pbxuser
EmulatorPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser
EmulatorPkg/Unix/build.sh
EmulatorPkg/Unix/build64.sh