javacommons/security/build/javasecurity.pro
changeset 21 2a9601315dfc
child 80 d6dafc5d983f
equal deleted inserted replaced
18:e8e63152f320 21:2a9601315dfc
       
     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=javasecurity
       
    19 CONFIG += omj java stl
       
    20 CONFIG -= qt
       
    21 
       
    22 DEPENDPATH += ../inc ../src
       
    23 
       
    24 SOURCES += ../src/utils/javaclassinstantiator.cpp \
       
    25             ../src/utils/storagehandler.cpp \
       
    26             ../src/utils/securityutils.cpp \
       
    27             ../src/utils/javacertstorehandler.cpp \
       
    28            ../src/midpauthenticationmodule.cpp \
       
    29            ../src/midpauthenticationmoduleimpl.cpp
       
    30 
       
    31 INCLUDEPATH += ../inc \
       
    32                 ../utils/inc \
       
    33                ../../../inc
       
    34 
       
    35 LIBS += -ljavacomms -ljavastorage
       
    36 
       
    37 symbian {
       
    38     DEPENDPATH += ../src.s60
       
    39     INCLUDEPATH += ../src.s60 \
       
    40                    /src/common/generic/security/common/inc \
       
    41                    /sf/os/security/cryptomgmtlibs/securityutils/inc
       
    42     SOURCES += ../src.s60/*.cpp
       
    43     LIBS += -llibcrypto \
       
    44             -letel \
       
    45             -letelmm \
       
    46             -lefsrv \
       
    47             -lplatformenv \
       
    48             -lcertstore \
       
    49             -locsp \
       
    50             -locsptransport \
       
    51             -lx509 \
       
    52             -lcentralrepository \
       
    53             -lcaf
       
    54 }
       
    55 
       
    56 !symbian {
       
    57     DEPENDPATH += ../src.linux
       
    58     INCLUDEPATH += ../src.linux
       
    59     SOURCES += ../src.linux/*.cpp
       
    60     LIBS += -lcrypto
       
    61 }
       
    62 
       
    63 include(../../../build/omj.pri)