summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAravind Batni2014-03-19 14:29:34 -0500
committerAravind Batni2014-03-19 14:29:34 -0500
commit256aff02a1a691d7646f80a6eab97a187b6946a7 (patch)
treeafc036c65d7ddfa3649fadfb87bd94148ab255d0
parent8a2e54826f140bb8e62376f0c7d4b340c661fc38 (diff)
downloadtraceframework-256aff02a1a691d7646f80a6eab97a187b6946a7.tar.gz
traceframework-256aff02a1a691d7646f80a6eab97a187b6946a7.tar.xz
traceframework-256aff02a1a691d7646f80a6eab97a187b6946a7.zip
fixed a compile time warning:Two events with the same id: ti.uia.sysbios.LoggerStreamer2.L_test and ti.uia.sysbios.LoggerStreamer.L_test share the msg: 'Test'
-rwxr-xr-xtest/TFUnitTest/c6614/c66/bios/tfw_GenProd_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6614/c66/bios/tfw_UiaMInst_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6614/c66/bios/tfw_Uia_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6657/c66/bios/tfw_GenProd_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6657/c66/bios/tfw_UiaMInst_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6657/c66/bios/tfw_Uia_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6670/c66/bios/tfw_GenProd_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6670/c66/bios/tfw_UiaMInst_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6670/c66/bios/tfw_Uia_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6678/c66/bios/tfw_GenProd_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6678/c66/bios/tfw_UiaMInst_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/c6678/c66/bios/tfw_Uia_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2e/c66/bios/tfw_GenProd_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2e/c66/bios/tfw_UiaMInst_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2e/c66/bios/tfw_Uia_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2h/c66/bios/tfw_GenProd_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2h/c66/bios/tfw_UiaMInst_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2h/c66/bios/tfw_Uia_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2k/c66/bios/tfw_GenProd_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2k/c66/bios/tfw_UiaMInst_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2k/c66/bios/tfw_Uia_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2l/c66/bios/tfw_GenProd_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2l/c66/bios/tfw_UiaMInst_utest.cfg1
-rwxr-xr-xtest/TFUnitTest/k2l/c66/bios/tfw_Uia_utest.cfg1
24 files changed, 24 insertions, 0 deletions
diff --git a/test/TFUnitTest/c6614/c66/bios/tfw_GenProd_utest.cfg b/test/TFUnitTest/c6614/c66/bios/tfw_GenProd_utest.cfg
index 4e68e7b..10d9a5c 100755
--- a/test/TFUnitTest/c6614/c66/bios/tfw_GenProd_utest.cfg
+++ b/test/TFUnitTest/c6614/c66/bios/tfw_GenProd_utest.cfg
@@ -35,6 +35,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
36 in the configurations */ 36 in the configurations */
37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
38LoggerStreamer2.L_test.msg = "LS2Test";
38var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 39var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
39var Main = xdc.useModule('xdc.runtime.Main'); 40var Main = xdc.useModule('xdc.runtime.Main');
40var Memory = xdc.useModule('xdc.runtime.Memory') 41var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6614/c66/bios/tfw_UiaMInst_utest.cfg b/test/TFUnitTest/c6614/c66/bios/tfw_UiaMInst_utest.cfg
index ecacd58..00c52cc 100755
--- a/test/TFUnitTest/c6614/c66/bios/tfw_UiaMInst_utest.cfg
+++ b/test/TFUnitTest/c6614/c66/bios/tfw_UiaMInst_utest.cfg
@@ -35,6 +35,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
36 in the configurations */ 36 in the configurations */
37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
38LoggerStreamer2.L_test.msg = "LS2Test";
38var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 39var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
39var Main = xdc.useModule('xdc.runtime.Main'); 40var Main = xdc.useModule('xdc.runtime.Main');
40var Memory = xdc.useModule('xdc.runtime.Memory') 41var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6614/c66/bios/tfw_Uia_utest.cfg b/test/TFUnitTest/c6614/c66/bios/tfw_Uia_utest.cfg
index 743ae82..b21cf4d 100755
--- a/test/TFUnitTest/c6614/c66/bios/tfw_Uia_utest.cfg
+++ b/test/TFUnitTest/c6614/c66/bios/tfw_Uia_utest.cfg
@@ -35,6 +35,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
36 in the configurations */ 36 in the configurations */
37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
38LoggerStreamer2.L_test.msg = "LS2Test";
38var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 39var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
39var Main = xdc.useModule('xdc.runtime.Main'); 40var Main = xdc.useModule('xdc.runtime.Main');
40var Memory = xdc.useModule('xdc.runtime.Memory') 41var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6657/c66/bios/tfw_GenProd_utest.cfg b/test/TFUnitTest/c6657/c66/bios/tfw_GenProd_utest.cfg
index c4e2818..86d0f72 100755
--- a/test/TFUnitTest/c6657/c66/bios/tfw_GenProd_utest.cfg
+++ b/test/TFUnitTest/c6657/c66/bios/tfw_GenProd_utest.cfg
@@ -31,6 +31,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
31/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 31/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
32 in the configurations */ 32 in the configurations */
33var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 33var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
34LoggerStreamer2.L_test.msg = "LS2Test";
34var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 35var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
35var Main = xdc.useModule('xdc.runtime.Main'); 36var Main = xdc.useModule('xdc.runtime.Main');
36var Memory = xdc.useModule('xdc.runtime.Memory') 37var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6657/c66/bios/tfw_UiaMInst_utest.cfg b/test/TFUnitTest/c6657/c66/bios/tfw_UiaMInst_utest.cfg
index 434a4dc..eb04ee4 100755
--- a/test/TFUnitTest/c6657/c66/bios/tfw_UiaMInst_utest.cfg
+++ b/test/TFUnitTest/c6657/c66/bios/tfw_UiaMInst_utest.cfg
@@ -31,6 +31,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
31/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 31/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
32 in the configurations */ 32 in the configurations */
33var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 33var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
34LoggerStreamer2.L_test.msg = "LS2Test";
34var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 35var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
35var Main = xdc.useModule('xdc.runtime.Main'); 36var Main = xdc.useModule('xdc.runtime.Main');
36var Memory = xdc.useModule('xdc.runtime.Memory') 37var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6657/c66/bios/tfw_Uia_utest.cfg b/test/TFUnitTest/c6657/c66/bios/tfw_Uia_utest.cfg
index 855df48..3b56fb8 100755
--- a/test/TFUnitTest/c6657/c66/bios/tfw_Uia_utest.cfg
+++ b/test/TFUnitTest/c6657/c66/bios/tfw_Uia_utest.cfg
@@ -31,6 +31,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
31/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 31/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
32 in the configurations */ 32 in the configurations */
33var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 33var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
34LoggerStreamer2.L_test.msg = "LS2Test";
34var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 35var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
35var Main = xdc.useModule('xdc.runtime.Main'); 36var Main = xdc.useModule('xdc.runtime.Main');
36var Memory = xdc.useModule('xdc.runtime.Memory') 37var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6670/c66/bios/tfw_GenProd_utest.cfg b/test/TFUnitTest/c6670/c66/bios/tfw_GenProd_utest.cfg
index 69bc248..f2d62af 100755
--- a/test/TFUnitTest/c6670/c66/bios/tfw_GenProd_utest.cfg
+++ b/test/TFUnitTest/c6670/c66/bios/tfw_GenProd_utest.cfg
@@ -35,6 +35,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
36 in the configurations */ 36 in the configurations */
37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
38LoggerStreamer2.L_test.msg = "LS2Test";
38var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 39var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
39var Main = xdc.useModule('xdc.runtime.Main'); 40var Main = xdc.useModule('xdc.runtime.Main');
40var Memory = xdc.useModule('xdc.runtime.Memory') 41var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6670/c66/bios/tfw_UiaMInst_utest.cfg b/test/TFUnitTest/c6670/c66/bios/tfw_UiaMInst_utest.cfg
index e2bd7c7..0b5756a 100755
--- a/test/TFUnitTest/c6670/c66/bios/tfw_UiaMInst_utest.cfg
+++ b/test/TFUnitTest/c6670/c66/bios/tfw_UiaMInst_utest.cfg
@@ -35,6 +35,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
36 in the configurations */ 36 in the configurations */
37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
38LoggerStreamer2.L_test.msg = "LS2Test";
38var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 39var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
39var Main = xdc.useModule('xdc.runtime.Main'); 40var Main = xdc.useModule('xdc.runtime.Main');
40var Memory = xdc.useModule('xdc.runtime.Memory') 41var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6670/c66/bios/tfw_Uia_utest.cfg b/test/TFUnitTest/c6670/c66/bios/tfw_Uia_utest.cfg
index f51a602..cdc019c 100755
--- a/test/TFUnitTest/c6670/c66/bios/tfw_Uia_utest.cfg
+++ b/test/TFUnitTest/c6670/c66/bios/tfw_Uia_utest.cfg
@@ -35,6 +35,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
36 in the configurations */ 36 in the configurations */
37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
38LoggerStreamer2.L_test.msg = "LS2Test";
38var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 39var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
39var Main = xdc.useModule('xdc.runtime.Main'); 40var Main = xdc.useModule('xdc.runtime.Main');
40var Memory = xdc.useModule('xdc.runtime.Memory') 41var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6678/c66/bios/tfw_GenProd_utest.cfg b/test/TFUnitTest/c6678/c66/bios/tfw_GenProd_utest.cfg
index 69bc248..f2d62af 100755
--- a/test/TFUnitTest/c6678/c66/bios/tfw_GenProd_utest.cfg
+++ b/test/TFUnitTest/c6678/c66/bios/tfw_GenProd_utest.cfg
@@ -35,6 +35,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
36 in the configurations */ 36 in the configurations */
37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
38LoggerStreamer2.L_test.msg = "LS2Test";
38var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 39var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
39var Main = xdc.useModule('xdc.runtime.Main'); 40var Main = xdc.useModule('xdc.runtime.Main');
40var Memory = xdc.useModule('xdc.runtime.Memory') 41var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6678/c66/bios/tfw_UiaMInst_utest.cfg b/test/TFUnitTest/c6678/c66/bios/tfw_UiaMInst_utest.cfg
index e2bd7c7..0b5756a 100755
--- a/test/TFUnitTest/c6678/c66/bios/tfw_UiaMInst_utest.cfg
+++ b/test/TFUnitTest/c6678/c66/bios/tfw_UiaMInst_utest.cfg
@@ -35,6 +35,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
36 in the configurations */ 36 in the configurations */
37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
38LoggerStreamer2.L_test.msg = "LS2Test";
38var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 39var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
39var Main = xdc.useModule('xdc.runtime.Main'); 40var Main = xdc.useModule('xdc.runtime.Main');
40var Memory = xdc.useModule('xdc.runtime.Memory') 41var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/c6678/c66/bios/tfw_Uia_utest.cfg b/test/TFUnitTest/c6678/c66/bios/tfw_Uia_utest.cfg
index f51a602..cdc019c 100755
--- a/test/TFUnitTest/c6678/c66/bios/tfw_Uia_utest.cfg
+++ b/test/TFUnitTest/c6678/c66/bios/tfw_Uia_utest.cfg
@@ -35,6 +35,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 35/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
36 in the configurations */ 36 in the configurations */
37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 37var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
38LoggerStreamer2.L_test.msg = "LS2Test";
38var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 39var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
39var Main = xdc.useModule('xdc.runtime.Main'); 40var Main = xdc.useModule('xdc.runtime.Main');
40var Memory = xdc.useModule('xdc.runtime.Memory') 41var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2e/c66/bios/tfw_GenProd_utest.cfg b/test/TFUnitTest/k2e/c66/bios/tfw_GenProd_utest.cfg
index b41f1d1..a4af0d2 100755
--- a/test/TFUnitTest/k2e/c66/bios/tfw_GenProd_utest.cfg
+++ b/test/TFUnitTest/k2e/c66/bios/tfw_GenProd_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2e/c66/bios/tfw_UiaMInst_utest.cfg b/test/TFUnitTest/k2e/c66/bios/tfw_UiaMInst_utest.cfg
index 1a1f156..20aa376 100755
--- a/test/TFUnitTest/k2e/c66/bios/tfw_UiaMInst_utest.cfg
+++ b/test/TFUnitTest/k2e/c66/bios/tfw_UiaMInst_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2e/c66/bios/tfw_Uia_utest.cfg b/test/TFUnitTest/k2e/c66/bios/tfw_Uia_utest.cfg
index bc889f5..11ea0a3 100755
--- a/test/TFUnitTest/k2e/c66/bios/tfw_Uia_utest.cfg
+++ b/test/TFUnitTest/k2e/c66/bios/tfw_Uia_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2h/c66/bios/tfw_GenProd_utest.cfg b/test/TFUnitTest/k2h/c66/bios/tfw_GenProd_utest.cfg
index ee068c6..764fd2e 100755
--- a/test/TFUnitTest/k2h/c66/bios/tfw_GenProd_utest.cfg
+++ b/test/TFUnitTest/k2h/c66/bios/tfw_GenProd_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2h/c66/bios/tfw_UiaMInst_utest.cfg b/test/TFUnitTest/k2h/c66/bios/tfw_UiaMInst_utest.cfg
index a436d26..670658d 100755
--- a/test/TFUnitTest/k2h/c66/bios/tfw_UiaMInst_utest.cfg
+++ b/test/TFUnitTest/k2h/c66/bios/tfw_UiaMInst_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2h/c66/bios/tfw_Uia_utest.cfg b/test/TFUnitTest/k2h/c66/bios/tfw_Uia_utest.cfg
index defee54..b8b11c2 100755
--- a/test/TFUnitTest/k2h/c66/bios/tfw_Uia_utest.cfg
+++ b/test/TFUnitTest/k2h/c66/bios/tfw_Uia_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2k/c66/bios/tfw_GenProd_utest.cfg b/test/TFUnitTest/k2k/c66/bios/tfw_GenProd_utest.cfg
index 9e7cedf..06bee37 100755
--- a/test/TFUnitTest/k2k/c66/bios/tfw_GenProd_utest.cfg
+++ b/test/TFUnitTest/k2k/c66/bios/tfw_GenProd_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2k/c66/bios/tfw_UiaMInst_utest.cfg b/test/TFUnitTest/k2k/c66/bios/tfw_UiaMInst_utest.cfg
index 603ebdb..cfafbf5 100755
--- a/test/TFUnitTest/k2k/c66/bios/tfw_UiaMInst_utest.cfg
+++ b/test/TFUnitTest/k2k/c66/bios/tfw_UiaMInst_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2k/c66/bios/tfw_Uia_utest.cfg b/test/TFUnitTest/k2k/c66/bios/tfw_Uia_utest.cfg
index ec74d62..2168a83 100755
--- a/test/TFUnitTest/k2k/c66/bios/tfw_Uia_utest.cfg
+++ b/test/TFUnitTest/k2k/c66/bios/tfw_Uia_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2l/c66/bios/tfw_GenProd_utest.cfg b/test/TFUnitTest/k2l/c66/bios/tfw_GenProd_utest.cfg
index 4ff4599..1ed0c51 100755
--- a/test/TFUnitTest/k2l/c66/bios/tfw_GenProd_utest.cfg
+++ b/test/TFUnitTest/k2l/c66/bios/tfw_GenProd_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2l/c66/bios/tfw_UiaMInst_utest.cfg b/test/TFUnitTest/k2l/c66/bios/tfw_UiaMInst_utest.cfg
index 1a1f156..20aa376 100755
--- a/test/TFUnitTest/k2l/c66/bios/tfw_UiaMInst_utest.cfg
+++ b/test/TFUnitTest/k2l/c66/bios/tfw_UiaMInst_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')
diff --git a/test/TFUnitTest/k2l/c66/bios/tfw_Uia_utest.cfg b/test/TFUnitTest/k2l/c66/bios/tfw_Uia_utest.cfg
index 6a7a487..bdda2e0 100755
--- a/test/TFUnitTest/k2l/c66/bios/tfw_Uia_utest.cfg
+++ b/test/TFUnitTest/k2l/c66/bios/tfw_Uia_utest.cfg
@@ -37,6 +37,7 @@ var LogSnapshot = xdc.useModule('ti.uia.runtime.LogSnapshot');
37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them 37/* UIA 1.1.2.X onwards supports legacy loggerstreamer or multiintance loggerstreamer2 - use one of them
38 in the configurations */ 38 in the configurations */
39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2'); 39var LoggerStreamer2 = xdc.useModule('ti.uia.sysbios.LoggerStreamer2');
40LoggerStreamer2.L_test.msg = "LS2Test";
40var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer'); 41var LoggerStreamer = xdc.useModule('ti.uia.sysbios.LoggerStreamer');
41var Main = xdc.useModule('xdc.runtime.Main'); 42var Main = xdc.useModule('xdc.runtime.Main');
42var Memory = xdc.useModule('xdc.runtime.Memory') 43var Memory = xdc.useModule('xdc.runtime.Memory')