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 |
// etelpckt.dll Telephony packet data API
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
TARGET etelpckt.dll
|
|
23 |
CAPABILITY All -Tcb
|
|
24 |
TARGETTYPE DLL
|
|
25 |
UID 0x1000008D 0x1000AD5A // Temp UID 2 (stolen from Pearl Ref UI project)
|
|
26 |
VENDORID 0x70000001
|
|
27 |
SOURCEPATH ../cetel
|
|
28 |
SOURCE etelpckt.cpp etelQoS.cpp pckt_hold.cpp pckt_retrieve.cpp pckt_list.cpp
|
|
29 |
USERINCLUDE ../inc
|
|
30 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
31 |
LIBRARY euser.lib etel.lib estor.lib etelmm.lib
|
|
32 |
|
|
33 |
|
|
34 |
UNPAGED
|
|
35 |
|
|
36 |
|
|
37 |
SMPSAFE
|