simpleengine/presencedm/group/presencedmadapter.mmp
changeset 0 c8caa15ef882
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     1 /*
       
     2 * Copyright (c) 2006 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:    OMA Presence Device Management adapter's mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          presencedm.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x10282415
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 LANGUAGE_IDS
       
    30 
       
    31 // default system include paths for middleware layer modules
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          presencedmadapterproxy.cpp
       
    39 SOURCE          presencedmadapter.cpp
       
    40 
       
    41 SOURCEPATH      ../data
       
    42 START RESOURCE 10282415.rss
       
    43 TARGET presencedm.rsc
       
    44 END
       
    45 
       
    46 
       
    47 LIBRARY        	euser.lib 
       
    48 LIBRARY        	ecom.lib 
       
    49 LIBRARY         presencesettingsapi.lib
       
    50 LIBRARY         charconv.lib
       
    51 LIBRARY         nsmldmclientserverutils.lib
       
    52 LIBRARY         commonengine.lib
       
    53 LIBRARY         bafl.lib
       
    54 
       
    55 DEBUGLIBRARY		    flogger.lib
       
    56 // End of File