From 0be8f445b64ab36e086bd7e3a2913fdd147bd00f Mon Sep 17 00:00:00 2001 From: Mattiwatti Date: Mon, 25 Mar 2019 20:56:43 +0100 Subject: Initial commit --- EfiGuard.props | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 EfiGuard.props (limited to 'EfiGuard.props') diff --git a/EfiGuard.props b/EfiGuard.props new file mode 100644 index 0000000..c31b390 --- /dev/null +++ b/EfiGuard.props @@ -0,0 +1,84 @@ + + + + + $(SolutionDir).. + + + + obj\$(Platform)-$(Configuration)\ + .efi + $(EDK_PATH)\MdePkg\Include;$(EDK_PATH)\MdePkg\Include\X64;$(EDK_PATH)\MdeModulePkg\Include;$(EDK_PATH)\ShellPkg\Include + $(SolutionDir)..\..\VisualUefi\EDK-II\$(Platform)\$(Configuration) + + + $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) + + + $(SolutionDir)..\..\VisualUefi\debugger\qemu.exe + -name "VisualUEFI Debugger" -drive file=OVMF_CODE-need-smm.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=OVMF_VARS-need-smm.fd,if=pflash,format=raw,unit=1 -drive file=fat:rw:$(OutDir),media=disk,if=virtio,format=raw -drive file=UefiShell.iso,format=raw -m 512 -machine q35,smm=on -nodefaults -vga std -global driver=cfi.pflash01,property=secure,value=on -global ICH9-LPC.disable_s3=1 + $(SolutionDir)..\..\VisualUefi\debugger + Script + WindowsLocalDebugger + + + + VISUALUEFI;%(PreprocessorDefinitions) + true + Level4 + true + true + MinSpace + true + true + AnySuitable + false + false + false + true + $(SolutionDir)..\..\VisualUefi\EDK-II\BaseLib\vshacks.h + + + true + false + + /Gs32768 /Gw %(AdditionalOptions) + + + Caret + + + true + UefiHiiLib.lib;UefiHiiServicesLib.lib;UefiSortLib.lib;UefiShellLib.lib;GlueLib.lib;BaseLib.lib;BaseDebugPrintErrorLevelLib.lib;BasePrintLib.lib;UefiLib.lib;UefiBootServicesTableLib.lib;UefiRuntimeServicesTableLib.lib;UefiDevicePathLibDevicePathProtocol.lib;UefiDebugLibConOut.lib;UefiMemoryLib.lib;UefiMemoryAllocationLib.lib;BaseSynchronizationLib.lib;UefiFileHandleLib.lib + DebugFull + EFI Boot Service Driver + Driver + true + + UseLinkTimeCodeGeneration + 0 + 4096 + true + false + + + + + + + + + /SECTION:.xdata,D /SECTION:.pdata,D /OPT:ICF=10 /IGNORE:4254 /IGNORE:4281 /NOVCFEATURE /NOCOFFGRPINFO /PDBALTPATH:%_PDB% %(AdditionalOptions) + .rdata=.text + + + EfiMain + + + + + $(EDK_PATH) + true + + + -- cgit v1.2.3