omadmadapters/nsmldminternet/group/nsmlinternetadapter.mmp
changeset 42 aa33c2cb9a50
child 56 a9afc3a8dbfa
equal deleted inserted replaced
41:c742e1129640 42:aa33c2cb9a50
       
     1 /*
       
     2 * Copyright (c) 2004-2007 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:   InternetAdapter 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "defaultcaps.hrh"
       
    21 #include  <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY      CAP_ECOM_PLUGIN
       
    24 TARGET	      	nsmlinternetadapter.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x101F6DEA
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 SYSTEMINCLUDE 	/epoc32/include/ecom 
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 USERINCLUDE     ../inc
       
    35 
       
    36 SOURCE          NSmlInternetAdapter.cpp
       
    37 
       
    38 SOURCE		NSmlWLanAdapter.cpp
       
    39 SOURCE		NSmlWlanSettings.cpp
       
    40 
       
    41 START RESOURCE	NSmlInternetAdapter.rss
       
    42 END
       
    43 
       
    44 LANG	sc
       
    45 
       
    46 LIBRARY		charconv.lib commdb.lib efsrv.lib ecom.lib euser.lib nsmldmclientserverutils.lib
       
    47 LIBRARY		nsmldebug.lib sysutil.lib
       
    48 LIBRARY		inetprotutil.lib
       
    49 LIBRARY 	commsdat.lib
       
    50 LIBRARY 	cmmanager.lib
       
    51 LIBRARY 	cmmanagerdatabase.lib
       
    52 LIBRARY 	centralrepository.lib FeatMgr.lib
       
    53 LIBRARY		policyengine.lib
       
    54 LIBRARY		nsmldmtreedbclient.lib
       
    55 LIBRARY		eaptools.lib
       
    56