|
66
|
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 |
|
|
|
18 |
#include <bldvariant.hrh>
|
|
|
19 |
#include <data_caging_paths.hrh>
|
|
|
20 |
#include <platform_paths.hrh>
|
|
|
21 |
#include <../../../../inc/project_defines.hrh>
|
|
|
22 |
#include <../../../../inc/java_stdcpp_support_for_dll.hrh>
|
|
|
23 |
|
|
|
24 |
target javaunicertstoreplugin.dll
|
|
|
25 |
|
|
|
26 |
targettype PLUGIN
|
|
|
27 |
|
|
|
28 |
uid 0x10009D8D 0x200213A3
|
|
|
29 |
|
|
|
30 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
|
31 |
VENDORID VID_DEFAULT
|
|
|
32 |
|
|
|
33 |
// Use bytepair compression to enable code paging
|
|
|
34 |
PAGED
|
|
|
35 |
|
|
|
36 |
userinclude ../../../../inc
|
|
|
37 |
|
|
|
38 |
sourcepath ../src.s60
|
|
|
39 |
|
|
|
40 |
source javacertstoreimpl.cpp
|
|
|
41 |
source javacertstoretoken.cpp
|
|
|
42 |
source javacertstoretokentype.cpp
|
|
|
43 |
source main.cpp
|
|
|
44 |
|
|
|
45 |
start resource 200213A3.rss
|
|
|
46 |
target javaunicertstoreplugin.rsc
|
|
|
47 |
end
|
|
|
48 |
|
|
|
49 |
START RESOURCE ../data/javausermessages.rss
|
|
|
50 |
HEADER
|
|
|
51 |
TARGETPATH /resource/java
|
|
|
52 |
LANGUAGE_IDS
|
|
|
53 |
END
|
|
|
54 |
|
|
|
55 |
library ctframework.lib
|
|
|
56 |
library efsrv.lib
|
|
|
57 |
library estor.lib
|
|
|
58 |
library x509.lib
|
|
|
59 |
library javacomms.lib
|
|
|
60 |
LIBRARY CommonEngine.lib
|
|
|
61 |
LIBRARY aknnotify.lib
|
|
|
62 |
|
|
|
63 |
#if defined(WINSCW)
|
|
|
64 |
deffile ./bwins/javaunicertstoreplugin.def
|
|
|
65 |
#else
|
|
|
66 |
deffile ./eabi/javaunicertstoreplugin.def
|
|
|
67 |
#endif
|