equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: IBY file for the SyncML notifier component. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef SYNCMLNOTIFIER_IBY |
|
20 #define SYNCMLNOTIFIER_IBY |
|
21 |
|
22 // Should only be included if at least one of the SyncML components is included |
|
23 #if defined(__SYNCML_DS) || defined(__SYNCML_DM) |
|
24 |
|
25 file = ABI_DIR\BUILD_DIR\SyncMLNotifier.dll SHARED_LIB_DIR\SyncMLNotifier.dll |
|
26 ECOM_PLUGIN( SyncMLNotifierWrapper.dll, 101F876A.rsc ) |
|
27 |
|
28 #ifdef __SERIES60_30__ |
|
29 file = ABI_DIR\BUILD_DIR\SyncMLNotifierAppServer.exe PROGRAMS_DIR\SyncMLNotifierAppServer.exe |
|
30 data = DATAZ_\Private\10003a3f\Apps\SyncMLNotifierAppServer_reg.rsc Private\10003a3f\apps\SyncMLNotifierAppServer_reg.rsc |
|
31 #endif // __SERIES60_30__ |
|
32 |
|
33 #endif // defined(__SYNCML_DS) || defined(__SYNCML_DM) |
|
34 |
|
35 #endif // SYNCMLNOTIFIER_IBY |
|
36 |
|
37 // End of File |