equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
18 @file |
18 @file |
19 |
19 |
20 @SYMPurpose pkcs7.dll Manages PKCS#7 signed objects |
20 @SYMPurpose pkcs7.dll Manages PKCS#7 signed objects |
21 */ |
21 */ |
22 |
22 |
23 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
24 // All rights reserved. |
|
25 // This component and the accompanying materials are made available |
|
26 // under the terms of the License "Symbian Foundation License v1.0" |
|
27 // which accompanies this distribution, and is available |
|
28 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
29 // |
|
30 // Initial Contributors: |
|
31 // Nokia Corporation - initial contribution. |
|
32 // |
|
33 // Contributors: |
|
34 // |
|
35 // Description: |
|
36 // pkcs7 project to manage PKCS#7 signed objects |
|
37 // pkcs7.dll Manages PKCS#7 signed objects |
|
38 // |
|
39 // |
|
40 |
|
41 /** |
|
42 @file |
|
43 */ |
|
44 |
23 |
45 target pkcs7.dll |
24 target pkcs7.dll |
46 CAPABILITY All -Tcb |
25 CAPABILITY All -Tcb |
47 targettype dll |
26 targettype dll |
48 |
27 |