|
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 ../data/javausermessages.rss" |
|
39 MMP_RULES += "HEADER" |
|
40 MMP_RULES += "TARGETPATH /resource/java" |
|
41 MMP_RULES += "LANGUAGE_IDS" |
|
42 MMP_RULES += "END" |
|
43 DEPENDPATH += ../src.s60 |
|
44 INCLUDEPATH += ../src.s60 ../../../../inc |
|
45 SOURCES += ../src.s60/javacertstoreimpl.cpp \ |
|
46 ../src.s60/javacertstoretoken.cpp \ |
|
47 ../src.s60/javacertstoretokentype.cpp \ |
|
48 ../src.s60/main.cpp |
|
49 LIBS += -lctframework \ |
|
50 -lefsrv \ |
|
51 -lestor \ |
|
52 -lx509 \ |
|
53 -ljavacomms \ |
|
54 -lCommonEngine |
|
55 !contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) { |
|
56 LIBS += -laknnotify |
|
57 } |
|
58 } |
|
59 |
|
60 include(../../../../build/omj.pri) |