mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
Rename the module based on the naming rule
Thunk Module Name = (Produced)To(Consumed)Thunk git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5347 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b6b2bb74df
commit
d00d0b12ac
@ -84,7 +84,7 @@ FvInfoPpiInstalled (
|
|||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
FvHobtoFvInfoThunkEntry (
|
PeimEntry (
|
||||||
IN EFI_PEI_FILE_HANDLE FfsHeader,
|
IN EFI_PEI_FILE_HANDLE FfsHeader,
|
||||||
IN CONST EFI_PEI_SERVICES **PeiServices
|
IN CONST EFI_PEI_SERVICES **PeiServices
|
||||||
)
|
)
|
@ -25,14 +25,14 @@
|
|||||||
|
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = FvHobToFvInfoThunk
|
BASE_NAME = FvInfoToFvHobThunk
|
||||||
FILE_GUID = 9E00A9F6-B88E-4ab5-A825-15970E12731A
|
FILE_GUID = 9E00A9F6-B88E-4ab5-A825-15970E12731A
|
||||||
MODULE_TYPE = PEIM
|
MODULE_TYPE = PEIM
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
EDK_RELEASE_VERSION = 0x00020000
|
EDK_RELEASE_VERSION = 0x00020000
|
||||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||||
|
|
||||||
ENTRY_POINT = FvHobtoFvInfoThunkEntry
|
ENTRY_POINT = PeimEntry
|
||||||
|
|
||||||
#
|
#
|
||||||
# The following information is for reference only and not required by the build tools.
|
# The following information is for reference only and not required by the build tools.
|
Loading…
x
Reference in New Issue
Block a user