summaryrefslogtreecommitdiff
path: root/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c
diff options
context:
space:
mode:
authorMarvin Häuser <Marvin.Haeuser@outlook.com>2018-02-27 18:27:32 +0100
committerJiewen Yao <jiewen.yao@intel.com>2018-02-28 09:14:29 +0800
commit141e0bd9067cd06ad71996d3577770efb08e804e (patch)
tree22735932670f3792f93f06257c0de1d1550b8f45 /Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c
parent4ee50c4a6b2c65d55be6c0868ac6d17c5b5f6642 (diff)
downloadedk2-platforms-141e0bd9067cd06ad71996d3577770efb08e804e.tar.xz
MinPlatformPkg/TestPointLib: Prevent symbol duplication.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c')
-rw-r--r--Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c
index 2e807932f8..4f59727911 100644
--- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c
+++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c
@@ -168,7 +168,7 @@ TestPointAipGetSupportedTypes (
return EFI_SUCCESS;
}
-EFI_ADAPTER_INFORMATION_PROTOCOL mAdapterInformationProtocol = {
+EFI_ADAPTER_INFORMATION_PROTOCOL mDxeAdapterInformationProtocol = {
TestPointAipGetInfo,
TestPointAipSetInfo,
TestPointAipGetSupportedTypes,