|
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 // smss.dll SMS Server MTM |
|
15 // smss.rsc SMS Server MTM resource defining error actions |
|
16 // |
|
17 |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 #include "../../../../../../mw/messagingmw/messagingfw/msgtests/group/msgopt.mph" |
|
25 |
|
26 TARGET smss.dll |
|
27 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
28 TARGETPATH /system/libs |
|
29 TARGETTYPE dll |
|
30 |
|
31 #if defined(WINS) |
|
32 UID 0x10003C5E 0x10003C72 |
|
33 VENDORID 0x70000001 |
|
34 #else |
|
35 UID 0x10003C5E 0x10003C72 |
|
36 VENDORID 0x70000001 |
|
37 #endif |
|
38 |
|
39 SOURCEPATH ../src |
|
40 USERINCLUDE ../inc |
|
41 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
42 |
|
43 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
44 #endif |
|
45 |
|
46 SOURCE SMSSMAIN.CPP |
|
47 SOURCE SMSSSEND.CPP |
|
48 SOURCE SMSSOUTB.CPP |
|
49 SOURCE SMSSERV.CPP |
|
50 SOURCE SMSSchSend.cpp |
|
51 SOURCE SMSSendSession.cpp |
|
52 SOURCE SMSRecipientSend.cpp |
|
53 SOURCE TextRecipientSend.cpp |
|
54 SOURCE WapRecipientSend.cpp |
|
55 SOURCE smssactive.cpp |
|
56 SOURCE SmssSimUtils.cpp |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY etext.lib |
|
60 LIBRARY c32.lib |
|
61 LIBRARY smcm.lib |
|
62 LIBRARY msgs.lib |
|
63 LIBRARY gsmu.lib |
|
64 LIBRARY esock.lib |
|
65 LIBRARY estor.lib |
|
66 LIBRARY smsu.lib |
|
67 LIBRARY biodb.lib |
|
68 LIBRARY bifu.lib |
|
69 LIBRARY etelmm.lib |
|
70 LIBRARY centralrepository.lib |
|
71 LIBRARY ecom.lib |
|
72 |
|
73 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
74 LIBRARY upsclient.lib |
|
75 #endif |
|
76 |
|
77 #ifdef WINSCW |
|
78 DEFFILE SMSS.DEF |
|
79 #else |
|
80 DEFFILE smss.DEF |
|
81 #endif |
|
82 |
|
83 #ifdef _MSG_NO_LOGGING_DEFINE |
|
84 DEBUGLIBRARY flogger.lib |
|
85 #else |
|
86 LIBRARY flogger.lib |
|
87 #endif |
|
88 |
|
89 LIBRARY schsend.lib |
|
90 |
|
91 SOURCEPATH . |
|
92 START RESOURCE SMSS.rss |
|
93 TARGETPATH resource/messaging |
|
94 LANG SC |
|
95 HEADER |
|
96 END |
|
97 |
|
98 START WINS |
|
99 BASEADDRESS 0x4AB20000 |
|
100 END |
|
101 |
|
102 SMPSAFE |