]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Sec/SecMain.inf
Remove [Include] from INF file.
[mirror_edk2.git] / Nt32Pkg / Sec / SecMain.inf
CommitLineData
2e19fd0f 1#/** @file\r
2# Entry Point of NT32 Emulator\r
3#\r
4# Main executable file of NT32 Emulator that loads PEI core after initialization finished.\r
dd0687a4 5# Copyright (c) 2007, Intel Corporation\r
2e19fd0f 6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
2e19fd0f 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SecMain\r
20 FILE_GUID = 4b837b03-6587-4d19-b82b-edfad836c0a0\r
4a561bc1 21 MODULE_TYPE = USER_DEFINED\r
2e19fd0f 22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
2e19fd0f 25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32\r
30#\r
31\r
2e19fd0f 32[Sources.common]\r
33 OldDefinition.h\r
34 SecMain.h\r
35 WinNtThunk.c\r
36 FwVol.c\r
37 SecMain.c\r
2e19fd0f 38\r
39\r
2e19fd0f 40[Packages]\r
41 Nt32Pkg/Nt32Pkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 MdePkg/MdePkg.dec\r
44 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
45\r
2e19fd0f 46[LibraryClasses]\r
47 DebugLib\r
48 PcdLib\r
49 PrintLib\r
50 BaseMemoryLib\r
51 BaseLib\r
52 PeCoffLib\r
53\r
54\r
2e19fd0f 55[Guids]\r
56 gEfiPeiPeCoffLoaderGuid # ALWAYS_PRODUCED\r
57\r
58\r
2e19fd0f 59[Ppis]\r
60 gNtPeiLoadFilePpiGuid # PPI ALWAYS_PRODUCED\r
61 gEfiPeiStatusCodePpiGuid # PPI ALWAYS_PRODUCED\r
62 gNtFwhPpiGuid # PPI ALWAYS_PRODUCED\r
63 gPeiNtAutoScanPpiGuid # PPI ALWAYS_PRODUCED\r
64 gPeiNtThunkPpiGuid # PPI ALWAYS_PRODUCED\r
65\r
66\r
2e19fd0f 67[PcdsFixedAtBuild.common]\r
68 PcdWinNtBootMode|gEfiNt32PkgTokenSpaceGuid\r
69\r
70 \r
2e19fd0f 71[PcdsDynamic.common]\r
72 #PcdWinNtMemorySizeForSecMain|gEfiNt32PkgTokenSpaceGuid\r
73 #PcdWinNtFirmwareVolume|gEfiNt32PkgTokenSpaceGuid\r
74 \r
4a561bc1 75[BuildOptions.common]\r
76 MSFT:DEBUG_*_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\r
77 MSFT:DEBUG_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /D EFI32 /Od /DSTRING_ARRAY_NAME=SecMainStrings /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm\r
2e19fd0f 78\r