62
|
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 dummywapstack.dll
|
|
17 |
TARGETTYPE DLL
|
|
18 |
CAPABILITY readdevicedata writedevicedata protserv networkcontrol networkservices localservices readuserdata WriteUserData PowerMgmt AllFiles
|
|
19 |
UID 0x1000008D 0x10009162
|
|
20 |
VENDORID 0x70000001
|
|
21 |
|
|
22 |
SOURCEPATH ./.
|
|
23 |
USERINCLUDE ./. ../../pushwatcher/inc
|
|
24 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
25 |
SOURCE Dummywapstackdll.CPP Dummywapclient.cpp dummyWapStack.cpp dummycapcodec.cpp
|
|
26 |
LIBRARY euser.lib
|
|
27 |
|
|
28 |
#ifdef WINS
|
|
29 |
DEFFILE ../../bwins/dummywapstack.def
|
|
30 |
#elif defined(GCC32)
|
|
31 |
DEFFILE ../../BMarm/DummyWapStack.def
|
|
32 |
#else
|
|
33 |
DEFFILE ../../EABI/DummyWapStack.def
|
|
34 |
#endif
|
|
35 |
|
|
36 |
|
|
37 |
SMPSAFE
|