X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FTianoTools%2FCommon%2FPeiLib%2FPeiLib.h;h=71783ac6bf2c95f47e5fec4ecc647ae47e3f910a;hp=ccb8d2f6a62ced66f109b8cedb43a1f3a20f3371;hb=dfd3f9ce4d888879ec6742f4ffc2c80e2ca1855c;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;ds=sidebyside diff --git a/Tools/Source/TianoTools/Common/PeiLib/PeiLib.h b/Tools/Source/TianoTools/Common/PeiLib/PeiLib.h index ccb8d2f6a6..71783ac6bf 100644 --- a/Tools/Source/TianoTools/Common/PeiLib/PeiLib.h +++ b/Tools/Source/TianoTools/Common/PeiLib/PeiLib.h @@ -259,42 +259,6 @@ Returns: #define PEI_PERF_END(Ps, Token, FileHeader, Value) #endif -#ifdef EFI_NT_EMULATOR -EFI_STATUS -PeCoffLoaderWinNtLoadAsDll ( - IN CHAR8 *PdbFileName, - IN VOID **ImageEntryPoint, - OUT VOID **ModHandle - ) -/*++ - -Routine Description: - - Loads the .DLL file is present when a PE/COFF file is loaded. This provides source level - debugging for drivers that have cooresponding .DLL files on the local system. - -Arguments: - - PdbFileName - The name of the .PDB file. This was found from the PE/COFF - file's debug directory entry. - - ImageEntryPoint - A pointer to the DLL entry point of the .DLL file was loaded. - - ModHandle - Pointer to loaded library. - -Returns: - - EFI_SUCCESS - The .DLL file was loaded, and the DLL entry point is returned in ImageEntryPoint - - EFI_NOT_FOUND - The .DLL file could not be found - - EFI_UNSUPPORTED - The .DLL file was loaded, but the entry point to the .DLL file could not - determined. - ---*/ -; - -#endif // // hob.c //