1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/Framework/frame/EComErr.ra Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,194 @@
1.4 +// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +RESOURCE ARRAY r_error_res_ecom_errors
1.20 + {
1.21 + items=
1.22 + {
1.23 + SINGLE_ERROR
1.24 + {
1.25 + text=r_ecom_error_default; //-17000
1.26 + },
1.27 + SINGLE_ERROR
1.28 + {
1.29 + text=r_ecom_error_alreadyreceiving;
1.30 + },
1.31 + SINGLE_ERROR
1.32 + {
1.33 + text=r_ecom_error_unknownservice;
1.34 + },
1.35 + SINGLE_ERROR
1.36 + {
1.37 + text=r_ecom_error_invalidunloadpolicy;
1.38 + },
1.39 + SINGLE_ERROR
1.40 + {
1.41 + text=r_ecom_error_nointerfaceidentified;
1.42 + },
1.43 + SINGLE_ERROR
1.44 + {
1.45 + text=r_ecom_error_enablefailed;
1.46 + },
1.47 + SINGLE_ERROR
1.48 + {
1.49 + text=r_ecom_error_disablefailed;
1.50 + },
1.51 + SINGLE_ERROR
1.52 + {
1.53 + text=r_ecom_error_noregistrationsfound;
1.54 + },
1.55 + SINGLE_ERROR
1.56 + {
1.57 + text=r_ecom_error_invalidiic;
1.58 + },
1.59 + SINGLE_ERROR
1.60 + {
1.61 + text=r_ecom_error_uninstallfailed;
1.62 + },
1.63 + SINGLE_ERROR
1.64 + {
1.65 + text=r_ecom_error_reinstallfailed;
1.66 + },
1.67 + SINGLE_ERROR
1.68 + {
1.69 + text=r_ecom_error_registrationfailed;
1.70 + },
1.71 + SINGLE_ERROR
1.72 + {
1.73 + text=r_ecom_error_notconnected;
1.74 + },
1.75 + SINGLE_ERROR
1.76 + {
1.77 + text=r_ecom_error_referencecountinvalid;
1.78 + },
1.79 + SINGLE_ERROR
1.80 + {
1.81 + text=r_ecom_error_noresolver;
1.82 + },
1.83 + SINGLE_ERROR
1.84 + {
1.85 + text=r_ecom_error_suspendfailed;
1.86 + },
1.87 + SINGLE_ERROR
1.88 + {
1.89 + text=r_ecom_error_resumefailed;
1.90 + },
1.91 + SINGLE_ERROR
1.92 + {
1.93 + text=r_ecom_error_destructionfailed;
1.94 + },
1.95 + SINGLE_ERROR
1.96 + {
1.97 + text=r_ecom_error_drivealreadyinstalled;
1.98 + },
1.99 + SINGLE_ERROR
1.100 + {
1.101 + text=r_ecom_error_drivenotfound;
1.102 + },
1.103 + SINGLE_ERROR
1.104 + {
1.105 + text=r_ecom_error_indexentrynotfound;
1.106 + },
1.107 + SINGLE_ERROR
1.108 + {
1.109 + text=r_ecom_error_noregistrationdata;
1.110 + },
1.111 + SINGLE_ERROR
1.112 + {
1.113 + text=r_ecom_error_invalidregistrydata;
1.114 + },
1.115 + SINGLE_ERROR
1.116 + {
1.117 + text=r_ecom_error_mismatchedtags;
1.118 + },
1.119 + SINGLE_ERROR
1.120 + {
1.121 + text=r_ecom_error_instantiationpointernotfound;
1.122 + },
1.123 + SINGLE_ERROR
1.124 + {
1.125 + text=r_ecom_error_instantiationpointernotavailable;
1.126 + },
1.127 + SINGLE_ERROR
1.128 + {
1.129 + text=r_ecom_error_toomanynotificationsoutstanding;
1.130 + },
1.131 + SINGLE_ERROR
1.132 + {
1.133 + text=r_ecom_error_destroyingwithnulldtorkey;
1.134 + },
1.135 + SINGLE_ERROR
1.136 + {
1.137 + text=r_ecom_error_missingparameter;
1.138 + },
1.139 + SINGLE_ERROR
1.140 + {
1.141 + text=r_ecom_error_listinvalidawaitnotification;
1.142 + },
1.143 + SINGLE_ERROR
1.144 + {
1.145 + text=r_ecom_error_listcurrentlyunavailable;
1.146 + },
1.147 + SINGLE_ERROR
1.148 + {
1.149 + text=r_ecom_error_noextendedinterfacereleasefunction;
1.150 + },
1.151 + SINGLE_ERROR
1.152 + {
1.153 + text=r_ecom_error_noextendedinterfacereleaseobject;
1.154 + },
1.155 + SINGLE_ERROR
1.156 + {
1.157 + text=r_ecom_error_notfoundscantimer;
1.158 + }
1.159 + };
1.160 + }
1.161 +
1.162 +
1.163 +// Errors -17000 to -17033
1.164 +RESOURCE TBUF r_ecom_error_default{ buf="Unknown Ecom error"; }
1.165 +RESOURCE TBUF r_ecom_error_alreadyreceiving{ buf="Already recieving"; }
1.166 +RESOURCE TBUF r_ecom_error_unknownservice{ buf="The Client requested a service which is not supplied by this framework"; }
1.167 +RESOURCE TBUF r_ecom_error_invalidunloadpolicy{ buf="The Client requested a service which is not supplied by this framework"; }
1.168 +RESOURCE TBUF r_ecom_error_nointerfaceidentified{ buf="The call to instantiate an Interface Implementation failed because no registrations exist for this interface."; }
1.169 +RESOURCE TBUF r_ecom_error_enablefailed{ buf="The call to Enable the registered Interface Implementation failed."; }
1.170 +RESOURCE TBUF r_ecom_error_disablefailed{ buf="The call to Disable the registered Interface Implementation failed."; }
1.171 +RESOURCE TBUF r_ecom_error_noregistrationsfound{ buf="The call to instantiate an Interface Implementation failed because no appropriate implementation was found."; }
1.172 +RESOURCE TBUF r_ecom_error_invalidiic{ buf="The call to instantiate an Interface Implementation failed because the implementation caused an error."; }
1.173 +RESOURCE TBUF r_ecom_error_uninstallfailed{ buf="The call to Remove the registered Interface Implementation failed."; }
1.174 +RESOURCE TBUF r_ecom_error_reinstallfailed{ buf="The call to Re-register an Interface Implementation failed."; }
1.175 +RESOURCE TBUF r_ecom_error_registrationfailed{ buf="The call to Register an Interface Implementation failed."; }
1.176 +RESOURCE TBUF r_ecom_error_notconnected{ buf="The client does not have a session open with the framework."; }
1.177 +RESOURCE TBUF r_ecom_error_referencecountinvalid{ buf="The Interface Implementation reference count is invalid."; }
1.178 +RESOURCE TBUF r_ecom_error_noresolver{ buf="The Non-Default resolver could not be instantiated."; }
1.179 +RESOURCE TBUF r_ecom_error_suspendfailed{ buf="The call to Suspend registration activities failed."; }
1.180 +RESOURCE TBUF r_ecom_error_resumefailed{ buf="The call to Resume registration activities failed."; }
1.181 +RESOURCE TBUF r_ecom_error_destructionfailed{ buf="The Interface Implementations destruction could not be recorded."; }
1.182 +RESOURCE TBUF r_ecom_error_drivealreadyinstalled{ buf="The Interface Implementations drive has already been installed."; }
1.183 +RESOURCE TBUF r_ecom_error_drivenotfound{ buf="The Interface Implementations drive was not found."; }
1.184 +RESOURCE TBUF r_ecom_error_indexentrynotfound{ buf="The Interface Implementations drive was not found."; }
1.185 +RESOURCE TBUF r_ecom_error_noregistrationdata{ buf="The Interface Implementation has not been registered."; }
1.186 +RESOURCE TBUF r_ecom_error_invalidregistrydata{ buf="The Interface Implementation's registry data is corrupt."; }
1.187 +RESOURCE TBUF r_ecom_error_mismatchedtags{ buf="The Interface Implementation's registration file is invalid."; }
1.188 +RESOURCE TBUF r_ecom_error_instantiationpointernotfound{ buf="The Interface Implementation's instantiation method is missing."; }
1.189 +RESOURCE TBUF r_ecom_error_instantiationpointernotavailable{ buf="The Interface Implementation's instantiation method is missing."; }
1.190 +RESOURCE TBUF r_ecom_error_toomanynotificationsoutstanding{ buf="Too many notifications are already open on the ECom session."; }
1.191 +RESOURCE TBUF r_ecom_error_destroyingwithnulldtorkey{ buf="The Interface Implementation destruction id is invalid."; }
1.192 +RESOURCE TBUF r_ecom_error_missingparameter{ buf="The Interface Implementation construction has too few parameters."; }
1.193 +RESOURCE TBUF r_ecom_error_listinvalidawaitnotification{ buf="The registry is currently unavailable, (registration in progress), please await a notification and then try again."; }
1.194 +RESOURCE TBUF r_ecom_error_noextendedinterfacereleasefunction{ buf="The extended interface release function was not found."; }
1.195 +RESOURCE TBUF r_ecom_error_noextendedinterfacereleaseobject{ buf="The extended interface release function was not found."; }
1.196 +RESOURCE TBUF r_ecom_error_notfoundscantimer{ buf="The Interface implementation could not find a scan timer"; }
1.197 +RESOURCE TBUF r_ecom_error_listcurrentlyunavailable{ buf="The list is currently unavailable"; }
1.198 \ No newline at end of file