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