diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-05 15:29:02 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-05 15:29:02 +0000 |
commit | 48f3634eca3bfa891dfc9605ced46ac6d9f86284 (patch) | |
tree | 5112e10bb1222c378f76525ef4a34ebbc7019c30 | |
parent | 8e8fcb0e9f4964d02c0be8fc074e7e51a16ab71a (diff) | |
download | edk2-platforms-48f3634eca3bfa891dfc9605ced46ac6d9f86284.tar.xz |
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
-rw-r--r-- | MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf (renamed from MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLibNull.inf) | 2 | ||||
-rw-r--r-- | MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c (renamed from MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLib.c) | 1 | ||||
-rw-r--r-- | MdePkg/MdePkg.dsc | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLibNull.inf b/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf index 995a92f8a5..06eb4eefb8 100644 --- a/MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLibNull.inf +++ b/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf @@ -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
diff --git a/MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLib.c b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c index a9848af3e6..4a6332828c 100644 --- a/MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLib.c +++ b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c @@ -14,6 +14,7 @@ #include <Base.h>
#include <Library/PeCoffExtraActionLib.h>
+
/**
Applies additional actions to relocate fixups to a PE/COFF image.
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index 24786b52e1..fd9a6e7020 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -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
|