XDMEngine/XdmDeviceManagement/group/xdmdevicemanagementadapter.mmp
changeset 0 c8caa15ef882
child 23 77cb48a03620
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 XDM Device Management adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET          xdmdevicemanagementadapter.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x10275112 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          xdmdmadaptergroupproxy.cpp
       
    33 SOURCE          xdmdmadapter.cpp
       
    34 
       
    35 SOURCEPATH      ../data
       
    36 START RESOURCE  10275112.rss
       
    37 TARGET          xdmdevicemanagementadapter.rsc
       
    38 END
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 
       
    43 
       
    44 USERINCLUDE     ../inc
       
    45 
       
    46 
       
    47 LIBRARY         euser.lib 
       
    48 LIBRARY         ecom.lib 
       
    49 LIBRARY         xdmsettingsapi.lib
       
    50 LIBRARY         charconv.lib
       
    51 LIBRARY         nsmldmclientserverutils.lib
       
    52 
       
    53 DEBUGLIBRARY    flogger.lib
       
    54 
       
    55 #if defined( ARMCC )
       
    56     DEFFILE ../eabi/ 
       
    57 #elif defined ( WINSCW )
       
    58     deffile ../bwinscw/ 
       
    59 #elif defined (WINS )
       
    60     deffile ../BWINS/ 
       
    61 #endif
       
    62 
       
    63 // End of File