wlanutilities/wlansniffer/aiplugin/group/aiplugin.mmp
branchRCL_3
changeset 25 f28ada11abbf
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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:  Project definition file for project AiPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "../inc/wsfaipluginuids.hrh"
       
    23 
       
    24 TARGET          wsfaiplugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D AI_UID_ECOM_DLL_CONTENTPUBLISHER_WIZARDPLUGIN
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          wsfaipluginproxy.cpp
       
    33 SOURCE          wsfaiplugin.cpp
       
    34 SOURCE          wsficonarraycreator.cpp
       
    35 SOURCE          wsfsearchwlansdialog.cpp
       
    36 SOURCE          wsfaimodel.cpp
       
    37 SOURCE          wsfaicontroller.cpp
       
    38 SOURCE          wsfaiview.cpp
       
    39 SOURCE          wsfactivewaiter.cpp
       
    40 SOURCE          wsfdbobserver.cpp
       
    41 SOURCE          wsfwlanlistactivewrapper.cpp
       
    42 SOURCE          wsfrefreshscanactivewrapper.cpp
       
    43 SOURCE          wsfdisconnectactivewrapper.cpp
       
    44 SOURCE          wsfconnectactivewrapper.cpp
       
    45 SOURCE          wsfactivewrappers.cpp
       
    46 SOURCE          wsflaunchaihelperactivewrapper.cpp
       
    47 
       
    48 
       
    49 // Plugin's own resources.
       
    50 START RESOURCE  ../data/wsfaipluginrsc.rss
       
    51 HEADER 
       
    52 TARGETPATH      RESOURCE_FILES_DIR
       
    53 LANGUAGE_IDS
       
    54 END
       
    55 
       
    56 //ECOM resource definition
       
    57 START RESOURCE  ../data/10281cae.rss
       
    58 TARGET          wsfaiplugin.rsc
       
    59 LANGUAGE_IDS
       
    60 END
       
    61 
       
    62 
       
    63 // own headers
       
    64 USERINCLUDE     ../inc
       
    65 
       
    66 // inner API
       
    67 USERINCLUDE     ../../inc
       
    68 
       
    69 // private API
       
    70 USERINCLUDE     ../../../inc
       
    71 
       
    72 
       
    73 //Macro to /epoc32 headers
       
    74 //MW_LAYER_SYSTEMINCLUDE is not enough because of <BrowserUiSDKCRKeys.h>
       
    75 APP_LAYER_SYSTEMINCLUDE
       
    76 
       
    77 
       
    78 LIBRARY         euser.lib
       
    79 LIBRARY         ecom.lib
       
    80 LIBRARY         efsrv.lib   //TParse
       
    81 
       
    82 LIBRARY         bafl.lib   // BaflUtils
       
    83 LIBRARY         Cone.lib
       
    84 
       
    85 LIBRARY         AknSkins.lib
       
    86 LIBRARY         egul.lib
       
    87 
       
    88 LIBRARY         AknIcon.lib
       
    89 LIBRARY         Avkon.lib
       
    90 
       
    91 LIBRARY         aiutils.lib
       
    92 
       
    93 LIBRARY         commonengine.lib  //stringloader
       
    94 LIBRARY         eikdlg.lib
       
    95 LIBRARY         eikcore.lib 
       
    96 LIBRARY         eikctl.lib
       
    97 LIBRARY         eikcoctl.lib 
       
    98 
       
    99 LIBRARY         wsfwlaninfo.lib
       
   100 LIBRARY         wsfwlaninfosorting.lib
       
   101 LIBRARY         wsfclient.lib
       
   102 LIBRARY         wsfmodel.lib
       
   103 LIBRARY         apgrfx.lib
       
   104 LIBRARY         commonui.lib
       
   105 LIBRARY         connmon.lib
       
   106 LIBRARY         apparc.lib
       
   107 LIBRARY         charconv.lib
       
   108 LIBRARY     	COMMSDAT.lib
       
   109 LIBRARY     	cmmanagerdatabase.lib
       
   110 LIBRARY         cmmanager.lib
       
   111 LIBRARY         centralrepository.lib
       
   112 LIBRARY         FeatMgr.lib
       
   113 LIBRARY         connectionuiutilities.lib
       
   114 
       
   115 DEBUGLIBRARY    flogger.lib
       
   116 
       
   117 // End of File.
       
   118