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: This file provides building information for SyncMLNotifier. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 PRJ_PLATFORMS |
|
21 DEFAULT |
|
22 |
|
23 PRJ_EXPORTS |
|
24 |
|
25 // Generic configuration interface for component cenrep settings |
|
26 ../conf/syncmlnotifier.confml MW_LAYER_CONFML(syncmlnotifier.confml) |
|
27 ../conf/syncmlnotifier_101F8769.crml MW_LAYER_CRML(syncmlnotifier_101F8769.crml) |
|
28 |
|
29 ../rom/SyncMLNotifier.iby CORE_MW_LAYER_IBY_EXPORT_PATH(SyncMLNotifier.iby) |
|
30 ../rom/SyncMLNotifierResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(SyncMLNotifierResources.iby) |
|
31 ../loc/SyncMLNotifier.loc MW_LAYER_LOC_EXPORT_PATH(syncmlnotifier.loc) |
|
32 ../loc/SyncMLNotifierFota.loc MW_LAYER_LOC_EXPORT_PATH(syncmlnotifierfota.loc) |
|
33 |
|
34 PRJ_MMPFILES |
|
35 ../group/SyncMLNotifier.mmp |
|
36 |
|
37 #ifdef __SERIES60_30__ |
|
38 ../appserver/SyncMLNotifierAppserver.mmp |
|
39 #endif // __SERIES60_30__ |
|
40 |
|
41 ../ecom/SyncMLNotifierWrapper.mmp |
|
42 |
|
43 PRJ_TESTMMPFILES |
|
44 |
|
45 PRJ_TESTEXPORTS |
|
46 |
|
47 // End of File |
|