equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-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 * This DLL contains code which is common to the authentication |
|
16 * server and the client interface. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 CAPABILITY All -TCB |
|
22 |
|
23 target authcommon.dll |
|
24 targettype dll |
|
25 |
|
26 // this is a static interface, as opposed to polymorphic DLL. |
|
27 UID 0x1000008D 0x102740FB |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 |
|
32 USERINCLUDE ../source/client |
|
33 |
|
34 USERINCLUDE ../source/common |
|
35 SOURCEPATH ../source/common |
|
36 SOURCE identity.cpp |
|
37 SOURCE protectionkey.cpp |
|
38 SOURCE authexpression.cpp |
|
39 SOURCE plugindesc.cpp |
|
40 SOURCE idandstring.cpp |
|
41 SOURCE authpatchdata.cpp |
|
42 SOURCE authserveripc.cpp |
|
43 |
|
44 LIBRARY estor.lib efsrv.lib euser.lib |
|
45 LIBRARY cryptography.lib random.lib hash.lib |
|
46 SMPSAFE |