equal
deleted
inserted
replaced
|
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 * |
|
16 */ |
|
17 #ifndef __LOGS_IBY__ |
|
18 #define __LOGS_IBY__ |
|
19 |
|
20 // Logs Dll files |
|
21 file=ABI_DIR\BUILD_DIR\LogsEng.dll SHARED_LIB_DIR\LogsEng.dll |
|
22 file=ABI_DIR\BUILD_DIR\AocCtView.dll SHARED_LIB_DIR\AocCtView.dll |
|
23 |
|
24 //ECOM plugin (Ecom dll) |
|
25 ECOM_PLUGIN(LogsPlugin.dll,LogsPlugin.rsc) |
|
26 |
|
27 #ifdef __PEN_SUPPORT //ECOM plugin for the universal missed calls indicator touch support |
|
28 ECOM_PLUGIN(LogsIndicatorPlugin.dll,LogsIndicatorPlugin.rsc) |
|
29 #endif |
|
30 |
|
31 // Backup registration |
|
32 data=DATAZ_\private\101F4CD5\backup_registration.xml private\101F4CD5\backup_registration.xml |
|
33 |
|
34 // Logs App |
|
35 S60_APP_EXE(Logs) |
|
36 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,Logs) |
|
37 S60_APP_AIF_ICONS(Logs) |
|
38 S60_APP_AIF_RSC(Logs) |
|
39 |
|
40 #endif |