networkcontrol/ipcpr/group/ipcpr.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 // ipcpr.MMP New IP Connection Provider ECOM plugin with BM support
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET          ipcpr.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 
       
    25 UID             0x10009D8D 0x102070ED
       
    26 VENDORID 		 0x70000001
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          ipcprprovider.cpp ipcprfactory.cpp
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 
       
    33 SYSTEMINCLUDE   /epoc32/include
       
    34 SYSTEMINCLUDE   /epoc32/include/ecom
       
    35 SYSTEMINCLUDE   /epoc32/include/comms-infras
       
    36 
       
    37 START RESOURCE 102070ED.rss
       
    38 TARGET ipcpr.rsc
       
    39 END
       
    40 
       
    41 LIBRARY         euser.lib esock.lib esocksvr.lib eintsock.lib insock.lib
       
    42 LIBRARY			netmeta.lib
       
    43 LIBRARY         agentdialog.lib
       
    44 LIBRARY         commsdat.lib
       
    45 
       
    46 #include	    "comms-infras/commsdebugutility.mmh"
       
    47 
       
    48 CAPABILITY ALL -Tcb
       
    49 
       
    50 UNPAGED
       
    51 
       
    52 SMPSAFE