iaupdate/IAD/api/iaupdateapi.pro
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 #
       
     2 # Copyright (c) 2010 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 
       
    18 TEMPLATE = lib
       
    19 TARGET = iaupdateapi 	
       
    20 
       
    21 symbian {
       
    22     TARGET.UID3 = 0x2000F85C
       
    23     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    24     TARGET.EPOCALLOWDLLDATA=1
       
    25     MMP_RULES += "OPTION ARMCC --export_all_vtbl"
       
    26 
       
    27     defBlock = \      
       
    28     "$${LITERAL_HASH}if defined(EABI)" \
       
    29     "DEFFILE  ../eabi/iaupdateapi.def" \
       
    30     "$${LITERAL_HASH}else" \
       
    31     "DEFFILE  ../bwins/iaupdateapi.def" \
       
    32     "$${LITERAL_HASH}endif"
       
    33      MMP_RULES += defBlock
       
    34 } 
       
    35 
       
    36 DEPENDPATH += .
       
    37 DEPENDPATH += ./src
       
    38 DEPENDPATH += ./client/src
       
    39 DEPENDPATH += ./inc
       
    40 DEPENDPATH += ./client/inc
       
    41 DEPENDPATH += ../ui/inc
       
    42 DEPENDPATH += ../engine/inc
       
    43 
       
    44 INCLUDEPATH += .
       
    45 INCLUDEPATH += ../ui/inc
       
    46 INCLUDEPATH += ../engine/inc
       
    47 
       
    48 
       
    49 CONFIG += hb
       
    50 
       
    51 # Input
       
    52 SOURCES += iaupdate.cpp \
       
    53            iaupdateparameters.cpp \
       
    54            iaupdateresult.cpp \
       
    55            iaupdateclient.cpp \
       
    56            iaupdatemanager.cpp
       
    57 
       
    58 HEADERS = iaupdateclient.h \
       
    59           iaupdatemanager.h 
       
    60 
       
    61 LIBS += -lcone
       
    62 LIBS += -lws32
       
    63 LIBS += -lxqservice
       
    64 LIBS += -lxqserviceutil
       
    65 LIBS += -lflogger