omadcmoadapters/wlanctrl/group/wlanctrldcmoadapter.mmp
changeset 47 d316aecb87fd
child 56 a9afc3a8dbfa
equal deleted inserted replaced
46:b9b00b134b0d 47:d316aecb87fd
       
     1 /*
       
     2  * ==============================================================================
       
     3  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4  * All rights reserved.
       
     5  * This component and the accompanying materials are made available
       
     6  * under the terms of "Eclipse Public License v1.0"
       
     7  * which accompanies this distribution, and is available
       
     8  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9  *
       
    10  * Initial Contributors:
       
    11  * Nokia Corporation - initial contribution.
       
    12  *
       
    13  * Contributors:
       
    14  * 
       
    15  * Description:
       
    16  * 
       
    17  * ==============================================================================
       
    18  */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 //CAPABILITY  	CAP_ECOM_PLUGIN
       
    23 CAPABILITY  	CAP_GENERAL_DLL
       
    24 TARGET 			wlanctrldcmoadapter.dll
       
    25 TARGETTYPE 		PLUGIN
       
    26 UID 			0x10009D8D 0x20022FB5
       
    27 VENDORID 		VID_DEFAULT
       
    28 
       
    29 APP_LAYER_SYSTEMINCLUDE
       
    30 SYSTEMINCLUDE 	/epoc32/include/ecom 
       
    31 SYSTEMINCLUDE 	/epoc32/include/mw/hb/hbwidgets
       
    32 SYSTEMINCLUDE 	/epoc32/include/mw/hb/hbcore
       
    33 
       
    34 USERINCLUDE 	../inc 
       
    35 
       
    36 SOURCEPATH	../data
       
    37 START RESOURCE wlanctrldcmoadapter.rss
       
    38 TARGET wlanctrldcmoadapter.rsc
       
    39 LANGUAGE_IDS
       
    40 END
       
    41 
       
    42 LIBRARY 		euser.lib ECom.lib featmgr.lib
       
    43 LIBRARY			commonengine.lib
       
    44 LIBRARY     hbcore.lib hbwidgets.lib
       
    45 
       
    46 SOURCEPATH ../src
       
    47 SOURCE wlanctrldcmoadapterproxy.cpp wlanctrldcmoadapter.cpp
       
    48 
       
    49 SMPSAFE