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 REM OMA Data Synchronisation Application UI |
|
18 |
|
19 #include <bldvariant.hrh> |
|
20 |
|
21 #ifndef __OMADSAPPUI_IBY__ |
|
22 #define __OMADSAPPUI_IBY__ |
|
23 |
|
24 #ifdef __SYNCML_DS // nothing should be installed from this .iby file if __SYNCML_DS feature is not selected |
|
25 |
|
26 REM S60_APP_EXE_UDEB(NSmlDSSync) |
|
27 REM file=ABI_DIR\UDEB\NSmlDSSync.exe PROGRAMS_DIR\NSmlDSSync.exe |
|
28 S60_APP_EXE(NSmlDSSync) |
|
29 |
|
30 REM S60_APP_BITMAP(NSmlDSSync) |
|
31 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,NSmlDSSync) |
|
32 S60_APP_AIF_ICONS(NSmlDSSync) |
|
33 S60_APP_AIF_RSC(NSmlDSSync) |
|
34 |
|
35 |
|
36 //#ifdef RD_DSUI_CP_INTEGRATION |
|
37 ECOM_PLUGIN(OmaDsAppUiPlugin.dll, OmaDsAppUiPlugin.rsc) |
|
38 //#endif |
|
39 |
|
40 #endif // __SYNCML_DS |
|
41 |
|
42 #endif //__OMADSAPPUI_IBY__ |