summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.dsc2
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