diff options
Diffstat (limited to 'MdePkg/Library')
-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 |
2 files changed, 2 insertions, 1 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.
|