omadm/omadmextensions/adapters/connmoadapter/group/connmoadapter.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * ==============================================================================
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 * 
       
    15 * Description:
       
    16 * ==============================================================================
       
    17 */
       
    18 
       
    19 #include  <platform_paths.hrh>
       
    20 
       
    21 CAPABILITY      CAP_ECOM_PLUGIN
       
    22 TARGET	      	connmoadapter.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x2001FE5E
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 MW_LAYER_SYSTEMINCLUDE
       
    28 SYSTEMINCLUDE 	/epoc32/include/ecom 
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE     ../traces
       
    33 
       
    34 START RESOURCE ConnMoAdapter.rss
       
    35 END
       
    36 
       
    37 LANG	sc
       
    38 
       
    39 LIBRARY		charconv.lib ecom.lib euser.lib
       
    40 LIBRARY		sysutil.lib
       
    41 LIBRARY 	cmmanager.lib
       
    42 
       
    43 SOURCE ConnMoAdapter.cpp BranchBase.cpp NapBranch.cpp ProxyBranch.cpp AddBuffer.cpp Utils.cpp
       
    44