]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Sec/SecMain.msa
Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database
[mirror_edk2.git] / EdkNt32Pkg / Sec / SecMain.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 -->
12 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
13 <MsaHeader>
14 <BaseName>SecMain</BaseName>
15 <ModuleType>SEC</ModuleType>
16 <ComponentType>SEC</ComponentType>
17 <Guid>4b837b03-6587-4d19-b82b-edfad836c0a0</Guid>
18 <Version>0</Version>
19 <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>
20 <Description>FIX ME!</Description>
21 <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
22 <License>
23 All rights reserved. This program and the accompanying materials
24 are licensed and made available under the terms and conditions of the BSD License
25 which accompanies this distribution. The full text of the license may be found at
26 http://opensource.org/licenses/bsd-license.php
27 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
28 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
29 </License>
30 <Specification>0</Specification>
31 <Created>2006-03-14 17:04</Created>
32 <Updated>2006-03-19 15:17</Updated>
33 </MsaHeader>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_CONSUMED">PeCoffLib</LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">PrintLib</LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">ReportStatusCodeLib</LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
42 </LibraryClassDefinitions>
43 <SourceFiles>
44 <Filename>SecMain.c</Filename>
45 <Filename>FwVol.c</Filename>
46 <Filename>WinNtThunk.c</Filename>
47 <Filename>SecMain.h</Filename>
48 </SourceFiles>
49 <Includes>
50 <PackageName>MdePkg</PackageName>
51 <PackageName>EdkModulePkg</PackageName>
52 <PackageName>EdkNt32Pkg</PackageName>
53 </Includes>
54 <PPIs>
55 <Ppi Usage="ALWAYS_PRODUCED">NtThunk</Ppi>
56 <Ppi Usage="ALWAYS_PRODUCED">NtAutoScan</Ppi>
57 <Ppi Usage="ALWAYS_PRODUCED">NtFwh</Ppi>
58 <Ppi Usage="ALWAYS_PRODUCED">StatusCode</Ppi>
59 <Ppi Usage="ALWAYS_PRODUCED">NtPeiLoadFile</Ppi>
60 </PPIs>
61 <Guids>
62 <GuidEntry Usage="ALWAYS_PRODUCED">
63 <C_Name>PeiPeCoffLoader</C_Name>
64 </GuidEntry>
65 </Guids>
66 <Externs>
67 <Extern>
68 <ModuleEntryPoint></ModuleEntryPoint>
69 </Extern>
70 </Externs>
71 <PCDs>
72 <PcdData ItemType="FIXED_AT_BUILD">
73 <C_Name>PcdWinNtMemorySizeForSecMain</C_Name>
74 <Token>0x00001005</Token>
75 <DatumType>VOID*</DatumType>
76 </PcdData>
77 <PcdData ItemType="FIXED_AT_BUILD">
78 <C_Name>PcdWinNtFirmwareVolume</C_Name>
79 <Token>0x00001009</Token>
80 <DatumType>VOID*</DatumType>
81 </PcdData>
82 <PcdData ItemType="FIXED_AT_BUILD">
83 <C_Name>PcdWinNtBootMode</C_Name>
84 <Token>0x00001006</Token>
85 <DatumType>UINT32</DatumType>
86 </PcdData>
87 </PCDs>
88 <BuildOptions>
89 <Option>BUILD_TYPE=CUSTOM_BUILD</Option>
90 </BuildOptions>
91 </ModuleSurfaceArea>