]> git.proxmox.com Git - mirror_edk2.git/commit
InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Jun 2011 16:47:23 +0000 (16:47 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Jun 2011 16:47:23 +0000 (16:47 +0000)
commitbb89ec1a7ec2f8d35033df9e47b3604925da3bd3
tree32d38e02ccab98dbac4c3014a12ac365775e8eb3
parentd3e0289ccf641481f2cbdcbb0d5868c393b7edbb
InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host

* Rename InOsEmuPkg to EmulatorPkg
* Rename Unix/Sec to Unix/Host

Signed-off-by: jljusten
Reviewed-by: andrewfish
Reviewed-by: geekboy15a
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11918 6f19259b-4bc3-4df7-8a09-765794883524
382 files changed:
EmulatorPkg/AutoScanPei/AutoScanPei.c [new file with mode: 0644]
EmulatorPkg/AutoScanPei/AutoScanPei.inf [new file with mode: 0644]
EmulatorPkg/BootModePei/BootModePei.c [new file with mode: 0644]
EmulatorPkg/BootModePei/BootModePei.inf [new file with mode: 0644]
EmulatorPkg/CpuRuntimeDxe/Cpu.c [new file with mode: 0644]
EmulatorPkg/CpuRuntimeDxe/Cpu.inf [new file with mode: 0644]
EmulatorPkg/CpuRuntimeDxe/CpuDriver.h [new file with mode: 0644]
EmulatorPkg/CpuRuntimeDxe/CpuIo.c [new file with mode: 0644]
EmulatorPkg/CpuRuntimeDxe/MpService.c [new file with mode: 0644]
EmulatorPkg/CpuRuntimeDxe/Strings.uni [new file with mode: 0644]
EmulatorPkg/EmuBlockIoDxe/ComponentName.c [new file with mode: 0644]
EmulatorPkg/EmuBlockIoDxe/DriverConfiguration.c [new file with mode: 0644]
EmulatorPkg/EmuBlockIoDxe/DriverDiagnostics.c [new file with mode: 0644]
EmulatorPkg/EmuBlockIoDxe/EmuBlockIo.c [new file with mode: 0644]
EmulatorPkg/EmuBlockIoDxe/EmuBlockIo.h [new file with mode: 0644]
EmulatorPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf [new file with mode: 0644]
EmulatorPkg/EmuBusDriverDxe/ComponentName.c [new file with mode: 0644]
EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c [new file with mode: 0644]
EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.h [new file with mode: 0644]
EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf [new file with mode: 0644]
EmulatorPkg/EmuGopDxe/ComponentName.c [new file with mode: 0644]
EmulatorPkg/EmuGopDxe/EmuGopDxe.inf [new file with mode: 0644]
EmulatorPkg/EmuGopDxe/Gop.h [new file with mode: 0644]
EmulatorPkg/EmuGopDxe/GopDriver.c [new file with mode: 0644]
EmulatorPkg/EmuGopDxe/GopInput.c [new file with mode: 0644]
EmulatorPkg/EmuGopDxe/GopScreen.c [new file with mode: 0644]
EmulatorPkg/EmuSimpleFileSystemDxe/ComponentName.c [new file with mode: 0644]
EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c [new file with mode: 0644]
EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.h [new file with mode: 0644]
EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf [new file with mode: 0644]
EmulatorPkg/EmuSnpDxe/ComponentName.c [new file with mode: 0644]
EmulatorPkg/EmuSnpDxe/EmuSnpDxe.c [new file with mode: 0644]
EmulatorPkg/EmuSnpDxe/EmuSnpDxe.h [new file with mode: 0644]
EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf [new file with mode: 0644]
EmulatorPkg/EmuThunkDxe/EmuThunk.c [new file with mode: 0644]
EmulatorPkg/EmuThunkDxe/EmuThunk.inf [new file with mode: 0644]
EmulatorPkg/EmulatorPkg.dec [new file with mode: 0644]
EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.c [new file with mode: 0644]
EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.inf [new file with mode: 0644]
EmulatorPkg/FlashMapPei/FlashMapPei.c [new file with mode: 0644]
EmulatorPkg/FlashMapPei/FlashMapPei.inf [new file with mode: 0644]
EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c [new file with mode: 0644]
EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c [new file with mode: 0644]
EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf [new file with mode: 0644]
EmulatorPkg/FvbServicesRuntimeDxe/FwBlockService.h [new file with mode: 0644]
EmulatorPkg/Include/Guid/EmuPhysicalDisk.h [new file with mode: 0644]
EmulatorPkg/Include/Guid/EmuSystemConfig.h [new file with mode: 0644]
EmulatorPkg/Include/Guid/EmuVirtualDisk.h [new file with mode: 0644]
EmulatorPkg/Include/Library/EmuMagicPageLib.h [new file with mode: 0644]
EmulatorPkg/Include/Library/EmuThunkLib.h [new file with mode: 0644]
EmulatorPkg/Include/Library/KeyMapLib.h [new file with mode: 0644]
EmulatorPkg/Include/Library/PpiListLib.h [new file with mode: 0644]
EmulatorPkg/Include/Library/ThunkPpiList.h [new file with mode: 0644]
EmulatorPkg/Include/Library/ThunkProtocolList.h [new file with mode: 0644]
EmulatorPkg/Include/Ppi/EmuThunk.h [new file with mode: 0644]
EmulatorPkg/Include/Protocol/EmuBlockIo.h [new file with mode: 0644]
EmulatorPkg/Include/Protocol/EmuFileSystem.h [new file with mode: 0644]
EmulatorPkg/Include/Protocol/EmuGraphicsWindow.h [new file with mode: 0644]
EmulatorPkg/Include/Protocol/EmuIoThunk.h [new file with mode: 0644]
EmulatorPkg/Include/Protocol/EmuSnp.h [new file with mode: 0644]
EmulatorPkg/Include/Protocol/EmuThread.h [new file with mode: 0644]
EmulatorPkg/Include/Protocol/EmuThunk.h [new file with mode: 0644]
EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.c [new file with mode: 0644]
EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.inf [new file with mode: 0644]
EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.c [new file with mode: 0644]
EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf [new file with mode: 0644]
EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.c [new file with mode: 0644]
EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf [new file with mode: 0644]
EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.c [new file with mode: 0644]
EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf [new file with mode: 0644]
EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.c [new file with mode: 0644]
EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf [new file with mode: 0644]
EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.c [new file with mode: 0644]
EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf [new file with mode: 0644]
EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.c [new file with mode: 0644]
EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.inf [new file with mode: 0644]
EmulatorPkg/Library/EmuBdsLib/BdsPlatform.c [new file with mode: 0644]
EmulatorPkg/Library/EmuBdsLib/BdsPlatform.h [new file with mode: 0644]
EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf [new file with mode: 0644]
EmulatorPkg/Library/EmuBdsLib/PlatformData.c [new file with mode: 0644]
EmulatorPkg/Library/GuardUefiMemoryAllocationLib/GuardUefiMemoryAllocationLib.inf [new file with mode: 0644]
EmulatorPkg/Library/GuardUefiMemoryAllocationLib/MemoryAllocationLib.c [new file with mode: 0644]
EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.c [new file with mode: 0644]
EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf [new file with mode: 0644]
EmulatorPkg/Library/PeiCoreServicesTablePointerLib/PeiCoreServicesTablePointerLib.inf [new file with mode: 0644]
EmulatorPkg/Library/PeiCoreServicesTablePointerLib/PeiServicesTablePointer.c [new file with mode: 0644]
EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.c [new file with mode: 0644]
EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf [new file with mode: 0644]
EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.c [new file with mode: 0644]
EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf [new file with mode: 0644]
EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.c [new file with mode: 0644]
EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf [new file with mode: 0644]
EmulatorPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c [new file with mode: 0644]
EmulatorPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf [new file with mode: 0644]
EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointer.c [new file with mode: 0644]
EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf [new file with mode: 0644]
EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.c [new file with mode: 0644]
EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf [new file with mode: 0644]
EmulatorPkg/Library/SecPeiServicesLib/FwVol.c [new file with mode: 0644]
EmulatorPkg/Library/SecPeiServicesLib/PeiServicesLib.c [new file with mode: 0644]
EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf [new file with mode: 0644]
EmulatorPkg/Library/SecPpiListLib/PpiListLib.c [new file with mode: 0644]
EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf [new file with mode: 0644]
EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.c [new file with mode: 0644]
EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.inf [new file with mode: 0644]
EmulatorPkg/Library/ThunkProtocolList/ThunkProtocolList.c [new file with mode: 0644]
EmulatorPkg/Library/ThunkProtocolList/ThunkProtocolList.inf [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturer.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscBiosVendor.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscBiosVendorFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscBootInformationData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscBootInformationFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscChassisManufacturer.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscChassisManufacturerData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscChassisManufacturerFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscDevicePath.h [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscOemString.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscOemStringData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscOemStringFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignator.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSubclassDriverDataTable.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemLanguageString.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemManufacturer.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemManufacturerData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemOptionString.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemOptionStringData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemOptionStringFunction.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignation.uni [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationData.c [new file with mode: 0644]
EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationFunction.c [new file with mode: 0644]
EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c [new file with mode: 0644]
EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf [new file with mode: 0644]
EmulatorPkg/ResetRuntimeDxe/Reset.c [new file with mode: 0644]
EmulatorPkg/ResetRuntimeDxe/Reset.inf [new file with mode: 0644]
EmulatorPkg/Sec/Ia32/SwitchRam.S [new file with mode: 0644]
EmulatorPkg/Sec/Ia32/TempRam.c [new file with mode: 0644]
EmulatorPkg/Sec/Sec.c [new file with mode: 0644]
EmulatorPkg/Sec/Sec.h [new file with mode: 0644]
EmulatorPkg/Sec/Sec.inf [new file with mode: 0644]
EmulatorPkg/Sec/X64/SwitchRam.S [new file with mode: 0644]
EmulatorPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.c [new file with mode: 0644]
EmulatorPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf [new file with mode: 0644]
EmulatorPkg/TimerDxe/Timer.c [new file with mode: 0644]
EmulatorPkg/TimerDxe/Timer.h [new file with mode: 0644]
EmulatorPkg/TimerDxe/Timer.inf [new file with mode: 0644]
EmulatorPkg/Unix/.gdbinit [new file with mode: 0644]
EmulatorPkg/Unix/GdbRun [new file with mode: 0644]
EmulatorPkg/Unix/Host/BerkeleyPacketFilter.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/BlockIo.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/EmuThunk.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/Gasket.h [new file with mode: 0644]
EmulatorPkg/Unix/Host/Ia32/Gasket.S [new file with mode: 0644]
EmulatorPkg/Unix/Host/Ia32/SwitchStack.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/LinuxPacketFilter.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/MemoryAllocationLib.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/PosixFileSystem.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/Pthreads.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/SecMain.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/SecMain.h [new file with mode: 0644]
EmulatorPkg/Unix/Host/SecMain.inf [new file with mode: 0644]
EmulatorPkg/Unix/Host/X11GraphicsWindow.c [new file with mode: 0644]
EmulatorPkg/Unix/Host/X64/Gasket.S [new file with mode: 0644]
EmulatorPkg/Unix/Host/X64/SwitchStack.S [new file with mode: 0644]
EmulatorPkg/Unix/UnixX64.dsc [new file with mode: 0644]
EmulatorPkg/Unix/UnixX64.fdf [new file with mode: 0644]
EmulatorPkg/Unix/Xcode/xcode_project32/XcodeBuild.sh [new file with mode: 0755]
EmulatorPkg/Unix/Xcode/xcode_project32/xcode_project.xcodeproj/default.pbxuser [new file with mode: 0644]
EmulatorPkg/Unix/Xcode/xcode_project32/xcode_project.xcodeproj/project.pbxproj [new file with mode: 0644]
EmulatorPkg/Unix/Xcode/xcode_project64/XcodeBuild.sh [new file with mode: 0755]
EmulatorPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser [new file with mode: 0644]
EmulatorPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/project.pbxproj [new file with mode: 0644]
EmulatorPkg/Unix/build.sh [new file with mode: 0755]
EmulatorPkg/Unix/build64.sh [new file with mode: 0755]
EmulatorPkg/build.sh [new file with mode: 0755]
EmulatorPkg/build64.sh [new file with mode: 0755]
InOsEmuPkg/AutoScanPei/AutoScanPei.c [deleted file]
InOsEmuPkg/AutoScanPei/AutoScanPei.inf [deleted file]
InOsEmuPkg/BootModePei/BootModePei.c [deleted file]
InOsEmuPkg/BootModePei/BootModePei.inf [deleted file]
InOsEmuPkg/CpuRuntimeDxe/Cpu.c [deleted file]
InOsEmuPkg/CpuRuntimeDxe/Cpu.inf [deleted file]
InOsEmuPkg/CpuRuntimeDxe/CpuDriver.h [deleted file]
InOsEmuPkg/CpuRuntimeDxe/CpuIo.c [deleted file]
InOsEmuPkg/CpuRuntimeDxe/MpService.c [deleted file]
InOsEmuPkg/CpuRuntimeDxe/Strings.uni [deleted file]
InOsEmuPkg/EmuBlockIoDxe/ComponentName.c [deleted file]
InOsEmuPkg/EmuBlockIoDxe/DriverConfiguration.c [deleted file]
InOsEmuPkg/EmuBlockIoDxe/DriverDiagnostics.c [deleted file]
InOsEmuPkg/EmuBlockIoDxe/EmuBlockIo.c [deleted file]
InOsEmuPkg/EmuBlockIoDxe/EmuBlockIo.h [deleted file]
InOsEmuPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf [deleted file]
InOsEmuPkg/EmuBusDriverDxe/ComponentName.c [deleted file]
InOsEmuPkg/EmuBusDriverDxe/EmuBusDriverDxe.c [deleted file]
InOsEmuPkg/EmuBusDriverDxe/EmuBusDriverDxe.h [deleted file]
InOsEmuPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf [deleted file]
InOsEmuPkg/EmuGopDxe/ComponentName.c [deleted file]
InOsEmuPkg/EmuGopDxe/EmuGopDxe.inf [deleted file]
InOsEmuPkg/EmuGopDxe/Gop.h [deleted file]
InOsEmuPkg/EmuGopDxe/GopDriver.c [deleted file]
InOsEmuPkg/EmuGopDxe/GopInput.c [deleted file]
InOsEmuPkg/EmuGopDxe/GopScreen.c [deleted file]
InOsEmuPkg/EmuSimpleFileSystemDxe/ComponentName.c [deleted file]
InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c [deleted file]
InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.h [deleted file]
InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf [deleted file]
InOsEmuPkg/EmuSnpDxe/ComponentName.c [deleted file]
InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c [deleted file]
InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.h [deleted file]
InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.inf [deleted file]
InOsEmuPkg/EmuThunkDxe/EmuThunk.c [deleted file]
InOsEmuPkg/EmuThunkDxe/EmuThunk.inf [deleted file]
InOsEmuPkg/FirmwareVolumePei/FirmwareVolumePei.c [deleted file]
InOsEmuPkg/FirmwareVolumePei/FirmwareVolumePei.inf [deleted file]
InOsEmuPkg/FlashMapPei/FlashMapPei.c [deleted file]
InOsEmuPkg/FlashMapPei/FlashMapPei.inf [deleted file]
InOsEmuPkg/FvbServicesRuntimeDxe/FWBlockService.c [deleted file]
InOsEmuPkg/FvbServicesRuntimeDxe/FvbInfo.c [deleted file]
InOsEmuPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf [deleted file]
InOsEmuPkg/FvbServicesRuntimeDxe/FwBlockService.h [deleted file]
InOsEmuPkg/InOsEmuPkg.dec [deleted file]
InOsEmuPkg/Include/Guid/EmuPhysicalDisk.h [deleted file]
InOsEmuPkg/Include/Guid/EmuSystemConfig.h [deleted file]
InOsEmuPkg/Include/Guid/EmuVirtualDisk.h [deleted file]
InOsEmuPkg/Include/Library/EmuMagicPageLib.h [deleted file]
InOsEmuPkg/Include/Library/EmuThunkLib.h [deleted file]
InOsEmuPkg/Include/Library/KeyMapLib.h [deleted file]
InOsEmuPkg/Include/Library/PpiListLib.h [deleted file]
InOsEmuPkg/Include/Library/ThunkPpiList.h [deleted file]
InOsEmuPkg/Include/Library/ThunkProtocolList.h [deleted file]
InOsEmuPkg/Include/Ppi/EmuThunk.h [deleted file]
InOsEmuPkg/Include/Protocol/EmuBlockIo.h [deleted file]
InOsEmuPkg/Include/Protocol/EmuFileSystem.h [deleted file]
InOsEmuPkg/Include/Protocol/EmuGraphicsWindow.h [deleted file]
InOsEmuPkg/Include/Protocol/EmuIoThunk.h [deleted file]
InOsEmuPkg/Include/Protocol/EmuSnp.h [deleted file]
InOsEmuPkg/Include/Protocol/EmuThread.h [deleted file]
InOsEmuPkg/Include/Protocol/EmuThunk.h [deleted file]
InOsEmuPkg/Library/DevicePathTextLib/DevicePathTextLib.c [deleted file]
InOsEmuPkg/Library/DevicePathTextLib/DevicePathTextLib.inf [deleted file]
InOsEmuPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.c [deleted file]
InOsEmuPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf [deleted file]
InOsEmuPkg/Library/DxeEmuLib/DxeEmuLib.c [deleted file]
InOsEmuPkg/Library/DxeEmuLib/DxeEmuLib.inf [deleted file]
InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.c [deleted file]
InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf [deleted file]
InOsEmuPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.c [deleted file]
InOsEmuPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf [deleted file]
InOsEmuPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.c [deleted file]
InOsEmuPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf [deleted file]
InOsEmuPkg/Library/DxeTimerLib/DxeTimerLib.c [deleted file]
InOsEmuPkg/Library/DxeTimerLib/DxeTimerLib.inf [deleted file]
InOsEmuPkg/Library/EmuBdsLib/BdsPlatform.c [deleted file]
InOsEmuPkg/Library/EmuBdsLib/BdsPlatform.h [deleted file]
InOsEmuPkg/Library/EmuBdsLib/EmuBdsLib.inf [deleted file]
InOsEmuPkg/Library/EmuBdsLib/PlatformData.c [deleted file]
InOsEmuPkg/Library/GuardUefiMemoryAllocationLib/GuardUefiMemoryAllocationLib.inf [deleted file]
InOsEmuPkg/Library/GuardUefiMemoryAllocationLib/MemoryAllocationLib.c [deleted file]
InOsEmuPkg/Library/KeyMapLibNull/KeyMapLibNull.c [deleted file]
InOsEmuPkg/Library/KeyMapLibNull/KeyMapLibNull.inf [deleted file]
InOsEmuPkg/Library/PeiCoreServicesTablePointerLib/PeiCoreServicesTablePointerLib.inf [deleted file]
InOsEmuPkg/Library/PeiCoreServicesTablePointerLib/PeiServicesTablePointer.c [deleted file]
InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.c [deleted file]
InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf [deleted file]
InOsEmuPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.c [deleted file]
InOsEmuPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf [deleted file]
InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.c [deleted file]
InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf [deleted file]
InOsEmuPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c [deleted file]
InOsEmuPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf [deleted file]
InOsEmuPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointer.c [deleted file]
InOsEmuPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf [deleted file]
InOsEmuPkg/Library/PeiTimerLib/PeiTimerLib.c [deleted file]
InOsEmuPkg/Library/PeiTimerLib/PeiTimerLib.inf [deleted file]
InOsEmuPkg/Library/SecPeiServicesLib/FwVol.c [deleted file]
InOsEmuPkg/Library/SecPeiServicesLib/PeiServicesLib.c [deleted file]
InOsEmuPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf [deleted file]
InOsEmuPkg/Library/SecPpiListLib/PpiListLib.c [deleted file]
InOsEmuPkg/Library/SecPpiListLib/SecPpiListLib.inf [deleted file]
InOsEmuPkg/Library/ThunkPpiList/ThunkPpiList.c [deleted file]
InOsEmuPkg/Library/ThunkPpiList/ThunkPpiList.inf [deleted file]
InOsEmuPkg/Library/ThunkProtocolList/ThunkProtocolList.c [deleted file]
InOsEmuPkg/Library/ThunkProtocolList/ThunkProtocolList.inf [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturer.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscBiosVendor.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscBiosVendorFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscBootInformationData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscBootInformationFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscChassisManufacturer.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscChassisManufacturerData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscChassisManufacturerFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscDevicePath.h [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscOemString.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscOemStringData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscOemStringFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignator.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubclassDriverDataTable.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemLanguageString.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemManufacturer.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemManufacturerData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemOptionString.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemOptionStringData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemOptionStringFunction.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignation.uni [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationData.c [deleted file]
InOsEmuPkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationFunction.c [deleted file]
InOsEmuPkg/RealTimeClockRuntimeDxe/RealTimeClock.c [deleted file]
InOsEmuPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf [deleted file]
InOsEmuPkg/ResetRuntimeDxe/Reset.c [deleted file]
InOsEmuPkg/ResetRuntimeDxe/Reset.inf [deleted file]
InOsEmuPkg/Sec/Ia32/SwitchRam.S [deleted file]
InOsEmuPkg/Sec/Ia32/TempRam.c [deleted file]
InOsEmuPkg/Sec/Sec.c [deleted file]
InOsEmuPkg/Sec/Sec.h [deleted file]
InOsEmuPkg/Sec/Sec.inf [deleted file]
InOsEmuPkg/Sec/X64/SwitchRam.S [deleted file]
InOsEmuPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.c [deleted file]
InOsEmuPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf [deleted file]
InOsEmuPkg/TimerDxe/Timer.c [deleted file]
InOsEmuPkg/TimerDxe/Timer.h [deleted file]
InOsEmuPkg/TimerDxe/Timer.inf [deleted file]
InOsEmuPkg/Unix/.gdbinit [deleted file]
InOsEmuPkg/Unix/GdbRun [deleted file]
InOsEmuPkg/Unix/Sec/BerkeleyPacketFilter.c [deleted file]
InOsEmuPkg/Unix/Sec/BlockIo.c [deleted file]
InOsEmuPkg/Unix/Sec/EmuThunk.c [deleted file]
InOsEmuPkg/Unix/Sec/Gasket.h [deleted file]
InOsEmuPkg/Unix/Sec/Ia32/Gasket.S [deleted file]
InOsEmuPkg/Unix/Sec/Ia32/SwitchStack.c [deleted file]
InOsEmuPkg/Unix/Sec/LinuxPacketFilter.c [deleted file]
InOsEmuPkg/Unix/Sec/MemoryAllocationLib.c [deleted file]
InOsEmuPkg/Unix/Sec/PosixFileSystem.c [deleted file]
InOsEmuPkg/Unix/Sec/Pthreads.c [deleted file]
InOsEmuPkg/Unix/Sec/SecMain.c [deleted file]
InOsEmuPkg/Unix/Sec/SecMain.h [deleted file]
InOsEmuPkg/Unix/Sec/SecMain.inf [deleted file]
InOsEmuPkg/Unix/Sec/X11GraphicsWindow.c [deleted file]
InOsEmuPkg/Unix/Sec/X64/Gasket.S [deleted file]
InOsEmuPkg/Unix/Sec/X64/SwitchStack.S [deleted file]
InOsEmuPkg/Unix/UnixX64.dsc [deleted file]
InOsEmuPkg/Unix/UnixX64.fdf [deleted file]
InOsEmuPkg/Unix/Xcode/xcode_project32/XcodeBuild.sh [deleted file]
InOsEmuPkg/Unix/Xcode/xcode_project32/xcode_project.xcodeproj/default.pbxuser [deleted file]
InOsEmuPkg/Unix/Xcode/xcode_project32/xcode_project.xcodeproj/project.pbxproj [deleted file]
InOsEmuPkg/Unix/Xcode/xcode_project64/XcodeBuild.sh [deleted file]
InOsEmuPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser [deleted file]
InOsEmuPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/project.pbxproj [deleted file]
InOsEmuPkg/Unix/build.sh [deleted file]
InOsEmuPkg/Unix/build64.sh [deleted file]
InOsEmuPkg/build.sh [deleted file]
InOsEmuPkg/build64.sh [deleted file]