24
|
1 |
// Copyright (c) 2001-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 dpacket.tsy
|
|
17 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
18 |
TARGETTYPE DLL
|
|
19 |
UID 0x10003D3C 0x10003DDE
|
|
20 |
VENDORID 0x70000001
|
|
21 |
DEFFILE dpckttsy.def
|
|
22 |
SOURCEPATH ../dtsy
|
|
23 |
SOURCE pckttsy.cpp
|
|
24 |
SOURCE pcktcontexttsy.cpp
|
|
25 |
SOURCE pcktqostsy.cpp
|
|
26 |
SOURCE pcktphonetsy.cpp
|
|
27 |
SOURCE coretsy.cpp
|
|
28 |
SOURCE dpcktlog.cpp
|
|
29 |
USERINCLUDE ../dtsy
|
|
30 |
USERINCLUDE ../inc
|
|
31 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
32 |
LIBRARY etel.lib euser.lib efsrv.lib etelpckt.lib etelmm.lib
|
|
33 |
|
|
34 |
START WINS
|
|
35 |
BASEADDRESS 0x47E00000
|
|
36 |
END
|
|
37 |
|
|
38 |
UNPAGED
|
|
39 |
SMPSAFE
|