]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/PCD/Dxe/Pcd.msa
Import PCD dxe and PCD pei modules.
[mirror_edk2.git] / MdeModulePkg / Universal / PCD / Dxe / Pcd.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
3 <MsaHeader>
4 <ModuleName>PcdDxe</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>80CF7257-87AB-47f9-A3FE-D50B76D89541</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for PCD service DXE driver.</Abstract>
9 <Description>This DXE driver implement and produce the PCD protocol.</Description>
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
11 <License>All rights reserved. This program and the accompanying materials
12 are licensed and made available under the terms and conditions of the BSD License
13 which accompanies this distribution. The full text of the license may be found at
14 http://opensource.org/licenses/bsd-license.php
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
18 </MsaHeader>
19 <ModuleDefinitions>
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
21 <BinaryModule>false</BinaryModule>
22 <OutputFileBasename>PcdDxe</OutputFileBasename>
23 </ModuleDefinitions>
24 <LibraryClassDefinitions>
25 <LibraryClass Usage="ALWAYS_CONSUMED">
26 <Keyword>BaseLib</Keyword>
27 </LibraryClass>
28 <LibraryClass Usage="ALWAYS_CONSUMED" RecommendedInstanceGuid="bda39d3a-451b-4350-8266-81ab10fa0523">
29 <Keyword>DebugLib</Keyword>
30 <HelpText>Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg.</HelpText>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>UefiLib</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>UefiDriverEntryPoint</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>PcdLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>HobLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>MemoryAllocationLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>UefiBootServicesTableLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>BaseMemoryLib</Keyword>
52 </LibraryClass>
53 <LibraryClass Usage="ALWAYS_CONSUMED">
54 <Keyword>UefiRuntimeServicesTableLib</Keyword>
55 </LibraryClass>
56 </LibraryClassDefinitions>
57 <SourceFiles>
58 <Filename>Service.h</Filename>
59 <Filename>Service.c</Filename>
60 <Filename>Pcd.c</Filename>
61 <Filename>Pcd.dxs</Filename>
62 </SourceFiles>
63 <PackageDependencies>
64 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
65 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
66 </PackageDependencies>
67 <Protocols>
68 <Protocol Usage="ALWAYS_PRODUCED">
69 <ProtocolCName>gPcdProtocolGuid</ProtocolCName>
70 </Protocol>
71 </Protocols>
72 <Hobs>
73 <HobTypes Usage="ALWAYS_CONSUMED" HobGuidCName="gPcdDataBaseHobGuid">
74 <HobType>GUID_EXTENSION</HobType>
75 </HobTypes>
76 </Hobs>
77 <Externs>
78 <PcdIsDriver>DXE_PCD_DRIVER</PcdIsDriver>
79 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
80 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
81 <Extern>
82 <ModuleEntryPoint>PcdDxeInit</ModuleEntryPoint>
83 </Extern>
84 </Externs>
85 <PcdCoded>
86 <PcdEntry PcdItemType="FIXED_AT_BUILD">
87 <C_Name>PcdVpdBaseAddress</C_Name>
88 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
89 <HelpText>The base address of the VPD (Vital Product Data) region. It is
90 normally a region reserved on flash.</HelpText>
91 </PcdEntry>
92 <PcdEntry PcdItemType="FEATURE_FLAG">
93 <C_Name>PcdDxePcdDatabaseTraverseEnabled</C_Name>
94 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
95 <HelpText>This feature flag can be used to enable or disable the Pcd DXE database
96 traverse capability. Disable it can reduce the size of final image generated.</HelpText>
97 </PcdEntry>
98 </PcdCoded>
99 </ModuleSurfaceArea>