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