From 48f3634eca3bfa891dfc9605ced46ac6d9f86284 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 5 Mar 2009 15:29:02 +0000 Subject: [PATCH] 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 --- .../BasePeCoffExtraActionLibNull.inf} | 2 +- .../PeCoffExtraActionLib.c | 1 + MdePkg/MdePkg.dsc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename MdePkg/Library/{PeCoffExtraActionLibNull/PeCoffExtraActionLibNull.inf => BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf} (91%) rename MdePkg/Library/{PeCoffExtraActionLibNull => BasePeCoffExtraActionLibNull}/PeCoffExtraActionLib.c (97%) diff --git a/MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLibNull.inf b/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf similarity index 91% rename from MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLibNull.inf rename to 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 similarity index 97% rename from MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLib.c rename to 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 #include + /** 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 -- 2.39.2