summaryrefslogtreecommitdiff
path: root/source/config/lcdriver_error_codes.xml
diff options
context:
space:
mode:
authorunknown <xvsnepe@.seavus-dev2.com>2012-01-04 13:33:09 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:41:30 +0200
commite80c74d2b26a3ac5e8fc818d749fdcf60181d101 (patch)
treedd0f9d89413076b1ecc6216f92024b8ee77bd5a2 /source/config/lcdriver_error_codes.xml
parentf2be658909048b1050bf66c14324cccce852a931 (diff)
Add LCD/LCM compatibility check version 2
Small changes for LCD/LCM compatibility check added. ST-Ericsson ID: 362575 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Ic8d9b0940cc9c949aac84cea8abca4f95c992a93 Signed-off-by: unknown <xvsnepe@.seavus-dev2.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/39382 Reviewed-by: QABUILD Tested-by: Vlatko STENKOSKI Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com>
Diffstat (limited to 'source/config/lcdriver_error_codes.xml')
-rw-r--r--source/config/lcdriver_error_codes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/config/lcdriver_error_codes.xml b/source/config/lcdriver_error_codes.xml
index a7f7f5c..412a9e9 100644
--- a/source/config/lcdriver_error_codes.xml
+++ b/source/config/lcdriver_error_codes.xml
@@ -83,8 +83,8 @@
-->
<value number="10401" name="LCM_DLL_LOAD_LOADLIBRARY_ERROR" fatal="true" short="Failed to load LCM library.">Loading of dependant library failed. Make sure that it is placed on correct location.</value>
<value number="10402" name="LCM_DLL_LOAD_FUNCTION_NOT_FOUND" fatal="true" short="Failed to import LCM functionality.">Some of dependend functions was not found in the given LCM library. Make sure that the version that is used is compatible.</value>
- <value number="10426" name="LCM_DLL_LOAD_INCOMPATIBLE_PC_VERSION" fatal="false" short="Incompatible PC LCM version.">Some of functions may not work in the given LCM library. Make sure that the PC LCM version that is used is compatible.</value>
- <value number="10427" name="LCM_DLL_LOAD_INCOMPATIBLE_LDR_VERSION" fatal="false" short="Incompatible LDR LCM version.">Some of functions may not work in the given LCM library. Make sure that the LDR LCM version that is used is compatible.</value>
+ <value number="10426" name="LCM_LOAD_INCOMPATIBLE_PC_VERSION" fatal="true" short="Incompatible PC LCM version.">Some of functions may not work in the given LCM library. Make sure that the PC LCM version that is used is compatible.</value>
+ <value number="10427" name="LCM_LOAD_INCOMPATIBLE_LDR_VERSION" fatal="false" short="Incompatible LDR LCM version.">Some of functions may not work in the given LCM library. Make sure that the LDR LCM version that is used is compatible.</value>
<!--
* Exceptions Fatal 10451-10475