author | hgs |
Fri, 06 Aug 2010 13:16:44 +0300 | |
changeset 53 | 22cc52eade9b |
parent 50 | 377c906a8701 |
permissions | -rw-r--r-- |
37 | 1 |
# |
2 |
# Copyright (c) 2009 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 |
# |
|
50 | 14 |
# Description: Project file for building Phone components |
37 | 15 |
# |
16 |
# |
|
17 |
||
18 |
TEMPLATE = subdirs |
|
19 |
CONFIG += ordered |
|
20 |
||
21 |
symbian: { |
|
22 |
:BLD_INF_RULES.prj_mmpfiles += $$LITERAL_HASH"include \"group/bld.inf\"" |
|
23 |
SUBDIRS += phoneengine/phonecntfinder2 |
|
24 |
SUBDIRS += phoneengine/phoneservices |
|
25 |
SUBDIRS += phoneengine/phonemodel |
|
26 |
SUBDIRS += phoneengine/networkhandlingstarter |
|
27 |
SUBDIRS += phoneuis/bubblemanager2 |
|
50 | 28 |
SUBDIRS += phoneuis/ussdeditor |
37 | 29 |
SUBDIRS += phoneplugins/phoneindicatorplugin |
30 |
SUBDIRS += phoneapp/phoneuiview2 |
|
31 |
SUBDIRS += phoneapp/phoneuiqtviewadapter |
|
32 |
SUBDIRS += phoneapp/phonestringloader |
|
33 |
SUBDIRS += phoneapp/phoneui2 |
|
34 |
SUBDIRS += phonesettings/cpphonesettingsplugins |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
35 |
SUBDIRS += phoneplugins/dialerwidgetplugin |
37 | 36 |
SUBDIRS += phoneplugins/infowidgetplugin |
37 |
} |
|
38 |