telephonyprotocols/gprsumtsqosprt/group/guqos.mmp
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2007-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 // guqos.mmp - GPRS/UMTS module MMP file
       
    15 // guqos.prt GPRS/UMTS QoS protocol plug-in for socket server
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 #include "../../gprsumtsqosinterface/group/qostesting.mmp"
       
    25 
       
    26 #ifdef QOS_TESTING
       
    27 MACRO       MM_ETEL_API=1
       
    28 #else
       
    29 MACRO       MM_ETEL_API=0
       
    30 #endif
       
    31 
       
    32 
       
    33 TARGET      guqos.prt
       
    34 TARGETTYPE  dll
       
    35 NOEXPORTLIBRARY
       
    36 
       
    37 UID      0x10003d38 0x101F6D05
       
    38 VENDORID 0x70000001
       
    39 
       
    40 SOURCEPATH  ../src
       
    41 
       
    42 SOURCE      async_request.cpp context.cpp extension.cpp guqos.cpp guqos_prot.cpp 
       
    43 SOURCE      iface.cpp parameters.cpp tc.cpp
       
    44 
       
    45 #if defined(QOS_TESTING)
       
    46 USERINCLUDE     ..\..\..\..\unref\orphan\comgen\networking\qostesting\umtssim\inc
       
    47 LIBRARY     umtssim_client.lib
       
    48 #else
       
    49 LIBRARY     etelpckt.lib etel.lib
       
    50 #endif
       
    51 
       
    52 USERINCLUDE     ../inc
       
    53 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    54 
       
    55 LIBRARY     euser.lib esock.lib mbufmgr.lib esocksvr.lib insock.lib inhook6.lib 
       
    56 LIBRARY     umtsif.lib pfqoslib.lib 
       
    57 
       
    58 DEBUGLIBRARY    flogger.lib
       
    59 
       
    60 
       
    61 
       
    62 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    63 
       
    64 UNPAGED
       
    65 
       
    66 SMPSAFE