equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // eiksrv.dll Uikon server |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 targettype DLL |
|
23 target eiksrv.dll |
|
24 capability ALL -Tcb |
|
25 vendorid 0x70000001 |
|
26 |
|
27 UID 0x1000008D 0x10003A4A |
|
28 |
|
29 userinclude . |
|
30 userinclude ../srvinc ../coreinc |
|
31 userinclude ../../../../../mw/classicui/lafagnosticuifoundation/cone/inc |
|
32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 |
|
35 SOURCEPATH ../srvsrc |
|
36 |
|
37 source EIKALSRV.CPP EIKALSUP.CPP |
|
38 source EIKNFYSV.CPP eiknotapi.cpp EIKUNDER.CPP |
|
39 source eiksrv.cpp eiksrv_securedata.cpp |
|
40 |
|
41 |
|
42 library euser.lib efsrv.lib estor.lib bafl.lib |
|
43 library ws32.lib c32.lib cone.lib apparc.lib |
|
44 library viewcli.lib apgrfx.lib apserv.lib uiklaf.lib |
|
45 library eikcore.lib alarmshared.lib alarmclient.lib |
|
46 library ecom.lib egul.lib fepbase.lib centralrepository.lib |
|
47 |
|
48 START WINS |
|
49 baseaddress 0x40C00000 |
|
50 END |
|
51 |
|
52 |
|
53 SMPSAFE |