author | Simon Howkins <simonh@symbian.org> |
Mon, 22 Nov 2010 16:01:09 +0000 | |
branch | RCL_3 |
changeset 93 | d216ae5a8733 |
permissions | -rw-r--r-- |
93
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
1 |
/* |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
2 |
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
3 |
* All rights reserved. |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
8 |
* |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
11 |
* |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
12 |
* Contributors: |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
13 |
* |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
14 |
* Description: Build information for Calendar |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
15 |
* |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
16 |
*/ |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
17 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
18 |
PRJ_PLATFORMS |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
19 |
DEFAULT |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
20 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
21 |
#include <platform_paths.hrh> |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
22 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
23 |
PRJ_EXPORTS |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
24 |
../loc/calendar.loc APP_LAYER_LOC_EXPORT_PATH(calendar.loc) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
25 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
26 |
// ../rom/aiagendapluginengine.iby CORE_APP_LAYER_IBY_EXPORT_PATH(aiagendaaluginengine.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
27 |
// ../rom/aicalendarplugin2.iby CORE_APP_LAYER_IBY_EXPORT_PATH(aicalendarplugin2.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
28 |
../rom/CalenGsPlugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calengsplugin.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
29 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
30 |
../rom/calencontroller.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calencontroller.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
31 |
../rom/multicaluidialog.iby CORE_APP_LAYER_IBY_EXPORT_PATH(multicaluidialog.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
32 |
../rom/calenaiwproviderplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calenaiwproviderplugin.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
33 |
../rom/calenviews.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calenviews.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
34 |
../rom/calencustomisationmanager.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calencustomisationmanager.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
35 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
36 |
../rom/calencommonutils.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calencommonutils.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
37 |
../rom/Calendar.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calendar.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
38 |
../rom/CalenEditors.iby CORE_APP_LAYER_IBY_EXPORT_PATH(caleneditors.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
39 |
../rom/CalenGlobalData.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calenglobaldata.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
40 |
../rom/CalenSvr.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calensvr.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
41 |
../rom/CalenSettingsUi.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calensettingsui.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
42 |
../rom/CalenSvrResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(CalenSvrResources.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
43 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
44 |
../rom/calenregionalutil.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calenregionalutil.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
45 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
46 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
47 |
../rom/CalenCommonUiResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calencommonuiresources.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
48 |
../rom/CalendarResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calendarresources.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
49 |
../rom/CalenEditorsResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(caleneditorsresources.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
50 |
../rom/multicaluidialogresource.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(multicaluidialogresource.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
51 |
../rom/calenaiwproviderresource.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calenaiwproviderresource.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
52 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
53 |
//Added for corolla release |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
54 |
../rom/CalenThaiPlugin_Variant.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(CalenThaiPlugin_Variant.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
55 |
../rom/CalenLunarVietnamese_Variant.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(CalenLunarVietnamese_Variant.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
56 |
../rom/CalenLunarChinese_Variant.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(CalenLunarChinese_Variant.iby) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
57 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
58 |
//stubsis is added to provide IAD |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
59 |
../stubsis/calendar_stub.sis /epoc32/data/z/system/install/calendar_stub.sis |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
60 |
//Winscw |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
61 |
../application/data/10003a5b.cre /epoc32/release/winscw/udeb/z/private/10202be9/10003a5b.cre |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
62 |
//Armv5 |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
63 |
../application/data/10003a5b.cre /epoc32/data/z/private/10202be9/10003a5b.cre |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
64 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
65 |
// For Map icon |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
66 |
../application/data/qgn_menu_maps.svg /epoc32/s60/icons/qgn_menu_maps.svg |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
67 |
|
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
68 |
// Generic configuration interface for component cenrep settings |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
69 |
// component_1000292B implementation specifics for cenrep data |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
70 |
// component_12345678 implementation specifics for genconf ml data |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
71 |
../conf/calendarUI.confml APP_LAYER_CONFML(calendarUI.confml) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
72 |
../conf/calendarUI_101F874B.crml APP_LAYER_CRML(calendarUI_101F874B.crml) |
d216ae5a8733
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
73 |