|
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 __CHATNG_IBY__ |
|
21 #define __CHATNG_IBY__ |
|
22 |
|
23 #ifdef __IM |
|
24 |
|
25 #ifdef __CHATNG |
|
26 |
|
27 S60_APP_EXE(ChatNG) |
|
28 S60_APP_BITMAP(ChatNG) |
|
29 S60_APP_AIF_ICONS(ChatNG) |
|
30 |
|
31 // Application registration resource, published to \import\apps folder |
|
32 // to support SIS upgrading of IM |
|
33 data=\EPOC32\DATA\Z\private\10003a3f\apps\ChatNG_reg.RSC private\10003a3f\import\apps\ChatNG_reg.RSC |
|
34 |
|
35 // Service Settings UI |
|
36 file=ABI_DIR\BUILD_DIR\wvservicesettingsuing.dll SHARED_LIB_DIR\wvservicesettingsuing.dll |
|
37 |
|
38 // Multi CSP Connection UI |
|
39 file=ABI_DIR\BUILD_DIR\impsconnectionuing.dll SHARED_LIB_DIR\impsconnectionuing.dll |
|
40 |
|
41 // Application engine |
|
42 file=ABI_DIR\BUILD_DIR\caengineng.dll SHARED_LIB_DIR\caengineng.dll |
|
43 |
|
44 // Adapter |
|
45 file=ABI_DIR\BUILD_DIR\caadapterng.dll SHARED_LIB_DIR\caadapterng.dll |
|
46 |
|
47 // storage manager |
|
48 file=ABI_DIR\BUILD_DIR\castorageng.DLL SHARED_LIB_DIR\castorageng.DLL |
|
49 |
|
50 // presence |
|
51 file=ABI_DIR\BUILD_DIR\capresenceng.DLL SHARED_LIB_DIR\capresenceng.DLL |
|
52 |
|
53 // Variation |
|
54 file=ABI_DIR\BUILD_DIR\alternatorng.dll SHARED_LIB_DIR\alternatorng.dll |
|
55 file=ABI_DIR\BUILD_DIR\caloggerng.DLL SHARED_LIB_DIR\caloggerng.DLL |
|
56 |
|
57 // audio manager |
|
58 file=ABI_DIR\BUILD_DIR\caaudiomanagerng.dll SHARED_LIB_DIR\caaudiomanagerng.dll |
|
59 |
|
60 // ImUtils |
|
61 file=ABI_DIR\BUILD_DIR\imutilsng.dll SHARED_LIB_DIR\imutilsng.dll |
|
62 |
|
63 // command utils |
|
64 file=ABI_DIR\BUILD_DIR\cacommandutilsng.dll SHARED_LIB_DIR\cacommandutilsng.dll |
|
65 |
|
66 // process manager |
|
67 file=ABI_DIR\BUILD_DIR\wvuiprocessng.dll SHARED_LIB_DIR\wvuiprocessng.dll |
|
68 |
|
69 // Version file |
|
70 data=ZPRIVATE\101F4673\IMVersion.txt private\101F4673\IMVersion.txt |
|
71 |
|
72 // Resource version file |
|
73 |
|
74 data=DATAZ_\system\install\IMNGResourceVersion.sis system\install\IMNGResourceVersion.sis |
|
75 |
|
76 // Chat stub SIS, provides support for SIS upgrading |
|
77 |
|
78 data=DATAZ_\system\install\ChatStubNG.sis system\install\ChatStubNG.sis |
|
79 |
|
80 // IM launcher plugin |
|
81 ECOM_PLUGIN(imlauncherng.dll,102824CC.rsc) |
|
82 |
|
83 //IMPSAlwaysOnlinePlugin Plugin |
|
84 ECOM_PLUGIN( pengaopluginng.dll, 10282E12.rsc ) |
|
85 |
|
86 #ifdef __PEN_SUPPORT |
|
87 // IM indicator plugin |
|
88 ECOM_PLUGIN(imindicatorpluginng.dll,102823BD.rsc) |
|
89 #endif |
|
90 |
|
91 //backup registration file for service settings |
|
92 data=ZPRIVATE\10282E14\backup_registration.xml private\10282E14\backup_registration.xml |
|
93 |
|
94 // backup registration file |
|
95 data=ZPRIVATE\101F4673\backup_registration.xml private\101F4673\backup_registration.xml |
|
96 |
|
97 // variation file for wvuipresence |
|
98 data=DATAZ_\RESOURCE_FILES_DIR\WVUIPresenceVariationNG.rsc RESOURCE_FILES_DIR\WVUIPresenceVariationNG.rsc |
|
99 |
|
100 |
|
101 #endif // __CHATNG |
|
102 #endif // __IM |
|
103 |
|
104 #endif // __CHATNG_IBY__ |