]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Sec/SecMain.msa
Change UINAME to CName of GUID/PPI/Protocol in all Msa file and change tool to suppo...
[mirror_edk2.git] / EdkNt32Pkg / Sec / SecMain.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--Copyright (c) 2006, Intel Corporation
3 All rights reserved. This program and the accompanying materials
4 are licensed and made available under the terms and conditions of the BSD License
5 which accompanies this distribution. The full text of the license may be found at
6 http://opensource.org/licenses/bsd-license.php
7
8 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
9 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
10 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
11 <MsaHeader>
12 <ModuleName>SecMain</ModuleName>
13 <ModuleType>USER_DEFINED</ModuleType>
14 <GuidValue>4b837b03-6587-4d19-b82b-edfad836c0a0</GuidValue>
15 <Version>1.0</Version>
16 <Abstract>Component description file for NT32 Sec.Warning the [sources.*] does not work like you think!If you add a file you need to update the makefile in the NT32 build tipSEC_OBJECTS needs to get the OBJ of the new C file added in.We keep [sources.*] synced up with SEC_OBJECTS so dependencies workproperly.Libraries.Common does not work you must update SEC_OBJECTS in the platformmakefile</Abstract>
17 <Description>FIX ME!</Description>
18 <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
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,
24 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
25 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
26 </MsaHeader>
27 <ModuleDefinitions>
28 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
29 <BinaryModule>false</BinaryModule>
30 <OutputFileBasename>SecMain</OutputFileBasename>
31 </ModuleDefinitions>
32 <LibraryClassDefinitions>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>PeCoffLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>BaseLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>BaseMemoryLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>PrintLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>ReportStatusCodeLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>PcdLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>DebugLib</Keyword>
53 </LibraryClass>
54 </LibraryClassDefinitions>
55 <SourceFiles>
56 <Filename>SecMain.c</Filename>
57 <Filename>FwVol.c</Filename>
58 <Filename>WinNtThunk.c</Filename>
59 <Filename>SecMain.h</Filename>
60 </SourceFiles>
61 <PackageDependencies>
62 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
63 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
64 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
65 </PackageDependencies>
66 <PPIs>
67 <Ppi Usage="ALWAYS_PRODUCED">
68 <PpiCName>gPeiNtThunkPpiGuid</PpiCName>
69 </Ppi>
70 <Ppi Usage="ALWAYS_PRODUCED">
71 <PpiCName>gPeiNtAutoScanPpiGuid</PpiCName>
72 </Ppi>
73 <Ppi Usage="ALWAYS_PRODUCED">
74 <PpiCName>gNtFwhPpiGuid</PpiCName>
75 </Ppi>
76 <Ppi Usage="ALWAYS_PRODUCED">
77 <PpiCName>gEfiPeiStatusCodePpiGuid</PpiCName>
78 </Ppi>
79 <Ppi Usage="ALWAYS_PRODUCED">
80 <PpiCName>gNtPeiLoadFilePpiGuid</PpiCName>
81 </Ppi>
82 </PPIs>
83 <Guids>
84 <GuidCNames Usage="ALWAYS_PRODUCED">
85 <GuidCName>gEfiPeiPeCoffLoaderGuid</GuidCName>
86 </GuidCNames>
87 </Guids>
88 <Externs>
89 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
90 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
91 </Externs>
92 <PcdCoded>
93 <PcdEntry PcdItemType="FIXED_AT_BUILD">
94 <C_Name>PcdWinNtMemorySizeForSecMain</C_Name>
95 <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>
96 <HelpText/>
97 </PcdEntry>
98 <PcdEntry PcdItemType="FIXED_AT_BUILD">
99 <C_Name>PcdWinNtFirmwareVolume</C_Name>
100 <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>
101 <HelpText/>
102 </PcdEntry>
103 <PcdEntry PcdItemType="FIXED_AT_BUILD">
104 <C_Name>PcdWinNtBootMode</C_Name>
105 <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>
106 <HelpText/>
107 </PcdEntry>
108 </PcdCoded>
109 </ModuleSurfaceArea>