irda/irdastack/INC/irerr.ra
changeset 0 29b1cd4cb562
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/irda/irdastack/INC/irerr.ra	Fri Jan 15 08:13:17 2010 +0200
@@ -0,0 +1,74 @@
+// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+/**
+ @file
+ @internalAll
+ @released
+*/
+
+#include <errors/generic/irerr.rls>
+RESOURCE ARRAY r_error_res_ir_errors_1
+	{
+	items=
+		{
+		SINGLE_ERROR
+			{
+			text=r_error_res_ir_no_device_found;		// -5501 KErrIrObexClientNoDevicesFound
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_ir_other_device_stupid;	// -5502
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_ir_other_device_aborted;	// -5503
+			}
+		};
+	}
+
+RESOURCE ARRAY r_error_res_ir_errors_2
+	{
+	items=
+		{
+		SINGLE_ERROR
+			{
+			text=r_error_res_ir_other_device_aborted;	// -5507
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_ir_unknown_data;			// -5508
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_ir_receive_failed_oom;		// -5509
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_ir_other_device_stupid;	// -5510
+			},
+		SINGLE_ERROR
+			{
+			text=r_error_res_ir_other_device_no_multi;	// -5511
+			}
+		};
+	}
+
+RESOURCE TBUF r_error_res_ir_no_device_found		{ buf=STRING_r_error_res_ir_no_device_found	; }
+RESOURCE TBUF r_error_res_ir_other_device_stupid	{ buf=STRING_r_error_res_ir_other_device_stupid; }
+RESOURCE TBUF r_error_res_ir_other_device_aborted	{ buf=STRING_r_error_res_ir_other_device_aborted; }
+RESOURCE TBUF r_error_res_ir_unknown_data			{ buf=STRING_r_error_res_ir_unknown_data		; }
+RESOURCE TBUF r_error_res_ir_receive_failed_oom		{ buf=STRING_r_error_res_ir_receive_failed_oom	; }
+RESOURCE TBUF r_error_res_ir_other_device_no_multi	{ buf=STRING_r_error_res_ir_other_device_no_multi; }