equal
deleted
inserted
replaced
|
1 // Copyright (c) 2000-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 // |
|
15 |
|
16 TARGET tpushentry.exe |
|
17 |
|
18 TARGETTYPE EXE |
|
19 CAPABILITY ALL -TCB |
|
20 |
|
21 USERINCLUDE ./. ../inc ../../pushwatcher/inc ../../pushwatcher/test |
|
22 USERINCLUDE ../../SISLPushMsgUtils/inc |
|
23 USERINCLUDE ../../pushutils/inc |
|
24 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
25 |
|
26 SOURCEPATH ../test |
|
27 SOURCE t_pushentry.cpp t_serviceutils.cpp |
|
28 |
|
29 SOURCEPATH ../../pushwatcher/test |
|
30 SOURCE pushlog.cpp |
|
31 |
|
32 LIBRARY euser.lib flogger.lib msgs.lib |
|
33 LIBRARY wappushutils.lib miscpushmsgutils.lib sislpushmsgutils.lib |
|
34 LIBRARY pushmsgentry.lib |
|
35 |
|
36 #ifdef EABI |
|
37 LIBRARY ecom.lib |
|
38 #endif |
|
39 |
|
40 VENDORID 0x70000001 |
|
41 |
|
42 SMPSAFE |