mirror of https://github.com/acidanthera/audk.git
Rename Frame*Lib to *LibFramework to improve the speed that a module could be found in the tree.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2908 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ecd5940d53
commit
bb2873d931
|
@ -47,8 +47,8 @@
|
|||
#
|
||||
################################################################################
|
||||
[LibraryClass.common]
|
||||
FrameworkHiiLib|Include/Library/FrameworkHiiLib.h
|
||||
FrameworkIfrSupportLib|Include/Library/FrameworkIfrSupportLib.h
|
||||
HiiLibFramework|Include/Library/HiiLibFramework.h
|
||||
IfrSupportLibFramework|Include/Library/IfrSupportLibFramework.h
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -65,6 +65,6 @@
|
|||
${WORKSPACE}/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
||||
${WORKSPACE}/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.inf
|
||||
${WORKSPACE}/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
|
||||
${WORKSPACE}/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
|
||||
${WORKSPACE}/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
${WORKSPACE}/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
|
||||
${WORKSPACE}/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
|
|
@ -20,8 +20,8 @@
|
|||
<RePackage>false</RePackage>
|
||||
</PackageDefinitions>
|
||||
<LibraryClassDeclarations>
|
||||
<LibraryClass Name="FrameworkHiiLib">
|
||||
<IncludeHeader>Include/Library/FrameworkHiiLib.h</IncludeHeader>
|
||||
<LibraryClass Name="HiiLibFramework">
|
||||
<IncludeHeader>Include/Library/HiiLibFramework.h</IncludeHeader>
|
||||
<HelpText>This library provide the service function for package manipulations based on Intel Framework HII specification.</HelpText>
|
||||
</LibraryClass>
|
||||
</LibraryClassDeclarations>
|
||||
|
|
Loading…
Reference in New Issue