activityfw/storage/client/client.pro
changeset 104 9b022b1f357c
child 102 8b8b34fa9751
child 109 e0aa398e6810
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
       
     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 = lib
       
    18 TARGET = afstorageclient
       
    19 
       
    20 QT        += core \
       
    21              sql
       
    22 
       
    23 HEADERS   += inc/afstorageclient.h \
       
    24              inc/afstorageentry.h
       
    25 
       
    26 SOURCES   += src/afstorageclient.cpp \
       
    27              src/afstorageentry.cpp
       
    28 
       
    29 DEFINES += ACTIVITY_LIB
       
    30 
       
    31 symbian{
       
    32 TARGET.UID3 = 0xE467C21E
       
    33 
       
    34 HEADERS   += ../s60/inc/afentry.h \
       
    35              ../s60/inc/afserializer.h \
       
    36              s60/inc/afstorageclient_p.h \
       
    37              s60/inc/afstorageclientimp.h \
       
    38 			 s60/inc/afasyncrequest_p.h \
       
    39              s60/inc/afthumbnailrequest_p.h
       
    40 
       
    41 SOURCES   += ../s60/src/afentry.cpp \
       
    42              ../s60/src/afserializer.cpp \
       
    43              s60/src/afstorageclient_p.cpp \
       
    44              s60/src/afstorageclientimp.cpp \
       
    45 			 s60/src/afasyncrequest_p.cpp \
       
    46              s60/src/afthumbnailrequest_p.cpp
       
    47 
       
    48 LIBS      += -lxqutils \
       
    49              -lestor \
       
    50              -lfbscli
       
    51 
       
    52 afstorageclientdll.sources = afstorageclient.dll
       
    53 afstorageclientdll.path = $$SHARED_LIB_DIR
       
    54 DEPLOYMENT += afstorageclientdll
       
    55 
       
    56 BLD_INF_RULES.prj_exports += "../inc/afstorageglobals.h /epoc32/include/afstorageglobals.h" \
       
    57                              "../inc/afcmd.h /epoc32/include/afcmd.h" \
       
    58                              "inc/afstorageclient.h |../../../inc/afstorageclient.h" \
       
    59                              "inc/afstorageentry.h |../../../inc/afstorageentry.h" \
       
    60 							 "inc/afasyncrequestobserver.h |../../../inc/afasyncrequestobserver.h"
       
    61 DEPLOYMENT += api
       
    62 TARGET.CAPABILITY = ALL -TCB
       
    63 TARGET.EPOCALLOWDLLDATA = 1
       
    64 TARGET.UID3 = 0x200267B3
       
    65 MMP_RULES += EXPORTUNFROZEN
       
    66 }