homescreensrv.pro
branchRCL_3
changeset 29 0efa10d348c0
equal deleted inserted replaced
28:053c6c7c14f3 29:0efa10d348c0
       
     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 SUBDIRS  += hswidgetmodel \
       
    20             contentstorage \
       
    21             homescreensrv_plat
       
    22             
       
    23 exists(tsrc/tsrc.pro): SUBDIRS  += tsrc
       
    24             
       
    25 symbian:SUBDIRS += activityfw
       
    26 symbian:SUBDIRS += taskswitcher
       
    27 symbian:SUBDIRS += hsappkeyhandler
       
    28 symbian:SUBDIRS += tsdevicedialog
       
    29 
       
    30 CONFIG += ordered
       
    31 
       
    32 symbian:include(homescreensrv_exports_to_rom.pri)