telephonyprotocols/qosextnapi/group/qosextnapi.mmp
changeset 0 3553901f7fa8
child 19 630d2f34d719
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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 // qosextnapi.mmp - QOS API Extension library MMP file
       
    15 // qosextnapi.dll Extension QoS API library
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 #include "../../gprsumtsqosinterface/group/qostesting.mmp"
       
    24 
       
    25 #ifdef QOS_TESTING
       
    26 MACRO       MM_ETEL_API=1
       
    27 #else
       
    28 MACRO       MM_ETEL_API=0
       
    29 #endif
       
    30 
       
    31 TARGET      qosextnapi.dll
       
    32 TARGETTYPE  dll
       
    33 
       
    34 UID         0x1000008D 0x101F6D22
       
    35 VENDORID    0x70000001
       
    36 
       
    37 SOURCEPATH  ../src
       
    38 SOURCE      umtsextn.cpp sblpextn.cpp imsextn.cpp
       
    39 USERINCLUDE ../inc
       
    40 
       
    41 #if defined(QOS_TESTING)
       
    42 USERINCLUDE     ..\..\..\..\unref\orphan\comgen\networking\qostesting\umtssim\inc
       
    43 #endif
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY         euser.lib qoslib.lib
       
    48 DEBUGLIBRARY	flogger.lib
       
    49 
       
    50 DEFFILE     qosextnapi.def
       
    51 
       
    52 CAPABILITY ALL -Tcb
       
    53 
       
    54 UNPAGED
       
    55 
       
    56 SMPSAFE