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 // alarmshared.dll Code shared by Alarm server and by clients |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET alarmshared.dll |
|
19 TARGETTYPE dll |
|
20 CAPABILITY All -TCB |
|
21 UID 0x1000008D 0x101F5029 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 SOURCEPATH ../Shared/Source |
|
25 |
|
26 SOURCE ASShdAlarm.cpp |
|
27 |
|
28 USERINCLUDE ../Shared/Include |
|
29 |
|
30 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 |
|
32 LIBRARY euser.lib |
|
33 LIBRARY estor.lib |
|
34 |
|
35 #ifdef SYMBIAN_ALARM_REPEAT_EXTENSIONS |
|
36 #ifdef WINS |
|
37 DEFFILE ALARMSHAREDFUT.DEF |
|
38 #else |
|
39 DEFFILE AlarmSharedFut.DEF |
|
40 #endif |
|
41 #else |
|
42 #ifdef WINS |
|
43 DEFFILE ALARMSHARED.DEF |
|
44 #else |
|
45 DEFFILE AlarmShared.DEF |
|
46 #endif |
|
47 #endif |
|
48 |
|
49 |
|
50 START WINS |
|
51 baseaddress 0x40700000 |
|
52 END |
|
53 |
|
54 SMPSAFE |