activityfw/activityfw.pro
author hgs
Thu, 24 Jun 2010 16:18:29 +0300
changeset 99 7aaf39b772ac
parent 94 dbb8300717f7
child 107 b34d53f6acdf
permissions -rw-r--r--
201025

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: 
#

TEMPLATE = subdirs

CONFIG += ordered

SUBDIRS += tsutils

symbian:SUBDIRS += storage

SUBDIRS +=  activityserviceplugin \
            orbitintegration/hbactivityplugin \
            
tests {
    SUBDIRS +=  activityserviceplugin/tsrc \
                tsutils/tsrc \
}

symbian:SUBDIRS += activityserviceplugin/symbianinstaller

symbian:include(rom.pri)