author | jake |
Mon, 24 May 2010 12:15:02 +0300 | |
branch | v5backport |
changeset 76 | 62d594099fbe |
parent 56 | 7b5c31fac191 |
permissions | -rw-r--r-- |
43
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
1 |
/* |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
2 |
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
3 |
* All rights reserved. |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
8 |
* |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
9 |
* Initial Contributors: |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
11 |
* |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
12 |
* Contributors: |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
13 |
* |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
14 |
* Description: The build information file of Profile Plugin |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
15 |
* |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
16 |
*/ |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
17 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
18 |
|
56
7b5c31fac191
Many of the components were not compilingm,because bld.inf had undefined flag #ifdef RD_CUSTOMIZABLE_AI. All the flags removed now. Components do not compile right away. E.g. many icons are missing and need to be copied from Symbian3. See example from MCSPlugin. Shortcut plugin does not need to be compiled as MCSPlugin replaces it.
jake
parents:
43
diff
changeset
|
19 |
//#ifdef RD_CUSTOMIZABLE_AI |
43
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
20 |
#include <platform_paths.hrh> |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
21 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
22 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
23 |
PRJ_PLATFORMS |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
24 |
DEFAULT |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
25 |
// Help exports |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
26 |
#include "../help/group/bld.inf" |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
27 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
28 |
PRJ_EXPORTS |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
29 |
../loc/hs_app_mcspluginsettings.loc MW_LAYER_LOC_EXPORT_PATH(hs_app_mcspluginsettings.loc) |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
30 |
../loc/hs_app_mcsplugin.loc MW_LAYER_LOC_EXPORT_PATH(hs_app_mcsplugin.loc) |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
31 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
32 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
33 |
../rom/hs_app_mcsplugin_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(hs_app_mcsplugin_resources.iby) |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
34 |
../rom/hs_app_mcsplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(hs_app_mcsplugin.iby) |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
35 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
36 |
../handler/inc/hs_app_mcspluginparamval.h MW_LAYER_PLATFORM_EXPORT_PATH(hs_app_mcspluginparamval.h) |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
37 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
38 |
qgn_mcsplugin_log_out.svg /epoc32/s60/icons/qgn_mcsplugin_log_out.svg |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
39 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
40 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
41 |
PRJ_EXTENSIONS |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
42 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
43 |
START EXTENSION s60/mifconv |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
44 |
OPTION TARGETFILE aimcsplugin.mif |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
45 |
OPTION HEADERFILE aimcsplugin.mbg |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
46 |
OPTION SOURCES -c8,8 qgn_prop_ai_shortcut -c8,8 qgn_menu_url \ |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
47 |
-c8,8 qgn_menu_mce_sel_mes -c8,8 qgn_menu_mce_syncmail \ |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
48 |
-c8,8 qgn_menu_am -c8,8 qgn_prop_cp_conn_shortcut \ |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
49 |
-c8,8 qgn_prop_psln_ai_sub -c8,8 qgn_mcsplugin_log_out |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
50 |
END |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
51 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
52 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
53 |
PRJ_MMPFILES |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
54 |
mcsplugin.mmp |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
55 |
mcspluginsettings.mmp |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
56 |
mcspluginhandler.mmp |
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
57 |
|
56
7b5c31fac191
Many of the components were not compilingm,because bld.inf had undefined flag #ifdef RD_CUSTOMIZABLE_AI. All the flags removed now. Components do not compile right away. E.g. many icons are missing and need to be copied from Symbian3. See example from MCSPlugin. Shortcut plugin does not need to be compiled as MCSPlugin replaces it.
jake
parents:
43
diff
changeset
|
58 |
//#endif // RD_CUSTOMIZABLE_AI |
43
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
59 |
|
690b4f151c12
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
fdim
parents:
diff
changeset
|
60 |
// End of File. |