equal
deleted
inserted
replaced
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 # |
|
14 # Description: |
|
15 # |
|
16 |
|
17 TEMPLATE = subdirs |
|
18 |
|
19 coverage { |
|
20 SUBDIRS += ../homescreensrv_plat |
|
21 SUBDIRS += ../activityfw |
|
22 SUBDIRS += ../hsappkeyhandler |
|
23 SUBDIRS += ../taskswitcher |
|
24 } |
|
25 |
|
26 SUBDIRS += tsdevicedialogplugin |
|
27 |
|
28 tests { |
|
29 SUBDIRS += ../internal/tstestutils |
|
30 SUBDIRS += internal/tstestrunner |
|
31 SUBDIRS += tsdevicedialogplugin/tsrc |
|
32 SUBDIRS += ../activityfw/activityserviceplugin/tsrc |
|
33 SUBDIRS += ../activityfw/storage/client/t_afstorageclient |
|
34 SUBDIRS += ../activityfw/storage/server/tsrc |
|
35 SUBDIRS += ../activityfw/afactivitylauncher/tsrc |
|
36 SUBDIRS += ../hsappkeyhandler/tsrc/t_hsappkeyhandler |
|
37 SUBDIRS += ../taskswitcher/client/tsrc |
|
38 SUBDIRS += ../taskswitcher/server/tsrc |
|
39 SUBDIRS += ../taskswitcher/screenshotplugin/tsrc |
|
40 SUBDIRS += ../taskswitcher/utils/tsrc |
|
41 SUBDIRS += ../taskswitcher/backstepping/tsrc |
|
42 } |
|
43 |
|
44 symbian:include(rom.pri) |
|
45 |
|
46 CONFIG += ordered |
|