X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FSec%2FSecMain.inf;h=af45e3f75fd9d3635efbd87ed5b9347f96f59046;hb=d70b88120a2b5e98d00c722b54b0c39b06c23710;hp=cafa08b41fdbcbd9c6e76b5adc4290ee59d521ee;hpb=5e335a5280f74dc1f099abc29f008f311bba5eca;p=mirror_edk2.git diff --git a/Nt32Pkg/Sec/SecMain.inf b/Nt32Pkg/Sec/SecMain.inf index cafa08b41f..af45e3f75f 100644 --- a/Nt32Pkg/Sec/SecMain.inf +++ b/Nt32Pkg/Sec/SecMain.inf @@ -1,9 +1,9 @@ -#/** @file +## @file # Entry Point of NT32 Emulator # # Main executable file of NT32 Emulator that loads PEI core after initialization finished. # -# Copyright (c) 2007, Intel Corporation +# Copyright (c) 2007 - 2010, Intel Corporation # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -11,7 +11,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -19,8 +19,6 @@ FILE_GUID = 4b837b03-6587-4d19-b82b-edfad836c0a0 MODULE_TYPE = USER_DEFINED VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # # The following information is for reference only and not required by the build tools. @@ -28,7 +26,7 @@ # VALID_ARCHITECTURES = IA32 # -[Sources.common] +[Sources] SecMain.h WinNtThunk.c FwVol.c @@ -38,7 +36,6 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec Nt32Pkg/Nt32Pkg.dec [LibraryClasses] @@ -50,7 +47,6 @@ PeCoffLib ReportStatusCodeLib - [Ppis] gNtPeiLoadFilePpiGuid # PPI ALWAYS_PRODUCED gEfiPeiStatusCodePpiGuid # PPI ALWAYS_PRODUCED @@ -59,14 +55,13 @@ gPeiNtThunkPpiGuid # PPI ALWAYS_PRODUCED gEfiTemporaryRamSupportPpiGuid - -[FixedPcd.common] +[Pcd] gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume -[BuildOptions.common] +[BuildOptions] MSFT:*_*_IA32_DLINK_FLAGS == /out:"$(BIN_DIR)\SecMain.exe" /base:0x10000000 /pdb:"$(BIN_DIR)\SecMain.pdb" /LIBPATH:"$(VCINSTALLDIR)\Lib" /LIBPATH:"$(VCINSTALLDIR)\PlatformSdk\Lib" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:I386 /LTCG Kernel32.lib MSVCRTD.lib Gdi32.lib User32.lib Winmm.lib MSFT:*_*_IA32_CC_FLAGS == /nologo /W4 /WX /Gy /c /D UNICODE /Od /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE MSFT:*_*_IA32_PP_FLAGS == /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h