equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2007 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 the information required for building |
|
15 * Connectivity Settings plugin |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 PRJ_EXPORTS |
|
25 ../rom/gsconnsettingsplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH( gsconnsettingsplugin.iby ) |
|
26 ../rom/gsconnsettingspluginresources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( gsconnsettingspluginresources.iby ) |
|
27 |
|
28 ../loc/gsconnsettingsplugin.loc MW_LAYER_LOC_EXPORT_PATH( gsconnsettingsplugin.loc ) |
|
29 |
|
30 PRJ_EXTENSIONS |
|
31 START EXTENSION s60/mifconv |
|
32 OPTION TARGETFILE gsconnsettingsplugin.mif |
|
33 OPTION HEADERFILE gsconnsettingsplugin.mbg |
|
34 /* Using Connectivity plugin icon. Should be changed when correct (qgn_prop_cp_conn_settings) icon available */ |
|
35 OPTION SOURCES -c8,8 qgn_prop_cp_conn |
|
36 END |
|
37 |
|
38 PRJ_MMPFILES |
|
39 gsconnsettingsplugin.mmp |
|
40 |
|
41 PRJ_TESTMMPFILES |
|
42 |
|
43 // End of File |
|