networkcontrol/qoslib/group/qoslib.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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 // qoslib.mmp - QoS API library MMP file
       
    15 //
       
    16 
       
    17 TARGET      qoslib.dll
       
    18 TARGETTYPE  dll
       
    19 
       
    20 UID         0x1000008d 0x101F6D00
       
    21 VENDORID    0x70000001
       
    22 
       
    23 SOURCEPATH  ../src
       
    24 SOURCE      flowspec.cpp qos_channel.cpp qos_event.cpp qos_policy.cpp
       
    25 SOURCE      qoslib.cpp qosselector.cpp extensionpolicy.cpp
       
    26 
       
    27 USERINCLUDE     . ../inc ../include
       
    28 USERINCLUDE ../../qosfwconfig/qos/inc
       
    29 USERINCLUDE ../../qosfwconfig/qos/include
       
    30 USERINCLUDE ../../pfqoslib/inc
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 LIBRARY         euser.lib esock.lib insock.lib pfqoslib.lib 
       
    34 
       
    35 DEBUGLIBRARY    flogger.lib
       
    36 
       
    37 CAPABILITY ALL -Tcb
       
    38 
       
    39 UNPAGED
       
    40 
       
    41 SMPSAFE