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