equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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 the License "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: Build information for the Connection Manager |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include "../../../web_plat/browser_platform_api/inc/Browser_platform_variant.hrh" |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 DEFAULT |
|
25 |
|
26 PRJ_EXPORTS |
|
27 ../rom/ConnectionManager.iby CORE_MW_LAYER_IBY_EXPORT_PATH(ConnectionManager.iby) |
|
28 ../rom/ConnectionManagerResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(ConnectionManagerResources.iby) |
|
29 ../loc/connectionmanager.loc MW_LAYER_LOC_EXPORT_PATH(connectionmanager.loc) |
|
30 |
|
31 #ifdef __SERIES60_32__ |
|
32 |
|
33 PRJ_MMPFILES |
|
34 gnumakefile conmaniconsdc.mk |
|
35 ConnectionManager.mmp |
|
36 |
|
37 #else |
|
38 |
|
39 PRJ_EXTENSIONS |
|
40 START EXTENSION s60/mifconv |
|
41 OPTION TARGETFILE connman.mif |
|
42 OPTION HEADERFILE connman.mbg |
|
43 OPTION SOURCES -c8,8 qgn_note_csd -c8,8 qgn_note_gprs |
|
44 END |
|
45 |
|
46 PRJ_MMPFILES |
|
47 |
|
48 ConnectionManager.mmp |
|
49 |
|
50 #endif |
|
51 |
|
52 // End of File |