omadm/omadmextensions/adapters/browseradapter/bld/nsmlbrowseradapter.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Implementation of dm adapters
       
    15 * 	This is part of omadmextensions.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "defaultcaps.hrh"
       
    24 #include  <platform_paths.hrh>
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 TARGET          nsmldmbrowseradapter.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             0x10009D8D 0x1028335E
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE 	/epoc32/include/ecom ../../../inc
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 USERINCLUDE     ../inc 
       
    37 USERINCLUDE		../../inc
       
    38 
       
    39 SOURCE          nsmlbrowseradapter.cpp
       
    40 
       
    41 START RESOURCE nsmldmbrowseradapter.rss
       
    42 TARGET nsmldmbrowseradapter.rsc
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    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 
       
    55 
       
    56 SMPSAFE