omadm/omadmextensions/adapters/streamingadapter/bld/nsmlstreamingadapter.mmp
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : nsmldmstreamingadapter.mmp
       
     4 *  Part of     : nsmldmstreamingadapter
       
     5 *
       
     6 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     7 * All rights reserved.
       
     8 * This component and the accompanying materials are made available
       
     9 * under the terms of "Eclipse Public License v1.0"
       
    10 * which accompanies this distribution, and is available
       
    11 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    12 *
       
    13 * Initial Contributors:
       
    14 * Nokia Corporation - initial contribution.
       
    15 *
       
    16 * Contributors:
       
    17 *
       
    18 * Description:  Implementation of dm adapters
       
    19 * 	This is part of omadmextensions.
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 #include "defaultcaps.hrh"
       
    25 #include  <platform_paths.hrh>
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 TARGET          nsmldmstreamingadapter.dll
       
    29 TARGETTYPE      PLUGIN
       
    30 UID             0x10009D8D 0x20024310
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 APP_LAYER_SYSTEMINCLUDE
       
    34 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 
       
    39 
       
    40 SOURCE          nsmlstreamingadapter.cpp
       
    41 
       
    42 START RESOURCE nsmldmstreamingadapter.rss
       
    43 TARGET nsmldmstreamingadapter.rsc
       
    44 LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 LIBRARY         euser.lib 
       
    48 LIBRARY         ecom.lib 
       
    49 LIBRARY         nsmldebug.lib
       
    50 LIBRARY         nsmlagentcommon.lib
       
    51 LIBRARY         centralrepository.lib
       
    52 LIBRARY 	commdb.lib apengine.lib 
       
    53 LIBRARY     nsmldmiapmatcher.lib
       
    54 LIBRARY         mpsettengine.lib
       
    55 
       
    56 
       
    57 
       
    58 SMPSAFE