applicationmanagement/omascomoadapter/group/omascomoadapter.mmp
changeset 0 3ce708148e4d
child 4 75a71fdb4c92
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2005 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 oma scomo adapter
       
    15 *
       
    16 */
       
    17   
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 
       
    24 TARGET          omascomoadapter.dll
       
    25 
       
    26 CAPABILITY 	    CAP_GENERAL_DLL
       
    27 
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             0x10009D8D 0x20021335
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 MACRO __AM_LASTERROR_NODE // uncomment to enable /SCOMO/Ext/LastError node
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    36 
       
    37 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    38 SYSTEMINCLUDE 	/epoc32/include/devman
       
    39 #else
       
    40 // nothing
       
    41 #endif
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          omascomoadapter.cpp
       
    45 SOURCE					nsmldmiapmatcher.cpp
       
    46 SOURCE					nsmldmuri.cpp
       
    47 SOURCE		omascomoadapterdb.cpp
       
    48 
       
    49 USERINCLUDE     ../inc 
       
    50 USERINCLUDE			../../inc
       
    51 USERINCLUDE 		../../options/inc // install options
       
    52 USERINCLUDE 		../../server/inc  //for amprivateCRKeys.h
       
    53  
       
    54 
       
    55 START RESOURCE omascomoadapter.rss
       
    56 TARGET omascomoadapter.rsc
       
    57 END
       
    58 
       
    59 
       
    60 LIBRARY		euser.lib edbms.lib sysutil.lib 
       
    61 LIBRARY		ecom.lib 
       
    62 LIBRARY     estor.lib
       
    63 LIBRARY		efsrv.lib 
       
    64 LIBRARY		applicationmanagement.lib
       
    65 LIBRARY		centralrepository.lib 
       
    66 LIBRARY 	aminstalloptions.lib 
       
    67 LIBRARY		featmgr.lib 
       
    68 LIBRARY 	flogger.lib
       
    69 LIBRARY			syncmlclientapi.lib
       
    70 LIBRARY			nsmlprivateapi.lib
       
    71 LIBRARY     	syncservice.lib
       
    72 
       
    73 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    74 LIBRARY		devmancmdmgr.lib
       
    75 LIBRARY		dmtreeclient.lib
       
    76 #else
       
    77 LIBRARY		nsmldmtreedbclient.lib
       
    78 LIBRARY		nsmldmclientserverutils.lib
       
    79 LIBRARY		nsmldmiapmatcher.lib apgrfx.lib ws32.lib 
       
    80 #endif
       
    81 
       
    82 	
       
    83 // End of File