summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/test
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-11-13 10:35:37 -0600
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 15:30:28 -0600
commit3273e7387ba43cce84e8431acc414a943a687f36 (patch)
tree2de7206a9aa6e2b7a6cc134de09d6afc4ee68ab4 /src/usr/targeting/test
parentb06ecf7fa73668849af09d5f4a372629516f3565 (diff)
downloadtalos-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.tar.gz
talos-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.zip
Remove all compile dependencies on old fapi
Change-Id: Ia1633645fe2b294fecd15a8ede67983b86d3549c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22283 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/test')
-rw-r--r--src/usr/targeting/test/makefile4
-rw-r--r--src/usr/targeting/test/testtargeting.H12
2 files changed, 7 insertions, 9 deletions
diff --git a/src/usr/targeting/test/makefile b/src/usr/targeting/test/makefile
index ae56feb31..b8d466539 100644
--- a/src/usr/targeting/test/makefile
+++ b/src/usr/targeting/test/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2011,2014
+# Contributors Listed Below - COPYRIGHT 2011,2015
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/usr/targeting/test/testtargeting.H b/src/usr/targeting/test/testtargeting.H
index 695836496..fdd4702da 100644
--- a/src/usr/targeting/test/testtargeting.H
+++ b/src/usr/targeting/test/testtargeting.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -40,10 +42,7 @@
// CXXTEST
#include <cxxtest/TestSuite.H>
-#include <hwpf/plat/fapiPlatAttributeService.H>
-#include <fapiReturnCode.H>
-#include <fapiAttributeIds.H>
-#include <fapiAttributeService.H>
+
#include <errl/errlmanager.H>
#include <sys/sync.h>
#include <sys/task.h>
@@ -103,7 +102,6 @@ class TargetingTestSuite : public CxxTest::TestSuite
TS_TRACE(ENTER_MRK "testHbMutexAttr" );
using namespace TARGETING;
- using namespace fapi;
do {
@@ -207,7 +205,6 @@ class TargetingTestSuite : public CxxTest::TestSuite
using namespace ERRORLOG;
using namespace TARGETING;
- using namespace fapi;
// Get a reference to the target service
TargetService& l_service = targetService();
@@ -253,7 +250,6 @@ class TargetingTestSuite : public CxxTest::TestSuite
// is resolved
using namespace ERRORLOG;
using namespace TARGETING;
- using namespace fapi;
TargetHandleList l_targs;
OpenPOWER on IntegriCloud