networkcontrol/ipscpr/group/ipscpr.mmh
branchRCL_3
changeset 21 abbed5a4b42a
equal deleted inserted replaced
20:7e41d162e158 21:abbed5a4b42a
       
     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 // Ipscpr/Basic Ipscpr.MMH IP Subconnection Provider ECOM plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file 
       
    20 */
       
    21 
       
    22 #ifdef BASIC_IPSCPR_MMP
       
    23 
       
    24 // Should be ARMV5 only really...
       
    25 
       
    26 TARGET          basicipscpr.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x102752C4
       
    29 #else
       
    30 TARGET          ipscpr.dll
       
    31 TARGETTYPE      PLUGIN
       
    32 UID             0x10009D8D 0x10204307
       
    33 #endif
       
    34 
       
    35 VENDORID 		0x70000001
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE			ipscpr.cpp 
       
    39 SOURCE			ip_subconparams.cpp
       
    40 SOURCE			deft_scpr.cpp 
       
    41 SOURCE			ipscprlog.cpp
       
    42 #ifndef BASIC_IPSCPR_MMP
       
    43 SOURCE			asyncwriter.cpp
       
    44 SOURCE			qos_msg.cpp 
       
    45 #endif
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 #ifndef BASIC_IPSCPR_MMP
       
    49 USERINCLUDE     ../../pfqoslib/inc
       
    50 #endif
       
    51 
       
    52 #ifdef SYMBIAN_NETWORKING_UMTSR5
       
    53 USERINCLUDE		../../ipcpr/inc
       
    54 #endif
       
    55 
       
    56 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    57 
       
    58 #ifdef BASIC_IPSCPR_MMP
       
    59 START RESOURCE 102752C4.rss
       
    60 TARGET basicipscpr.rsc
       
    61 END
       
    62 #else
       
    63 START RESOURCE 10204307.rss
       
    64 TARGET ipscpr.rsc
       
    65 END
       
    66 #endif
       
    67 
       
    68 LIBRARY         euser.lib esock.lib esocksvr.lib eintsock.lib insock.lib netmeta.lib
       
    69 #ifndef BASIC_IPSCPR_MMP
       
    70 
       
    71 LIBRARY         pfqoslib.lib   qoslib.lib
       
    72 
       
    73 #ifdef SYMBIAN_NETWORKING_UMTSR5 
       
    74 LIBRARY         qosextnapi.lib
       
    75 #else
       
    76 LIBRARY         umtsapi.lib  sblpapi.lib 
       
    77 #endif
       
    78 // SYMBIAN_NETWORKING_UMTSR5 
       
    79 
       
    80 
       
    81 #endif
       
    82 
       
    83 #include	    "comms-infras/commsdebugutility.mmh"
       
    84 
       
    85 CAPABILITY ALL -Tcb
       
    86