62
|
1 |
// Copyright (c) 2007-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_WAPPUSH.MMP
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
TARGET twappushscriptbased.exe
|
|
19 |
TARGETTYPE EXE
|
|
20 |
UID 0 0xA0002704
|
|
21 |
CAPABILITY readdevicedata writedevicedata networkservices localservices readuserdata WriteUserData AllFiles
|
|
22 |
|
|
23 |
USERINCLUDE ./.
|
|
24 |
USERINCLUDE ../tpush/DummyStack
|
|
25 |
USERINCLUDE ../plugins/PushAppHandler ../plugins/WapUriLookup/inc ../pushutils/test
|
|
26 |
USERINCLUDE ../plugins/PushContentHandler ../plugins/PushSecurity ../plugins/inc
|
|
27 |
USERINCLUDE ../pushutils/inc ../SISLPushMsgUtils/inc
|
|
28 |
USERINCLUDE ../PushMsgEntry/test
|
|
29 |
#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
|
|
30 |
USERINCLUDE ../PushMsgEntry/inc
|
|
31 |
#endif //SYMBIAN_ENABLE_SPLIT_HEADERS
|
|
32 |
USERINCLUDE ../pushwatcher/inc ../pushwatcher/test
|
|
33 |
USERINCLUDE ../pushmtm/inc ./t_utils
|
|
34 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
35 |
|
|
36 |
SOURCEPATH ./.
|
|
37 |
SOURCE t_baseMessage.cpp wappushmsggen.cpp
|
|
38 |
SOURCE t_wappush.cpp
|
|
39 |
SOURCE t_sislmessage.cpp t_simessage.cpp t_slmessage.cpp
|
|
40 |
|
|
41 |
START RESOURCE wappushmtm.rss
|
|
42 |
TARGETPATH /system/data
|
|
43 |
END
|
|
44 |
|
|
45 |
|
|
46 |
SOURCEPATH ../pushwatcher/src
|
|
47 |
SOURCE CLWatcher.cpp ConnMan.cpp
|
|
48 |
|
|
49 |
SOURCEPATH ../PushMsgEntry/test
|
|
50 |
SOURCE t_serviceutils.cpp
|
|
51 |
|
|
52 |
LIBRARY euser.lib dummywapstack.lib flogger.lib
|
|
53 |
LIBRARY msgs.lib commdb.lib
|
|
54 |
LIBRARY wappushutils.lib pushmsgentry.lib sislpushmsgutils.lib
|
|
55 |
LIBRARY etext.lib efsrv.lib
|
|
56 |
LIBRARY ecom.lib
|
|
57 |
LIBRARY inetprotutil.lib
|
|
58 |
LIBRARY caf.lib
|
|
59 |
LIBRARY cafutils.lib
|
|
60 |
LIBRARY httptestutils.lib http.lib
|
|
61 |
LIBRARY ineturilist.lib
|
|
62 |
|
|
63 |
|
|
64 |
VENDORID 0x70000001
|
|
65 |
|
|
66 |
SMPSAFE
|