1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 # All rights reserved. |
2 # All rights reserved. |
4 # This component and the accompanying materials are made available |
3 # This component and the accompanying materials are made available |
5 # under the terms of "Eclipse Public License v1.0" |
4 # under the terms of "Eclipse Public License v1.0" |
6 # which accompanies this distribution, and is available |
5 # which accompanies this distribution, and is available |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 # |
|
9 # Initial Contributors: |
7 # Initial Contributors: |
10 # Nokia Corporation - initial contribution. |
8 # Nokia Corporation - initial contribution. |
11 # |
|
12 # Contributors: |
9 # Contributors: |
13 # |
10 # Description: |
14 # Description: |
|
15 # |
|
16 |
|
17 TEMPLATE = subdirs |
11 TEMPLATE = subdirs |
18 SUBDIRS = cptelephonyutils \ |
12 SUBDIRS = cptelephonyutils \ |
19 telephonyplugin \ |
13 telephonyplugin \ |
20 divertplugin \ |
14 divertplugin \ |
21 callsplugin \ |
15 callsplugin \ |
22 barringplugin \ |
16 barringplugin \ |
23 cpnetworkplugin |
17 cpnetworkplugin |
24 |
|
25 CONFIG += ordered |
18 CONFIG += ordered |
26 |
19 symbian: { |
27 symbian: { |
|
28 load(data_caging_paths) |
20 load(data_caging_paths) |
29 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
21 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
30 deploy.path = C: |
22 deploy.path = C: |
31 |
23 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
32 BLD_INF_RULES.prj_exports += \ |
24 "./rom/cpphonesettingsplugins.iby CORE_APP_LAYER_IBY_EXPORT_PATH(cpphonesettingsplugins.iby)" \ |
33 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
25 "./rom/cpphonesettingsplugins_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpphonesettingsplugins_resources.iby)" |
34 "./rom/cpphonesettingsplugins.iby CORE_APP_LAYER_IBY_EXPORT_PATH(cpphonesettingsplugins.iby)" \ |
|
35 "./rom/cpphonesettingsplugins_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpphonesettingsplugins_resources.iby)" |
|
36 } |
26 } |
37 |
27 HEADERS = cptelephonyutils/inc/cpphonelocalisation.h |
|
28 SOURCES = cptelephonyutils/src/cpphonelocalisation.cpp |