networkcontrol/ipcprshim/group/shimcpr.mmp
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 // shimcpr.MMP New IP Connection Provider Shim ECOM plugin with BM support
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #include <cflog.mmh>
       
    23 
       
    24 TARGET          shimcpr.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 
       
    27 UID             0x10009D8D 0x102070FD
       
    28 VENDORID 		 0x70000001
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          shimcpr.cpp shimcprfactory.cpp shimconnsettings.cpp connectionSelectorShim.cpp
       
    32 SOURCE 	        shimdatatransfer.cpp shimclient.cpp shimnifmansconn.cpp
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 
       
    36 SYSTEMINCLUDE   /epoc32/include
       
    37 SYSTEMINCLUDE   /epoc32/include/ecom
       
    38 SYSTEMINCLUDE   /epoc32/include/comms-infras
       
    39 
       
    40 START RESOURCE 102070FD.rss
       
    41 TARGET shimcpr.rsc
       
    42 END
       
    43 LIBRARY         euser.lib esock.lib esocksvr.lib eintsock.lib insock.lib netmeta.lib nifman.lib commsfw.lib 
       
    44 
       
    45 #ifdef SYMBIAN_NETWORKING_UMTSR5
       
    46 
       
    47 LIBRARY			commdb.lib commsdat.lib
       
    48 #endif //SYMBIAN_NETWORKING_UMTSR5
       
    49 
       
    50 
       
    51 #include	    "comms-infras/commsdebugutility.mmh"
       
    52 
       
    53 CAPABILITY ALL -Tcb
       
    54 
       
    55 UNPAGED
       
    56 
       
    57 SMPSAFE