omadm/omadmextensions/adapters/fota/bld/nsmldmfotaadapter.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2004 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:    DM Fota Adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "defaultcaps.hrh"
       
    22 #include  <platform_paths.hrh>
       
    23 
       
    24 CAPABILITY		CAP_GENERAL_DLL
       
    25 TARGET          nsmldmfotaadapter.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D 0x101F9A08
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 //Default system include paths for app layer modules.
       
    31 APP_LAYER_SYSTEMINCLUDE
       
    32 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    33 
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../inc
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          nsmldmfotaadapter.cpp
       
    40 SOURCE          nsmldmfotaadapterdb.cpp
       
    41 
       
    42 START RESOURCE nsmldmfotaadapter.rss
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 
       
    47 
       
    48 LIBRARY        	euser.lib ecom.lib nsmldebug.lib
       
    49 LIBRARY         efsrv.lib edbms.lib estor.lib
       
    50 LIBRARY         sysutil.lib bafl.lib
       
    51 LIBRARY			fotaengine.lib
       
    52 LIBRARY			syncmlclientapi.lib
       
    53 LIBRARY			nsmlprivateapi.lib
       
    54 LIBRARY         centralrepository.lib
       
    55 LIBRARY     	nsmldmtreedbclient.lib
       
    56 
       
    57 SMPSAFE