omadm/omadmextensions/adapters/dcmodmadapter/group/dcmodmadapter.mmp
changeset 0 3ce708148e4d
child 4 75a71fdb4c92
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2009 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:  DCMO DM Adapter
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          dcmodmadapter.dll
       
    21 TARGETTYPE      PLUGIN
       
    22 CAPABILITY      CAP_ECOM_PLUGIN
       
    23 
       
    24 UID             0x10009D8D 0x2001FD3E
       
    25 VENDORID        VID_DEFAULT
       
    26 LANG            SC
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          dcmodmadapter.cpp
       
    30 SOURCE          dcmodmadaptermain.cpp
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 
       
    36 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    37 
       
    38 
       
    39 START RESOURCE  ../data/dcmodmadapter.rss
       
    40 TARGET          dcmodmadapter.rsc
       
    41 LANGUAGE_IDS
       
    42 END
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         ecom.lib
       
    46 LIBRARY         centralrepository.lib
       
    47 LIBRARY         dmutil.lib
       
    48 STATICLIBRARY   dmutils.lib
       
    49 LIBRARY         charconv.lib
       
    50 LIBRARY					dcmoclient.lib
       
    51 LIBRARY					nsmldebug.lib
       
    52 
       
    53 
       
    54 SMPSAFE
       
    55 // End Of File
       
    56