applicationmanagement/amadapter2/group/amadapter.mmp
changeset 47 d316aecb87fd
equal deleted inserted replaced
46:b9b00b134b0d 47:d316aecb87fd
       
     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 applicationmanagement components
       
    15 *
       
    16 */
       
    17   
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 TARGET          amadapter2.dll
       
    24 
       
    25 CAPABILITY 	    CAP_ECOM_PLUGIN
       
    26 
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x10207844
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 MACRO __AM_LASTERROR_NODE // uncomment to enable /SCM/Ext/LastError node
       
    32 
       
    33 APP_LAYER_SYSTEMINCLUDE
       
    34 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    35 
       
    36 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    37 SYSTEMINCLUDE 	/epoc32/include/devman
       
    38 #else
       
    39 // nothing
       
    40 #endif
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 SOURCE          amadapter.cpp
       
    44 SOURCE					nsmldmiapmatcher.cpp
       
    45 SOURCE					nsmldmuri.cpp
       
    46 
       
    47 USERINCLUDE     ../inc 
       
    48 USERINCLUDE			../../inc
       
    49 USERINCLUDE 		../../options/inc // install options
       
    50 
       
    51 
       
    52 START RESOURCE amadapter.rss
       
    53 TARGET amadapter2.rsc
       
    54 END
       
    55 
       
    56 
       
    57 LIBRARY		euser.lib 
       
    58 LIBRARY		ecom.lib 
       
    59 LIBRARY     estor.lib
       
    60 LIBRARY		efsrv.lib 
       
    61 LIBRARY		applicationmanagementclient.lib
       
    62 LIBRARY		centralrepository.lib 
       
    63 LIBRARY 	aminstalloptions.lib 
       
    64 LIBRARY		featmgr.lib 
       
    65 LIBRARY 	flogger.lib
       
    66 
       
    67 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    68 LIBRARY		devmancmdmgr.lib
       
    69 LIBRARY		dmtreeclient.lib
       
    70 #else
       
    71 LIBRARY		nsmldmtreedbclient.lib
       
    72 LIBRARY		nsmldmclientserverutils.lib
       
    73 LIBRARY		nsmldmiapmatcher.lib 
       
    74 #endif
       
    75 
       
    76 	
       
    77 
       
    78 SMPSAFE
       
    79 // End of File
       
    80