201025_03
authorhgs
Tue, 13 Jul 2010 10:07:47 +0530
changeset 52 830bd228f4f6
parent 51 2e64dc50f295
child 54 085438c28042
201025_03
dcmofw/dcmoserver/data/dcmo.rss
dcmofw/dcmoserver/group/bld.inf
dcmofw/dcmoserver/group/dcmoserver.mmp
dcmofw/dcmoserver/loc/dcmo.loc
dcmofw/rom/dcmofw.iby
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dcmofw/dcmoserver/data/dcmo.rss	Tue Jul 13 10:07:47 2010 +0530
@@ -0,0 +1,103 @@
+/*
+* Copyright (c) 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:  Resource file for DCMO component.
+*
+*/
+
+
+//  INCLUDES
+#include <bldvariant.hrh>
+#include <eikon.rh>
+#include <avkon.rh>
+#include <avkon.rsg>
+#include <dcmo.loc>
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf=""; }
+
+
+//  CONSTANTS  
+
+//  MACROS  
+
+//  RESOURCE DEFINITIONS 
+
+ 
+// r_dm_run_time_var_disable
+// Text for showing Disabled
+// Info note for showing the information received.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_dm_run_time_var_disable    { buf = qtn_dm_run_time_var_disable; }
+
+// r_dm_run_time_var_enable
+// Text for showing Enabled
+// Info note for showing the information received.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_dm_run_time_var_enable    { buf = qtn_dm_run_time_var_enable; }
+
+// r_dm_run_time_var_camera
+// Text for showing Camera
+// Info note for showing the information received.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_dm_run_time_var_camera    { buf = qtn_dm_run_time_var_camera; }
+
+// r_dm_run_time_var_firmware_update
+// Text for showing Firmware Update
+// Info note for showing the information received.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_dm_run_time_var_firmware_update    { buf = qtn_dm_run_time_var_firmware_update; }
+
+// r_dm_run_time_var_external_memory_card
+// Text for showing External Memort Card
+// Info note for showing the information received.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_dm_run_time_var_ext_memory    { buf = qtn_dm_run_time_var_ext_memory; }
+
+// r_dm_run_time_var_bluetooth
+// Text for showing Bluetooth
+// Info note for showing the information received.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_dm_run_time_var_bluetooth    { buf = qtn_dm_run_time_var_bluetooth; }
+
+// r_dm_run_time_var_wlan
+// Text for showing WLAN
+// Info note for showing the information received.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_dm_run_time_var_wlan    { buf = qtn_dm_run_time_var_wlan; }
+
+// r_dm_run_time_var_desktop_sync
+// Text for showing Desktop Sync
+// Info note for showing the information received.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_dm_run_time_var_desktop_sync    { buf = qtn_dm_run_time_var_desktop_sync; }
+
+
+// End of File
--- a/dcmofw/dcmoserver/group/bld.inf	Tue Jul 13 09:51:41 2010 +0530
+++ b/dcmofw/dcmoserver/group/bld.inf	Tue Jul 13 10:07:47 2010 +0530
@@ -20,6 +20,7 @@
 PRJ_EXPORTS
 
 
+../loc/dcmo.loc												MW_LAYER_LOC_EXPORT_PATH(dcmo.loc)
 // Generic configuration interface for component cenrep settings  
 ../conf/dcmo.confml                   MW_LAYER_CONFML(dcmo.confml)
 ../conf/dcmo_2001FE47.crml 	    	    MW_LAYER_CRML(dcmo_2001FE47.crml)
--- a/dcmofw/dcmoserver/group/dcmoserver.mmp	Tue Jul 13 09:51:41 2010 +0530
+++ b/dcmofw/dcmoserver/group/dcmoserver.mmp	Tue Jul 13 10:07:47 2010 +0530
@@ -39,6 +39,11 @@
 USERINCLUDE   	../inc
 USERINCLUDE   	../../inc
 
+START RESOURCE 	../data/dcmo.rss
+    HEADER
+    TARGETPATH  resource
+    LANGUAGE_IDS
+END 
 LIBRARY     	euser.lib 
 LIBRARY       ecom.lib
 LIBRARY       centralrepository.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dcmofw/dcmoserver/loc/dcmo.loc	Tue Jul 13 10:07:47 2010 +0530
@@ -0,0 +1,70 @@
+/*
+* Copyright (c) 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:  Localisation file for DCMO framework.
+*
+*/
+
+
+
+// LOCALISATION STRINGS
+
+//d:Text to be shown for Disabled
+//l:heading_pane_t1
+//r:5.2
+//
+#define qtn_dm_run_time_var_disable   "Disabled by system administrator:"
+
+//d:Text to be shown for Enabled
+//l:heading_pane_t1
+//r:5.2
+//
+#define qtn_dm_run_time_var_enable   "Enabled by system administrator:"
+
+//d:Text to be shown for Camera
+//l:list_single_pane_t1_cp2
+//r:5.2
+//
+#define qtn_dm_run_time_var_camera   "Camera"
+
+//d:Text to be shown for Firmware Update
+//l:list_single_pane_t1_cp2
+//r:5.2
+//
+#define qtn_dm_run_time_var_firmware_update   "Firmware Update"
+
+//d:Text to be shown for External Memory Card
+//l:list_single_pane_t1_cp2
+//r:5.2
+//
+#define qtn_dm_run_time_var_ext_memory   "External Memory Card"
+
+//d:Text to be shown for Bluetooth
+//l:list_single_pane_t1_cp2
+//r:5.2
+//
+#define qtn_dm_run_time_var_bluetooth   "Bluetooth"
+
+//d:Text to be shown for WLAN
+//l:list_single_pane_t1_cp2
+//r:5.2
+//
+#define qtn_dm_run_time_var_wlan   "WLAN"
+
+//d:Text to be shown for Desktop Sync
+//l:list_single_pane_t1_cp2
+//r:5.2
+//
+#define qtn_dm_run_time_var_desktop_sync   "Desktop Sync"
+
+// End of File
--- a/dcmofw/rom/dcmofw.iby	Tue Jul 13 09:51:41 2010 +0530
+++ b/dcmofw/rom/dcmofw.iby	Tue Jul 13 10:07:47 2010 +0530
@@ -22,7 +22,7 @@
 file=ABI_DIR\BUILD_DIR\dcmoclient.dll		SHARED_LIB_DIR\dcmoclient.dll
 
 #ifdef FF_RUNTIME_DEVICE_CAPABILITY_CONFIGURATION
-
+data=DATAZ_\RESOURCE_FILES_DIR\dcmo.rsc	RESOURCE_FILES_DIR\dcmo.rsc
 file=ABI_DIR\BUILD_DIR\dcmoserver.exe		PROGRAMS_DIR\dcmoserver.exe
 
 data=\epoc32\data\Z\private\10202BE9\2001FE47.txt       private\10202BE9\2001FE47.txt