author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 13 Oct 2010 14:53:46 +0300 | |
branch | RCL_3 |
changeset 130 | 67f2ed48ad91 |
parent 114 | a5a39a295112 |
permissions | -rw-r--r-- |
114 | 1 |
/* |
2 |
* Copyright (c) 2006 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: The build information file of Profile Plugin |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#ifdef RD_CUSTOMIZABLE_AI |
|
20 |
#include <platform_paths.hrh> |
|
21 |
||
22 |
||
23 |
PRJ_PLATFORMS |
|
24 |
DEFAULT |
|
25 |
// Help exports |
|
26 |
#include "../help/group/bld.inf" |
|
27 |
||
28 |
PRJ_EXPORTS |
|
29 |
../loc/mcspluginsettings.loc MW_LAYER_LOC_EXPORT_PATH(mcspluginsettings.loc) |
|
30 |
../loc/mcsplugin.loc MW_LAYER_LOC_EXPORT_PATH(mcsplugin.loc) |
|
31 |
||
32 |
||
33 |
../rom/mcsplugin_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(mcsplugin_resources.iby) |
|
34 |
../rom/mcsplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mcsplugin.iby) |
|
35 |
||
36 |
../handler/inc/mcspluginparamval.h MW_LAYER_PLATFORM_EXPORT_PATH(mcspluginparamval.h) |
|
37 |
||
38 |
||
39 |
||
40 |
PRJ_EXTENSIONS |
|
41 |
||
42 |
START EXTENSION s60/mifconv |
|
43 |
OPTION TARGETFILE aimcsplugin.mif |
|
44 |
OPTION HEADERFILE aimcsplugin.mbg |
|
45 |
OPTION SOURCES -c8,8 qgn_prop_ai_shortcut -c8,8 qgn_menu_url \ |
|
46 |
-c8,8 qgn_menu_mce_sel_mes -c8,8 qgn_menu_mce_syncmail \ |
|
47 |
-c8,8 qgn_menu_am -c8,8 qgn_prop_cp_conn_shortcut \ |
|
130
67f2ed48ad91
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
114
diff
changeset
|
48 |
-c8,8 qgn_prop_psln_ai_sub -c8,8 qgn_prop_log_calls_sub \ |
114 | 49 |
-c8,8 qgn_menu_mce_postcard -c8,8 qgn_menu_mce_email \ |
50 |
-c8,8 qgn_menu_mce_audio -c8,8 qgn_menu_mce_gene |
|
51 |
END |
|
52 |
||
53 |
||
54 |
PRJ_MMPFILES |
|
55 |
mcsplugin.mmp |
|
56 |
mcspluginsettings.mmp |
|
57 |
mcspluginhandler.mmp |
|
58 |
||
59 |
#endif // RD_CUSTOMIZABLE_AI |
|
60 |
||
61 |
// End of File. |