wvuing/Rom/chatngresources.iby
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *     This class is a part of the standard application framework.
       
    16 *     The application gets instantiated starting from this class.
       
    17 *     Provides a factory method for instantiating the document object.
       
    18 *
       
    19 */
       
    20 #ifndef __CHATNGRESOURCES_IBY__
       
    21 #define __CHATNGRESOURCES_IBY__
       
    22 
       
    23 #ifdef __IM
       
    24 
       
    25 #ifdef __CHATNG 
       
    26 
       
    27 data=DATAZ_\RESOURCE_FILES_DIR\CAEngineNG.rsc    				RESOURCE_FILES_DIR\CAEngineNG.rsc
       
    28 
       
    29 // ChatNG UI Variation File
       
    30 data=DATAZ_\RESOURCE_FILES_DIR\CAVariationNG.rsc    				RESOURCE_FILES_DIR\CAVariationNG.rsc
       
    31 
       
    32 //IMPSConnectionUI Variation File
       
    33 data=DATAZ_\RESOURCE_FILES_DIR\IMConnectionUIVariationNG.rsc    				RESOURCE_FILES_DIR\IMConnectionUIVariationNG.rsc
       
    34 
       
    35 // Service Settings UI resource
       
    36 data=DATAZ_\RESOURCE_FILES_DIR\CWVSETTINGSUING.rsc              RESOURCE_FILES_DIR\CWVSETTINGSUING.rsc
       
    37 // Multi CSP Connection UI resource
       
    38 data=DATAZ_\RESOURCE_FILES_DIR\IMPSConnectionUiNG.rsc           RESOURCE_FILES_DIR\IMPSConnectionUiNG.rsc
       
    39 
       
    40 //Presence Always Onling plugin resource files
       
    41 data=DATAZ_\RESOURCE_FILES_DIR\PEngAOPluginNG.rsc               RESOURCE_FILES_DIR\PEngAOPluginNG.rsc 
       
    42 
       
    43 #ifdef __PEN_SUPPORT
       
    44 	// IM indicator plugin
       
    45 	data=DATAZ_\RESOURCE_FILES_DIR\imindicatorng.rsc           RESOURCE_FILES_DIR\imindicatorng.rsc 
       
    46 #endif
       
    47 
       
    48 S60_APP_CAPTION(ChatNG)
       
    49 S60_APP_RESOURCE(ChatNG)
       
    50 
       
    51 #endif // __CHATNG
       
    52 #endif // __IM
       
    53 
       
    54 #endif // __CHATNGRESOURCES_IBY__