62
|
1 |
// Copyright (c) 2004-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 |
// testhandler.mmp
|
|
15 |
//
|
|
16 |
|
|
17 |
|
|
18 |
TARGET testhandler.exe
|
|
19 |
TARGETTYPE EXE
|
|
20 |
|
|
21 |
|
|
22 |
EPOCSTACKSIZE 0x5000
|
|
23 |
|
|
24 |
|
|
25 |
CAPABILITY All -TCB
|
|
26 |
UID 0x100039ce 0X10008ACE
|
|
27 |
VENDORID 0x70000001
|
|
28 |
|
|
29 |
TARGETPATH /system/apps/testhandler
|
|
30 |
|
|
31 |
SOURCEPATH ../src
|
|
32 |
SOURCE TestMsgUrlHandlerApp.cpp
|
|
33 |
SOURCE TestMsgUrlHandlerDoc.CPP
|
|
34 |
SOURCE TestMsgUrlHandlerAppUi.cpp
|
|
35 |
SOURCE TestMsgUrlHandlerAppView.cpp
|
|
36 |
|
|
37 |
USERINCLUDE ../inc ../../../../../../../app/messaging/email/pop3andsmtpmtm/clientmtms/inc
|
|
38 |
USERINCLUDE ../../../../msgtest/testutils/base/inc
|
|
39 |
USERINCLUDE ../../../../msgtest/testutils/server/inc
|
|
40 |
USERINCLUDE ../../../../msgtest/testutils/sms/inc
|
|
41 |
USERINCLUDE ../../../../msgtest/testutils/email/inc
|
|
42 |
APP_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
43 |
|
|
44 |
SOURCEPATH .
|
|
45 |
|
|
46 |
|
|
47 |
SOURCEPATH .
|
|
48 |
|
|
49 |
START RESOURCE TestHandler.rss
|
|
50 |
DEPENDS aknfep.rsg
|
|
51 |
TARGET testhandler.rsc
|
|
52 |
TARGETPATH /resource/apps
|
|
53 |
HEADER
|
|
54 |
LANG SC
|
|
55 |
END
|
|
56 |
|
|
57 |
START RESOURCE TestHandler_loc.rss
|
|
58 |
DEPENDS aknfep.rsg
|
|
59 |
TARGETPATH resource/apps
|
|
60 |
HEADER
|
|
61 |
LANG SC
|
|
62 |
END
|
|
63 |
|
|
64 |
START RESOURCE TestHandler_reg.rss
|
|
65 |
DEPENDS aknfep.rsg
|
|
66 |
TARGETPATH /private/10003a3f/apps
|
|
67 |
END
|
|
68 |
|
|
69 |
|
|
70 |
LIBRARY euser.lib apparc.lib cone.lib eikcore.lib gdi.lib
|
|
71 |
LIBRARY apmime.lib apgrfx.lib
|
|
72 |
LIBRARY imcm.lib smstestutils.lib msgs.lib smcm.lib
|
|
73 |
|
|
74 |
SMPSAFE
|