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: Information required for building GSConfigPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the APP_LAYER_LOC_EXPORT_PATH-definition |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 PRJ_EXPORTS |
|
25 #include "devencgspluginexports.inc" |
|
26 |
|
27 PRJ_EXTENSIONS |
|
28 START EXTENSION s60/mifconv |
|
29 OPTION TARGETFILE gsprofilesplugin.mif |
|
30 OPTION HEADERFILE gsprofilesplugin.mbg |
|
31 OPTION SOURCES -c8,8 qgn_prop_cp_perso_prof |
|
32 END |
|
33 |
|
34 PRJ_EXTENSIONS |
|
35 START EXTENSION s60/mifconv |
|
36 OPTION TARGETFILE devencgsplugin.mif |
|
37 OPTION HEADERFILE devencgsplugin.mbg |
|
38 |
|
39 OPTION SOURCES \ |
|
40 -c8,8 qgn_prop_cp_devenc.svg |
|
41 END |
|
42 |
|
43 PRJ_MMPFILES |
|
44 //gnumakefile devencgspluginicons.mk |
|
45 devencgsplugin.mmp |
|
46 |
|
47 PRJ_TESTMMPFILES |
|
48 |
|
49 // End of File |
|