equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1999-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 the License "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 * pkcs8Recog.dll Certificate data-type recogniser for App-framework/Emime framework |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 /** |
|
23 @file |
|
24 */ |
|
25 |
|
26 |
|
27 TARGET pkcs8recog.dll |
|
28 CAPABILITY TrustedUI ProtServ |
|
29 TARGETTYPE PLUGIN |
|
30 |
|
31 UID 0x10009D8D 0x1020361A |
|
32 VENDORID 0x70000001 |
|
33 |
|
34 SOURCEPATH . |
|
35 |
|
36 SYSTEMINCLUDE /epoc32/include |
|
37 SYSTEMINCLUDE /epoc32/include/ecom |
|
38 |
|
39 SOURCE pkcs8recog.cpp |
|
40 START RESOURCE 1020361A.rss |
|
41 TARGET pkcs8recog.rsc |
|
42 END |
|
43 |
|
44 LIBRARY euser.lib apmime.lib |
|
45 LIBRARY asnpkcs.lib |