phone.pro
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:33:21 +0100
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 40 bab96b7ed1a4
parent 46 bc5a64e5bc3c
permissions -rw-r--r--
Catchup to latest Symbian^4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
40
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     1
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     2
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     3
# All rights reserved.
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     4
# This component and the accompanying materials are made available
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     5
# under the terms of "Eclipse Public License v1.0"
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     6
# which accompanies this distribution, and is available
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     7
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     8
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     9
# Initial Contributors:
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    10
# Nokia Corporation - initial contribution.
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    11
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    12
# Contributors:
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    13
# 
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    14
# Description: Project file for building Phone components
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    15
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    16
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    17
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    18
TEMPLATE = subdirs
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    19
CONFIG += ordered
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    20
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    21
symbian: {
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    22
:BLD_INF_RULES.prj_mmpfiles += $$LITERAL_HASH"include \"group/bld.inf\""
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    23
SUBDIRS += phoneengine/phonecntfinder2
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    24
SUBDIRS += phoneengine/phoneservices
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    25
SUBDIRS += phoneengine/phonemodel
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    26
SUBDIRS += phoneengine/networkhandlingstarter
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    27
SUBDIRS += phoneuis/bubblemanager2
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    28
SUBDIRS += phoneplugins/phoneindicatorplugin
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    29
SUBDIRS += phoneapp/phoneuiview2
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    30
SUBDIRS += phoneapp/phoneuiqtviewadapter
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    31
SUBDIRS += phoneapp/phonestringloader
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    32
SUBDIRS += phoneapp/phoneui2
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    33
SUBDIRS += phonesettings/cpphonesettingsplugins
51
f39ed5e045e0 Catchup to latest Symbian^4
William Roberts <williamr@symbian.org>
parents: 40 46
diff changeset
    34
SUBDIRS += phoneplugins/dialerwidgetplugin
40
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    35
SUBDIRS += phoneplugins/infowidgetplugin
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    36
}
37
ba76fc04e6c2 Revert last code drop.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    37