|
1 // Copyright (c) 2003-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 // sislpushmsgutils.dll Utilities for Service Initiation and Service Load push messages |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET sislpushmsgutils.dll |
|
24 TARGETTYPE DLL |
|
25 CAPABILITY ALL -TCB |
|
26 |
|
27 // Shared lib uid PushUtils unique uid |
|
28 UID 0x1000008d 0x101F55FC |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 |
|
32 USERINCLUDE ../inc ../../pushmtm/inc |
|
33 USERINCLUDE ../../pushwatcher/inc |
|
34 USERINCLUDE ../../pushutils/inc |
|
35 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
36 USERINCLUDE ../../PushMsgEntry/inc |
|
37 #endif//SYMBIAN_ENABLE_SPLIT_HEADERS |
|
38 |
|
39 |
|
40 // MW_LAYER_SYSTEMINCLUDE_SYMBIAN dependancy on smut.h in app layer needs fixing |
|
41 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
42 |
|
43 SOURCEPATH ../src |
|
44 SOURCE SISLPushMsgUtils.cpp |
|
45 SOURCE CSLPushMsgEntry.cpp CSIPushMsgEntry.cpp |
|
46 |
|
47 |
|
48 LIBRARY euser.lib msgs.lib estor.lib pushmsgentry.lib |
|
49 |
|
50 |
|
51 #ifdef WINS |
|
52 DEFFILE ../../bwins/SISLPUSHMSGUTILS.DEF |
|
53 #elif defined(GCC32) |
|
54 DEFFILE ../../BMarm/SISLPUSHMSGUTILS.def |
|
55 #else |
|
56 DEFFILE ../../eabi/SISLPUSHMSGUTILS.def |
|
57 #endif |
|
58 |
|
59 SMPSAFE |