1 /* |
|
2 * Copyright (c) 2005-2008 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 the |
|
15 * CSC Application. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 PRJ_EXPORTS |
|
24 #ifdef __SERIES60_HELP |
|
25 ../cscapplicationui/inc/csc.hlp.hrh MW_LAYER_PLATFORM_EXPORT_PATH( csc.hlp.hrh ) |
|
26 #endif |
|
27 |
|
28 ../rom/csc.iby CORE_APP_LAYER_IBY_EXPORT_PATH( csc.iby ) |
|
29 |
|
30 // Temporarily move resource iby to core due missing localization |
|
31 //../rom/cscresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH( cscresources.iby ) |
|
32 ../rom/cscresources.iby CORE_APP_LAYER_IBY_EXPORT_PATH( cscresources.iby ) |
|
33 |
|
34 |
|
35 //ROM SIS stub |
|
36 ../sis/commsconfig_stub.sis /epoc32/data/z/system/install/commsconfig_stub.sis |
|
37 PRJ_MMPFILES |
|
38 |
|
39 //gnumakefile ../cscapplicationui/group/icons_dc.mk |
|
40 |
|
41 PRJ_EXTENSIONS |
|
42 START EXTENSION s60/mifconv |
|
43 OPTION TARGETFILE csc_aif.mif |
|
44 OPTION HEADERFILE csc.mbg |
|
45 OPTION SOURCEFILE iconlist.txt |
|
46 END |
|
47 |
|
48 //subcomponent includes |
|
49 #include "../cscgsplugin/group/bld.inf" |
|
50 #include "../cscsipvoipcleanupplugin/group/bld.inf" |
|
51 #include "../cscengine/group/bld.inf" |
|
52 #include "../cscsettingsui/group/bld.inf" |
|
53 #include "../cscapplicationui/group/bld.inf" |
|
54 |
|
55 // End of File |
|