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]
|
[LibraryClass.common]
|
||||||
FrameworkHiiLib|Include/Library/FrameworkHiiLib.h
|
HiiLibFramework|Include/Library/HiiLibFramework.h
|
||||||
FrameworkIfrSupportLib|Include/Library/FrameworkIfrSupportLib.h
|
IfrSupportLibFramework|Include/Library/IfrSupportLibFramework.h
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -65,6 +65,6 @@
|
||||||
${WORKSPACE}/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
${WORKSPACE}/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
||||||
${WORKSPACE}/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.inf
|
${WORKSPACE}/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.inf
|
||||||
${WORKSPACE}/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.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/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||||
${WORKSPACE}/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
|
${WORKSPACE}/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
|
|
@ -20,8 +20,8 @@
|
||||||
<RePackage>false</RePackage>
|
<RePackage>false</RePackage>
|
||||||
</PackageDefinitions>
|
</PackageDefinitions>
|
||||||
<LibraryClassDeclarations>
|
<LibraryClassDeclarations>
|
||||||
<LibraryClass Name="FrameworkHiiLib">
|
<LibraryClass Name="HiiLibFramework">
|
||||||
<IncludeHeader>Include/Library/FrameworkHiiLib.h</IncludeHeader>
|
<IncludeHeader>Include/Library/HiiLibFramework.h</IncludeHeader>
|
||||||
<HelpText>This library provide the service function for package manipulations based on Intel Framework HII specification.</HelpText>
|
<HelpText>This library provide the service function for package manipulations based on Intel Framework HII specification.</HelpText>
|
||||||
</LibraryClass>
|
</LibraryClass>
|
||||||
</LibraryClassDeclarations>
|
</LibraryClassDeclarations>
|
||||||
|
|
Loading…
Reference in New Issue