javacommons/security/javaunicertstoreplugin/build/javaunicertstoreplugin.pro
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
child 84 0553e2305d00
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
     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 include(../../../../inc/build_defines.pri)
       
    18 
       
    19 TEMPLATE=lib
       
    20 TARGET=javaunicertstoreplugin
       
    21 CONFIG += omj stl
       
    22 CONFIG -= qt
       
    23 
       
    24 contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) {
       
    25     CONFIG += qt hb
       
    26     SOURCES += ../src.s60/confirmquery.cpp
       
    27     HEADERS += ../src.s60/confirmquery.h
       
    28 }
       
    29 symbian {
       
    30     TARGET.UID2 = 0x10009D8D
       
    31     TARGET.UID3 = 0x200213A3
       
    32     TARGET.TARGETTYPE=PLUGIN
       
    33     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
       
    34     MMP_RULES += "START RESOURCE 200213A3.rss"
       
    35     MMP_RULES += "TARGETPATH /resource/plugins"   
       
    36     MMP_RULES += "TARGET javaunicertstoreplugin.rsc"
       
    37     MMP_RULES += "END"
       
    38     MMP_RULES += "START RESOURCE 200213A3_iad.rss"
       
    39     MMP_RULES += "TARGETPATH /resource/java/iad"   
       
    40     MMP_RULES += "TARGET javaunicertstoreplugin.rsc"
       
    41     MMP_RULES += "END"
       
    42     MMP_RULES += "START RESOURCE ../data/javausermessages.rss"
       
    43     MMP_RULES += "HEADER"
       
    44     MMP_RULES += "TARGETPATH /resource/java"
       
    45     MMP_RULES += "LANGUAGE_IDS"
       
    46     MMP_RULES += "END"
       
    47     DEPENDPATH += ../src.s60
       
    48     INCLUDEPATH += ../src.s60 ../../../../inc
       
    49     SOURCES += ../src.s60/javacertstoreimpl.cpp \
       
    50                ../src.s60/javacertstoretoken.cpp \
       
    51                ../src.s60/javacertstoretokentype.cpp \
       
    52                ../src.s60/main.cpp
       
    53     LIBS += -lctframework \
       
    54             -lefsrv \
       
    55             -lestor \
       
    56             -lx509 \
       
    57             -ljavacomms \
       
    58             -lCommonEngine
       
    59     !contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) {
       
    60         LIBS += -laknnotify
       
    61     }
       
    62 }
       
    63 
       
    64 include(../../../../build/omj.pri)