24
|
1 |
// Copyright (c) 2005-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 |
// 3GPP Subconnection Extension Parameter classes ECOM plugin
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
|
|
23 |
TARGET qos3gpp.dll
|
|
24 |
TARGETTYPE PLUGIN
|
|
25 |
|
|
26 |
UID 0x10009D8D 0x10274D0A
|
|
27 |
VENDORID 0x70000001
|
|
28 |
|
|
29 |
|
|
30 |
SOURCEPATH ../src
|
|
31 |
SOURCE Qos3GPP_subconparams.cpp
|
|
32 |
SOURCE Qos3GPP_subconnExtFactory.cpp
|
|
33 |
|
|
34 |
START RESOURCE 10274D0A.rss
|
|
35 |
TARGET qos3gpp.rsc
|
|
36 |
END
|
|
37 |
|
|
38 |
USERINCLUDE ../inc
|
|
39 |
|
|
40 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
41 |
|
|
42 |
LIBRARY euser.lib esock.lib esocksvr.lib
|
|
43 |
LIBRARY netmeta.lib
|
|
44 |
|
|
45 |
#include "comms-infras/commsdebugutility.mmh"
|
|
46 |
|
|
47 |
CAPABILITY ALL -Tcb
|
|
48 |
|
|
49 |
|
|
50 |
|
|
51 |
UNPAGED
|
|
52 |
|
|
53 |
SMPSAFE
|