]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/PCD/Dxe/Pcd.msa
ee84d830cd0f6283cf07b52b09ded5d344a10549
[mirror_edk2.git] / EdkModulePkg / Universal / PCD / Dxe / Pcd.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>PcdDxe</BaseName>
15 <ModuleType>DXE_DRIVER</ModuleType>
16 <ComponentType>BS_DRIVER</ComponentType>
17 <Guid>80CF7257-87AB-47f9-A3FE-D50B76D89541</Guid>
18 <Version>0</Version>
19 <Abstract>Component description file for DxeIpl module</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 <Created>2006-03-14 17:04</Created>
31 <Updated>2006-03-19 15:17</Updated>
32 <Specification>0</Specification>
33 </MsaHeader>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">HiiLib</LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">DxeRuntimeDriverLib</LibraryClass>
46 </LibraryClassDefinitions>
47 <SourceFiles>
48 <Filename>Service.c</Filename>
49 <Filename>Pcd.c</Filename>
50 <Filename>Pcd.dxs</Filename>
51 </SourceFiles>
52 <Includes>
53 <PackageName>MdePkg</PackageName>
54 <PackageName>EdkModulePkg</PackageName>
55 </Includes>
56 <Protocols>
57 <Protocol Usage="ALWAYS_PRODUCED">PcdProtocol</Protocol>
58 <Protocol Usage="ALWAYS_CONSUMED">Variable</Protocol>
59 </Protocols>
60 <Hobs>
61 <Hob Usage="ALWAYS_CONSUMED" HobType="GUID_EXTENSION">
62 <Name>PcdDataBaseHob</Name>
63 <C_Name>gPcdDataBaseHobGuid</C_Name>
64 <Guid>0xea296d92, 0xb69, 0x423c, 0x8c, 0x28, 0x33, 0xb4, 0xe0, 0xa9, 0x12, 0x68</Guid>
65 </Hob>
66 </Hobs>
67 <Guids>
68 <GuidEntry Usage="ALWAYS_CONSUMED">
69 <C_Name>PcdDataBaseHob</C_Name>
70 </GuidEntry>
71 </Guids>
72 <Externs>
73 <Extern>
74 <ModuleEntryPoint>PcdDxeInit</ModuleEntryPoint>
75 </Extern>
76 </Externs>
77 <PCDs>
78 <PcdData ItemType="FIXED_AT_BUILD">
79 <C_Name>PcdMaxPeiPcdCallBackNumberPerPcdEntry</C_Name>
80 <Token>0x0001000f</Token>
81 <DatumType>UINT32</DatumType>
82 </PcdData>
83 <PcdData ItemType="FIXED_AT_BUILD">
84 <C_Name>PcdVpdBaseAddress</C_Name>
85 <Token>0x00010010</Token>
86 <DatumType>UINT32</DatumType>
87 </PcdData>
88 </PCDs>
89 </ModuleSurfaceArea>