/** 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:* This class is a part of the standard application framework.* The application gets instantiated starting from this class.* Provides a factory method for instantiating the document object.**/#ifndef __CHATNG_IBY__#define __CHATNG_IBY__#ifdef __IM#ifdef __CHATNGS60_APP_EXE(ChatNG)S60_APP_BITMAP(ChatNG)S60_APP_AIF_ICONS(ChatNG)// Application registration resource, published to \import\apps folder// to support SIS upgrading of IMdata=\EPOC32\DATA\Z\private\10003a3f\apps\ChatNG_reg.RSC private\10003a3f\import\apps\ChatNG_reg.RSC// Service Settings UIfile=ABI_DIR\BUILD_DIR\wvservicesettingsuing.dll SHARED_LIB_DIR\wvservicesettingsuing.dll// Multi CSP Connection UIfile=ABI_DIR\BUILD_DIR\impsconnectionuing.dll SHARED_LIB_DIR\impsconnectionuing.dll// Application enginefile=ABI_DIR\BUILD_DIR\caengineng.dll SHARED_LIB_DIR\caengineng.dll// Adapterfile=ABI_DIR\BUILD_DIR\caadapterng.dll SHARED_LIB_DIR\caadapterng.dll// storage managerfile=ABI_DIR\BUILD_DIR\castorageng.DLL SHARED_LIB_DIR\castorageng.DLL// presencefile=ABI_DIR\BUILD_DIR\capresenceng.DLL SHARED_LIB_DIR\capresenceng.DLL// Variationfile=ABI_DIR\BUILD_DIR\alternatorng.dll SHARED_LIB_DIR\alternatorng.dllfile=ABI_DIR\BUILD_DIR\caloggerng.DLL SHARED_LIB_DIR\caloggerng.DLL// audio managerfile=ABI_DIR\BUILD_DIR\caaudiomanagerng.dll SHARED_LIB_DIR\caaudiomanagerng.dll// ImUtilsfile=ABI_DIR\BUILD_DIR\imutilsng.dll SHARED_LIB_DIR\imutilsng.dll// command utilsfile=ABI_DIR\BUILD_DIR\cacommandutilsng.dll SHARED_LIB_DIR\cacommandutilsng.dll// process managerfile=ABI_DIR\BUILD_DIR\wvuiprocessng.dll SHARED_LIB_DIR\wvuiprocessng.dll// Version filedata=ZPRIVATE\101F4673\IMVersion.txt private\101F4673\IMVersion.txt// Resource version filedata=DATAZ_\system\install\IMNGResourceVersion.sis system\install\IMNGResourceVersion.sis// Chat stub SIS, provides support for SIS upgradingdata=DATAZ_\system\install\ChatStubNG.sis system\install\ChatStubNG.sis// IM launcher pluginECOM_PLUGIN(imlauncherng.dll,102824CC.rsc)//IMPSAlwaysOnlinePlugin PluginECOM_PLUGIN( pengaopluginng.dll, 10282E12.rsc )#ifdef __PEN_SUPPORT // IM indicator plugin ECOM_PLUGIN(imindicatorpluginng.dll,102823BD.rsc)#endif//backup registration file for service settingsdata=ZPRIVATE\10282E14\backup_registration.xml private\10282E14\backup_registration.xml// backup registration filedata=ZPRIVATE\101F4673\backup_registration.xml private\101F4673\backup_registration.xml// variation file for wvuipresencedata=DATAZ_\RESOURCE_FILES_DIR\WVUIPresenceVariationNG.rsc RESOURCE_FILES_DIR\WVUIPresenceVariationNG.rsc#endif // __CHATNG#endif // __IM#endif // __CHATNG_IBY__