equal
deleted
inserted
replaced
|
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 TARGET tlscacheserver.exe |
|
19 CAPABILITY ProtServ |
|
20 TARGETTYPE exe |
|
21 |
|
22 UID 0x1000007a 0x200008D1 |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 SOURCEPATH ../source/tlscertcache/server |
|
26 SOURCE main.cpp |
|
27 SOURCE tlscacheserver.cpp |
|
28 SOURCE tlscachesession.cpp |
|
29 SOURCE tlscache.cpp |
|
30 SOURCE tlscachesegment.cpp |
|
31 SOURCE tlscacheitem.cpp |
|
32 SOURCE tlscacheutils.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 |
|
37 LIBRARY euser.lib |
|
38 LIBRARY estor.lib |
|
39 LIBRARY x509.lib |
|
40 LIBRARY efsrv.lib |
|
41 LIBRARY bafl.lib |
|
42 LIBRARY sectcbutil.lib |
|
43 SMPSAFE |