mirror of https://github.com/acidanthera/audk.git
Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7823 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8e8fcb0e9f
commit
48f3634eca
|
@ -1,7 +1,7 @@
|
|||
#/** @file
|
||||
# Debug Library with empty functions.
|
||||
#
|
||||
# Copyright (c) 2007 - 2008, Intel Corporation.
|
||||
# Copyright (c) 2009, Intel Corporation.
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <Base.h>
|
||||
#include <Library/PeCoffExtraActionLib.h>
|
||||
|
||||
/**
|
||||
Applies additional actions to relocate fixups to a PE/COFF image.
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
|
||||
MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
||||
MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
||||
MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLibNull.inf
|
||||
MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
||||
MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
||||
MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
|
||||
MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
|
||||
|
|
Loading…
Reference in New Issue