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:
qhuang8 2009-03-05 15:29:02 +00:00
parent 8e8fcb0e9f
commit 48f3634eca
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -14,6 +14,7 @@
#include <Base.h>
#include <Library/PeCoffExtraActionLib.h>
/**
Applies additional actions to relocate fixups to a PE/COFF image.

View File

@ -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