fturuntimeservices/fturuntimeservices.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:24:41 +0300
changeset 2 66c26770985f
parent 0 c464cd7e2753
child 15 4956c89a3c3f
permissions -rw-r--r--
Revision: 201015 Kit: 201018

#
# 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:  FTU runtime services project file
#

TEMPLATE = lib

symbian {
    CONFIG(debug, debug|release) {
      DESTDIR = debug
    } else {
      DESTDIR = release
    }
}

win32 {
    CONFIG(debug, debug|release) {
      SUBDIRPART = debug
    } else {
      SUBDIRPART = release
    }
    DESTDIR = $$PWD/../../bin/$$SUBDIRPART
}
CONFIG += debug_and_release

DEFINES += FTURUNTIMESERVICES_LIB

DEPENDPATH += . \
              inc \
              src

INCLUDEPATH += . \
               inc

CONFIG += hb

symbian {
TARGET.UID3 = 0x20027037
TARGET.EPOCALLOWDLLDATA=1
TARGET.CAPABILITY = ALL -TCB
LIBS += -lswinstcli
BLD_INF_RULES.prj_exports += "./inc/fturuntimeservices_global.h |../inc/" \                             
                             "./inc/ftucontentservice.h |../inc/"
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE

#Add default symbian libs required by the application (redundant/duplicate entries to be removed)
LIBS += -lcone -leikcore -lmediaclientaudio -leikcoctl -leiksrv -lapparc -lavkon
LIBS += -lefsrv -lcharconv -lws32 -lhal -lgdi -lapgrfx

}

win32 {
}
include(fturuntimeservices.pri)
system(copy /y .\inc\fturuntimeservices_global.h ..\inc)
system(copy /y .\inc\ftucontentservice.h ..\inc)

#ONLY FOR DEVELOPMENT! REMOVE THIS BEFORE EACH HS_Domain RELEASE!
symbian: MMP_RULES += EXPORTUNFROZEN