]> git.proxmox.com Git - mirror_edk2.git/blame - EdkNt32Pkg/Sec/SecMain.msa
Add missing files in msa file and add module description in msa file.
[mirror_edk2.git] / EdkNt32Pkg / Sec / SecMain.msa
CommitLineData
7867eb23 1<?xml version="1.0" encoding="UTF-8"?>\r
53b86193 2<!--Copyright (c) 2006, Intel Corporation
3All rights reserved. This program and the accompanying materials
4are licensed and made available under the terms and conditions of the BSD License
5which accompanies this distribution. The full text of the license may be found at
6http://opensource.org/licenses/bsd-license.php
7
8THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
2d527200 9WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
53b86193 10<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
878ddf1f 11 <MsaHeader>\r
2d527200 12 <ModuleName>SecMain</ModuleName>\r
13 <ModuleType>USER_DEFINED</ModuleType>\r
14 <GuidValue>4b837b03-6587-4d19-b82b-edfad836c0a0</GuidValue>\r
15 <Version>1.0</Version>\r
7867eb23 16 <Abstract>Entry Point of NT32 Emulator</Abstract>\r
17 <Description>Main executable file of NT32 Emulator that loads PEI core after initialization finished.</Description>\r
15f3b1d4 18 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
53b86193 19 <License>All rights reserved. This program and the accompanying materials
20 are licensed and made available under the terms and conditions of the BSD License
21 which accompanies this distribution. The full text of the license may be found at
22 http://opensource.org/licenses/bsd-license.php
23 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
2d527200 24 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
25 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
878ddf1f 26 </MsaHeader>\r
2d527200 27 <ModuleDefinitions>\r
28 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
29 <BinaryModule>false</BinaryModule>\r
30 <OutputFileBasename>SecMain</OutputFileBasename>\r
31 </ModuleDefinitions>\r
878ddf1f 32 <LibraryClassDefinitions>\r
2d527200 33 <LibraryClass Usage="ALWAYS_CONSUMED">\r
34 <Keyword>PeCoffLib</Keyword>\r
35 </LibraryClass>\r
36 <LibraryClass Usage="ALWAYS_CONSUMED">\r
37 <Keyword>BaseLib</Keyword>\r
38 </LibraryClass>\r
39 <LibraryClass Usage="ALWAYS_CONSUMED">\r
40 <Keyword>BaseMemoryLib</Keyword>\r
41 </LibraryClass>\r
42 <LibraryClass Usage="ALWAYS_CONSUMED">\r
43 <Keyword>PrintLib</Keyword>\r
44 </LibraryClass>\r
45 <LibraryClass Usage="ALWAYS_CONSUMED">\r
46 <Keyword>ReportStatusCodeLib</Keyword>\r
47 </LibraryClass>\r
48 <LibraryClass Usage="ALWAYS_CONSUMED">\r
49 <Keyword>PcdLib</Keyword>\r
50 </LibraryClass>\r
51 <LibraryClass Usage="ALWAYS_CONSUMED">\r
52 <Keyword>DebugLib</Keyword>\r
53 </LibraryClass>\r
878ddf1f 54 </LibraryClassDefinitions>\r
55 <SourceFiles>\r
69ce08bf 56 <Filename ToolCode="DUMMY">SecMain_build.xml</Filename>\r
878ddf1f 57 <Filename>SecMain.c</Filename>\r
58 <Filename>FwVol.c</Filename>\r
59 <Filename>WinNtThunk.c</Filename>\r
60 <Filename>SecMain.h</Filename>\r
61 </SourceFiles>\r
2d527200 62 <PackageDependencies>\r
63 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
64 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>\r
65 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>\r
66 </PackageDependencies>\r
878ddf1f 67 <PPIs>\r
2d527200 68 <Ppi Usage="ALWAYS_PRODUCED">\r
53b86193 69 <PpiCName>gPeiNtThunkPpiGuid</PpiCName>\r
2d527200 70 </Ppi>\r
71 <Ppi Usage="ALWAYS_PRODUCED">\r
53b86193 72 <PpiCName>gPeiNtAutoScanPpiGuid</PpiCName>\r
2d527200 73 </Ppi>\r
74 <Ppi Usage="ALWAYS_PRODUCED">\r
53b86193 75 <PpiCName>gNtFwhPpiGuid</PpiCName>\r
2d527200 76 </Ppi>\r
77 <Ppi Usage="ALWAYS_PRODUCED">\r
53b86193 78 <PpiCName>gEfiPeiStatusCodePpiGuid</PpiCName>\r
2d527200 79 </Ppi>\r
80 <Ppi Usage="ALWAYS_PRODUCED">\r
53b86193 81 <PpiCName>gNtPeiLoadFilePpiGuid</PpiCName>\r
2d527200 82 </Ppi>\r
878ddf1f 83 </PPIs>\r
84 <Guids>\r
2d527200 85 <GuidCNames Usage="ALWAYS_PRODUCED">\r
53b86193 86 <GuidCName>gEfiPeiPeCoffLoaderGuid</GuidCName>\r
2d527200 87 </GuidCNames>\r
878ddf1f 88 </Guids>\r
89 <Externs>\r
15b06e58
LG
90 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
91 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
878ddf1f 92 </Externs>\r
95945c76 93 <PcdCoded>\r
94 <PcdEntry PcdItemType="FIXED_AT_BUILD">\r
b144ae9a 95 <C_Name>PcdWinNtMemorySizeForSecMain</C_Name>\r
53b86193 96 <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>\r
f7ba3555 97 <HelpText>This PCD defines the memory size of simulated machine. Simulator will allocate\r
98 the size of PcdWinNtMemorySizeForSecMain in windows platform.\r
99 The item type of this PCD can only be "FIXED_AT_BUILD".</HelpText>\r
95945c76 100 </PcdEntry>\r
101 <PcdEntry PcdItemType="FIXED_AT_BUILD">\r
878ddf1f 102 <C_Name>PcdWinNtFirmwareVolume</C_Name>\r
53b86193 103 <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>\r
f7ba3555 104 <HelpText>This PCD defines the FD file windows path string. Simulator will load the FD file and execute.\r
105 The item type of this PCD can only be "FIXED_AT_BUILD".</HelpText>\r
95945c76 106 </PcdEntry>\r
107 <PcdEntry PcdItemType="FIXED_AT_BUILD">\r
878ddf1f 108 <C_Name>PcdWinNtBootMode</C_Name>\r
53b86193 109 <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>\r
f7ba3555 110 <HelpText>This PCD defines the boot mode for simualtor. \r
111 The boot mode can be set as following value:\r
112 0x0: Boot with full configuration.\r
113 0x1: Boot with minimal configuration.\r
114 0x2: Boot assume no configuration changes.\r
115 0x3: Boot with full configuration plus diagnostics.\r
116 0x4: Boot with default settings.\r
117 0x5: Boot on S4 resume.\r
118 0x6: Boot on S5 resume.\r
119 0x10: Boot on S2 resume. \r
120 0x11: Boot on S3 resume.\r
121 0x12: Boot on flash update.\r
122 0x20: Boot in reovery mode.\r
123 The item type of this PCD can only be "FIXED_AT_BUILD".</HelpText>\r
95945c76 124 </PcdEntry>\r
125 </PcdCoded>\r
2d527200 126</ModuleSurfaceArea>