]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/PCD/Dxe/Pcd.msa
Add in Abstract and Description for a few MSA files.
[mirror_edk2.git] / EdkModulePkg / Universal / PCD / Dxe / Pcd.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>PcdDxe</ModuleName>
13 <ModuleType>DXE_DRIVER</ModuleType>
14 <GuidValue>80CF7257-87AB-47f9-A3FE-D50B76D89541</GuidValue>
15 <Version>1.0</Version>
16 <Abstract>Component description file for PCD service DXE driver.</Abstract>
17 <Description>This DXE driver implement and produce the PCD protocol.</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>PcdDxe</OutputFileBasename>
31 </ModuleDefinitions>
32 <LibraryClassDefinitions>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>BaseLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>DebugLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>HiiLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>UefiLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>UefiDriverEntryPoint</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>PcdLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>HobLib</Keyword>
53 </LibraryClass>
54 <LibraryClass Usage="ALWAYS_CONSUMED">
55 <Keyword>MemoryAllocationLib</Keyword>
56 </LibraryClass>
57 <LibraryClass Usage="ALWAYS_CONSUMED">
58 <Keyword>UefiBootServicesTableLib</Keyword>
59 </LibraryClass>
60 <LibraryClass Usage="ALWAYS_CONSUMED">
61 <Keyword>BaseMemoryLib</Keyword>
62 </LibraryClass>
63 <LibraryClass Usage="ALWAYS_CONSUMED">
64 <Keyword>UefiRuntimeServicesTableLib</Keyword>
65 </LibraryClass>
66 </LibraryClassDefinitions>
67 <SourceFiles>
68 <Filename>Service.h</Filename>
69 <Filename>Service.c</Filename>
70 <Filename>Pcd.c</Filename>
71 <Filename>Pcd.dxs</Filename>
72 </SourceFiles>
73 <PackageDependencies>
74 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
75 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
76 </PackageDependencies>
77 <Protocols>
78 <Protocol Usage="ALWAYS_PRODUCED">
79 <ProtocolCName>gPcdProtocolGuid</ProtocolCName>
80 </Protocol>
81 <Protocol Usage="ALWAYS_CONSUMED">
82 <ProtocolCName>gEfiVariableArchProtocolGuid</ProtocolCName>
83 </Protocol>
84 </Protocols>
85 <Guids>
86 <GuidCNames Usage="ALWAYS_CONSUMED">
87 <GuidCName>gPcdDataBaseHobGuid</GuidCName>
88 </GuidCNames>
89 </Guids>
90 <Externs>
91 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
92 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
93 <Extern>
94 <ModuleEntryPoint>PcdDxeInit</ModuleEntryPoint>
95 </Extern>
96 </Externs>
97 <PcdCoded>
98 <PcdEntry PcdItemType="FIXED_AT_BUILD">
99 <C_Name>PcdVpdBaseAddress</C_Name>
100 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
101 <HelpText>The base address of the VPD (Vital Product Data) region. It is
102 normally a region reserved on flash.</HelpText>
103 </PcdEntry>
104 <PcdEntry PcdItemType="FEATURE_FLAG">
105 <C_Name>PcdDxePcdDatabaseTraverseEnabled</C_Name>
106 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
107 <HelpText>This feature flag can be used to enable or disable the Pcd DXE database
108 traverse capability. Disable it can reduce the size of final image generated.</HelpText>
109 </PcdEntry>
110 </PcdCoded>
111 </ModuleSurfaceArea>