]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiLib/UefiLib.msa
Checked in part of MDE library instances following PI and UEFI. It includes:
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLib.msa
CommitLineData
e386b444 1<?xml version="1.0" encoding="UTF-8"?>\r
2<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
3 <MsaHeader>\r
4 <ModuleName>UefiLib</ModuleName>\r
5 <ModuleType>DXE_DRIVER</ModuleType>\r
6 <GuidValue>3a004ba5-efe0-4a61-9f1a-267a46ae5ba9</GuidValue>\r
7 <Version>1.0</Version>\r
8 <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>\r
9 <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
10
43fcd999 11 Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the oldconflicts with library functions and supporting implementations of the old
e386b444 12 (EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services.</Description>\r
13 <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>\r
14 <License>All rights reserved. This program and the accompanying materials
15 are licensed and made available under the terms and conditions of the BSD License
16 which accompanies this distribution. The full text of the license may be found at
17 http://opensource.org/licenses/bsd-license.php
18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
20 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
21 </MsaHeader>\r
22 <ModuleDefinitions>\r
23 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
24 <BinaryModule>false</BinaryModule>\r
25 <OutputFileBasename>UefiLib</OutputFileBasename>\r
26 </ModuleDefinitions>\r
27 <LibraryClassDefinitions>\r
28 <LibraryClass Usage="ALWAYS_PRODUCED" SupModuleList="DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER">\r
29 <Keyword>UefiLib</Keyword>\r
30 </LibraryClass>\r
31 <LibraryClass Usage="ALWAYS_CONSUMED">\r
32 <Keyword>UefiBootServicesTableLib</Keyword>\r
33 </LibraryClass>\r
34 <LibraryClass Usage="ALWAYS_CONSUMED">\r
35 <Keyword>BaseLib</Keyword>\r
36 </LibraryClass>\r
37 <LibraryClass Usage="ALWAYS_CONSUMED">\r
38 <Keyword>BaseMemoryLib</Keyword>\r
39 </LibraryClass>\r
40 <LibraryClass Usage="ALWAYS_CONSUMED">\r
41 <Keyword>DebugLib</Keyword>\r
42 </LibraryClass>\r
43 <LibraryClass Usage="ALWAYS_CONSUMED">\r
44 <Keyword>MemoryAllocationLib</Keyword>\r
45 </LibraryClass>\r
46 <LibraryClass Usage="ALWAYS_CONSUMED">\r
47 <Keyword>PcdLib</Keyword>\r
48 </LibraryClass>\r
49 <LibraryClass Usage="ALWAYS_CONSUMED">\r
50 <Keyword>PrintLib</Keyword>\r
51 </LibraryClass>\r
52 </LibraryClassDefinitions>\r
53 <SourceFiles>\r
54 <Filename>UefiLib.c</Filename>\r
55 <Filename>Console.c</Filename>\r
56 <Filename>UefiNotTiano.c</Filename>\r
57 <Filename>UefiLibPrint.c</Filename>\r
c7d265a9 58 <Filename>UefiDriverModel.c</Filename>\r
e386b444 59 </SourceFiles>\r
60 <PackageDependencies>\r
61 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
62 </PackageDependencies>\r
63 <Guids>\r
64 <GuidCNames Usage="ALWAYS_CONSUMED">\r
65 <GuidCName>gEfiEventLegacyBootGuid</GuidCName>\r
66 </GuidCNames>\r
67 <GuidCNames Usage="ALWAYS_CONSUMED">\r
68 <GuidCName>gEfiEventReadyToBootGuid</GuidCName>\r
69 </GuidCNames>\r
e386b444 70 </Guids>\r
71 <Externs>\r
72 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
73 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
74 </Externs>\r
75 <PcdCoded>\r
76 <PcdEntry PcdItemType="FIXED_AT_BUILD" Usage="ALWAYS_CONSUMED">\r
77 <C_Name>PcdUefiLibMaxPrintBufferSize</C_Name>\r
78 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>\r
79 <HelpText>This PCD is used by UefiLib APIs, which are Print, ErrorPrint, AsciiPrint, AsciiErrorPrint. If the length of the formatted Unicode or ASCII string is greater than PcdUefiLibMaxPrintBufferSize, then only the first (PcdUefiLibMaxPrintBufferSize / Sizeof(CHAR16)) Unicode characters or PcdUefiLibMaxPrintBufferSize Ascii characters are sent to the respective console.</HelpText>\r
80 </PcdEntry>\r
c7d265a9 81 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">\r
82 <C_Name>PcdDriverDiagnosticsDisable</C_Name>\r
83 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>\r
84 <HelpText>If this value is set TRUE, autogen will replace Driver Diagnostics Protocol instance with NULL.</HelpText>\r
85 </PcdEntry>\r
86 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">\r
87 <C_Name>PcdDriverDiagnostics2Disable</C_Name>\r
88 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>\r
89 <HelpText>If this value is set TRUE, autogen will replace Driver Diagnostics2 Protocol instance with NULL.</HelpText>\r
90 </PcdEntry>\r
91 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">\r
92 <C_Name>PcdComponentNameDisable</C_Name>\r
93 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>\r
94 <HelpText>If this value is set TRUE, autogen will replace Component Name Protocol instance with NULL.</HelpText>\r
95 </PcdEntry>\r
96 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">\r
97 <C_Name>PcdComponentName2Disable</C_Name>\r
98 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>\r
99 <HelpText>If this value is set TRUE, autogen will replace Component Name2 Protocol instance with NULL.</HelpText>\r
100 </PcdEntry>\r
e386b444 101 </PcdCoded>\r
102</ModuleSurfaceArea>