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 * authclient.exe Implementation of authentication client |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 CAPABILITY ALL -TCB |
|
25 |
|
26 target authclient.dll |
|
27 targettype dll |
|
28 |
|
29 // this is a static, as opposed to polymorphic DLL |
|
30 UID 0x1000008D 0x102740FD |
|
31 VENDORID 0x70000001 |
|
32 |
|
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 USERINCLUDE ../source/common |
|
36 USERINCLUDE ../source/client |
|
37 USERINCLUDE ../inc_private |
|
38 USERINCLUDE ../inc/authserver |
|
39 |
|
40 SOURCEPATH ../source/client |
|
41 SOURCE authclient.cpp |
|
42 SOURCE authmgrclient.cpp |
|
43 SOURCE asyncresponsedecoder.cpp |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY estor.lib |
|
47 LIBRARY efsrv.lib |
|
48 LIBRARY random.lib |
|
49 LIBRARY cryptography.lib |
|
50 LIBRARY authcommon.lib scsclient.lib |
|
51 SMPSAFE |