equal
deleted
inserted
replaced
|
1 // Copyright (c) 1999-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 // alarmclient.dll Client-side part of alarm server |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET alarmclient.dll |
|
19 TARGETTYPE dll |
|
20 CAPABILITY All -TCB |
|
21 UID 0x1000008D 0x101F5028 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 SOURCEPATH ../Client/Source |
|
25 |
|
26 SOURCE ASCliSession.cpp |
|
27 SOURCE ASCliClientUtils.cpp |
|
28 SOURCE ASCliDefinitions.cpp |
|
29 |
|
30 USERINCLUDE ../Shared/Include |
|
31 USERINCLUDE ../Client/Include |
|
32 |
|
33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 LIBRARY euser.lib |
|
36 LIBRARY estor.lib |
|
37 LIBRARY alarmshared.lib |
|
38 |
|
39 #ifdef SYMBIAN_ALARM_REPEAT_EXTENSIONS |
|
40 #ifdef WINS |
|
41 DEFFILE ALARMCLIENTFUT.DEF |
|
42 #else |
|
43 DEFFILE AlarmClientFut.DEF |
|
44 #endif |
|
45 #else |
|
46 #ifdef WINS |
|
47 DEFFILE ALARMCLIENT.DEF |
|
48 #else |
|
49 DEFFILE AlarmClient.DEF |
|
50 #endif |
|
51 #endif |
|
52 |
|
53 |
|
54 START WINS |
|
55 baseaddress 0x40700000 |
|
56 END |
|
57 |
|
58 SMPSAFE |