]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Sec/SecMain.inf
Fixed the "{" in makefile
[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 # Copyright (c) 2007 - 2007, Intel Corporation
6 #
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
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = SecMain
25 FILE_GUID = 4b837b03-6587-4d19-b82b-edfad836c0a0
26 MODULE_TYPE = SEC
27 VERSION_STRING = 1.0
28 EDK_RELEASE_VERSION = 0x00020000
29 EFI_SPECIFICATION_VERSION = 0x00020000
30 CUSTOM_MAKEFILE = MSFT|Makefile
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IA32
36 #
37
38 ################################################################################
39 #
40 # Sources Section - list of files that are required for the build to succeed.
41 #
42 ################################################################################
43
44 [Sources.common]
45 OldDefinition.h
46 SecMain.h
47 WinNtThunk.c
48 FwVol.c
49 SecMain.c
50 SecMain_build.xml
51
52
53 ################################################################################
54 #
55 # Includes Section - list of Include locations that are required for
56 # this module.
57 #
58 ################################################################################
59
60 [Includes]
61 $(WORKSPACE)/MdePkg/Include/Library
62
63 ################################################################################
64 #
65 # Package Dependency Section - list of Package files that are required for
66 # this module.
67 #
68 ################################################################################
69
70 [Packages]
71 Nt32Pkg/Nt32Pkg.dec
72 MdeModulePkg/MdeModulePkg.dec
73 MdePkg/MdePkg.dec
74 IntelFrameworkPkg/IntelFrameworkPkg.dec
75
76 ################################################################################
77 #
78 # Library Class Section - list of Library Classes that are required for
79 # this module.
80 #
81 ################################################################################
82
83 [LibraryClasses]
84 DebugLib
85 PcdLib
86 PrintLib
87 BaseMemoryLib
88 BaseLib
89 PeCoffLib
90
91
92 ################################################################################
93 #
94 # Guid C Name Section - list of Guids that this module uses or produces.
95 #
96 ################################################################################
97
98 [Guids]
99 gEfiPeiPeCoffLoaderGuid # ALWAYS_PRODUCED
100
101
102 ################################################################################
103 #
104 # PPI C Name Section - list of PPI and PPI Notify C Names that this module
105 # uses or produces.
106 #
107 ################################################################################
108
109 [Ppis]
110 gNtPeiLoadFilePpiGuid # PPI ALWAYS_PRODUCED
111 gEfiPeiStatusCodePpiGuid # PPI ALWAYS_PRODUCED
112 gNtFwhPpiGuid # PPI ALWAYS_PRODUCED
113 gPeiNtAutoScanPpiGuid # PPI ALWAYS_PRODUCED
114 gPeiNtThunkPpiGuid # PPI ALWAYS_PRODUCED
115
116
117 ################################################################################
118 #
119 # Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.
120 #
121 ################################################################################
122
123 [PcdsFixedAtBuild.common]
124 PcdWinNtBootMode|gEfiNt32PkgTokenSpaceGuid
125
126
127 ################################################################################
128 #
129 # Pcd DYNAMIC - list of PCDs that this module is coded for.
130 #
131 ################################################################################
132
133 [PcdsDynamic.common]
134 #PcdWinNtMemorySizeForSecMain|gEfiNt32PkgTokenSpaceGuid
135 #PcdWinNtFirmwareVolume|gEfiNt32PkgTokenSpaceGuid
136
137