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 // t_smssendrecv.mmp |
|
15 // |
|
16 |
|
17 target t_smssendrecv.exe |
|
18 targettype exe |
|
19 |
|
20 CAPABILITY All -TCB |
|
21 SOURCEPATH ../src |
|
22 source T_SmsSendRecv.cpp |
|
23 userinclude ../inc |
|
24 systeminclude /epoc32/include |
|
25 library euser.lib msgs.lib |
|
26 library smstestutils.lib msvtestutils.lib smcm.lib |
|
27 LIBRARY efsrv.lib esock.lib smsu.lib gsmu.lib |
|
28 |
|
29 SOURCEPATH . |
|
30 |
|
31 START RESOURCE ../data/bif/koala.rss |
|
32 TARGETPATH /msgtest/sms |
|
33 LANG SC |
|
34 END |
|
35 |
|
36 START RESOURCE ../data/bif/giraffe.rss |
|
37 TARGETPATH /msgtest/sms |
|
38 LANG SC |
|
39 END |
|
40 |
|
41 START BITMAP smcm.mbm |
|
42 TARGETPATH /msgtest/sms |
|
43 SOURCEPATH ../data/bif |
|
44 SOURCE 2 smcm.bmp |
|
45 END |
|
46 |
|
47 EPOCSTACKSIZE 0x8000 |
|
48 VENDORID 0x70000001 |
|
49 |
|
50 SMPSAFE |
|