summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r--src/include/usr/hbotcompid.H17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 8f1c6e382..bc742e230 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -54,13 +54,13 @@ const char MY_COMP_NAME[] = "myname";
/** @name ERRL
* Error Logging component.
- *
+ *
* Oct 2011: Temporarily set ERRL component ID to the
- * same as FSP ERRL in order to make the FSP x86 errl tool
+ * same as FSP ERRL in order to make the FSP x86 errl tool
* format Hostboot error logs with traces. For user-defined
* trace sections, that tools expects component 0x3100,
- * section ID 0x0C, and version 1.
- *
+ * section ID 0x0C, and version 1.
+ *
* Requirement SW105241 is opened for fips8xx errl tool
* to start becoming Hostboot aware. TODO When errl becomes
* Hostboot aware, ERRL comp id can revert to 0x0100. Monte
@@ -164,5 +164,14 @@ const compId_t FSISCOM_COMP_ID = 0x0D00;
const char FSISCOM_COMP_NAME[] = "fsiscom";
//@}
+// ----------------------------------------------------------
+// CXXTEST Unit Test, reserve compid near the end...
+/** @name CXXTEST
+ * CxxTest component
+ */
+//@{
+const compId_t CXXTEST_COMP_ID = 0xFD00;
+const char CXXTEST_COMP_NAME[] = "CxxTest";
+//@}
#endif
OpenPOWER on IntegriCloud