javacommons/security/build/javasecurity.pro
changeset 80 d6dafc5d983f
parent 21 2a9601315dfc
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
       
    16 
       
    17 include(../../../inc/build_defines.pri)
    16 
    18 
    17 TEMPLATE=lib
    19 TEMPLATE=lib
    18 TARGET=javasecurity
    20 TARGET=javasecurity
    19 CONFIG += omj java stl
    21 CONFIG += omj java stl
    20 CONFIG -= qt
    22 CONFIG -= qt
    34 
    36 
    35 LIBS += -ljavacomms -ljavastorage
    37 LIBS += -ljavacomms -ljavastorage
    36 
    38 
    37 symbian {
    39 symbian {
    38     DEPENDPATH += ../src.s60
    40     DEPENDPATH += ../src.s60
    39     INCLUDEPATH += ../src.s60 \
    41     INCLUDEPATH += ../src.s60
    40                    /src/common/generic/security/common/inc \
       
    41                    /sf/os/security/cryptomgmtlibs/securityutils/inc
       
    42     SOURCES += ../src.s60/*.cpp
    42     SOURCES += ../src.s60/*.cpp
    43     LIBS += -llibcrypto \
    43     LIBS += -llibcrypto \
    44             -letel \
    44             -letel \
    45             -letelmm \
    45             -letelmm \
    46             -lefsrv \
    46             -lefsrv \
    49             -locsp \
    49             -locsp \
    50             -locsptransport \
    50             -locsptransport \
    51             -lx509 \
    51             -lx509 \
    52             -lcentralrepository \
    52             -lcentralrepository \
    53             -lcaf
    53             -lcaf
       
    54 
       
    55     contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_5_0) {
       
    56         INCLUDEPATH += /src/common/generic/security/common/inc
       
    57     }
       
    58 
       
    59     contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) {
       
    60         CONFIG += qt hb
       
    61         TRANSLATIONS = javaapplicationsecuritymessages.ts
       
    62     }
    54 }
    63 }
    55 
    64 
    56 !symbian {
    65 !symbian {
    57     DEPENDPATH += ../src.linux
    66     DEPENDPATH += ../src.linux
    58     INCLUDEPATH += ../src.linux
    67     INCLUDEPATH += ../src.linux