omadm/dcmo/dcmoadapters/extmemctrl/group/extmemctrldcmoadapter.mmp
changeset 0 3ce708148e4d
child 26 ae4a65edc4fe
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:  ExtMemCtrl plug-in adapter for DCMO
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET extmemctrldcmoadapter.dll
       
    21 TARGETTYPE PLUGIN
       
    22 
       
    23 // ECom Dll recognition UID followed by the unique UID for this dll
       
    24 UID 0x10009D8D 0x2002132B
       
    25 VENDORID VID_DEFAULT
       
    26 CAPABILITY  CAP_ECOM_PLUGIN
       
    27 
       
    28 SOURCEPATH				../src
       
    29 SOURCE						extmemctrldcmoadapter.cpp
       
    30 SOURCE						extmemctrldcmoadapterproxy.cpp
       
    31 
       
    32 USERINCLUDE 			../inc 
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SYSTEMINCLUDE 		/epoc32/include/ecom
       
    37 
       
    38 
       
    39 SOURCEPATH				../data
       
    40 start resource 2002132B.rss
       
    41 TARGET extmemctrldcmoadapter.rsc
       
    42 LANGUAGE_IDS
       
    43 end
       
    44 
       
    45 LIBRARY 			euser.lib ecom.lib efsrv.lib bafl.lib  etul.lib
       
    46 LIBRARY       centralrepository.lib
       
    47 LIBRARY       platformenv.lib
       
    48 LIBRARY 			commonengine.lib               // Series 60 common components library
       
    49 
       
    50 SMPSAFE