wlanutilities/wlansniffer/aiplugin/group/aiplugin.mmp
changeset 0 56b72877c1cb
child 1 d07e190ed096
equal deleted inserted replaced
-1:000000000000 0:56b72877c1cb
       
     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 
       
    42 
       
    43 // Plugin's own resources.
       
    44 START RESOURCE  ../data/wsfaipluginrsc.rss
       
    45 HEADER 
       
    46 TARGETPATH      RESOURCE_FILES_DIR
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 //ECOM resource definition
       
    51 START RESOURCE  ../data/10281cae.rss
       
    52 TARGET          wsfaiplugin.rsc
       
    53 LANGUAGE_IDS
       
    54 END
       
    55 
       
    56 
       
    57 // own headers
       
    58 USERINCLUDE     ../inc
       
    59 
       
    60 // inner API
       
    61 USERINCLUDE     ../../inc
       
    62 
       
    63 // private API
       
    64 USERINCLUDE     ../../../inc
       
    65 
       
    66 
       
    67 //Macro to /epoc32 headers
       
    68 //MW_LAYER_SYSTEMINCLUDE is not enough because of <BrowserUiSDKCRKeys.h>
       
    69 APP_LAYER_SYSTEMINCLUDE
       
    70 
       
    71 
       
    72 LIBRARY         euser.lib
       
    73 LIBRARY         ecom.lib
       
    74 LIBRARY         efsrv.lib   //TParse
       
    75 
       
    76 LIBRARY         bafl.lib   // BaflUtils
       
    77 LIBRARY         Cone.lib
       
    78 
       
    79 LIBRARY         AknSkins.lib
       
    80 LIBRARY         egul.lib
       
    81 
       
    82 LIBRARY         AknIcon.lib
       
    83 LIBRARY         Avkon.lib
       
    84 
       
    85 LIBRARY         aiutils.lib
       
    86 
       
    87 LIBRARY         commonengine.lib  //stringloader
       
    88 LIBRARY         eikdlg.lib
       
    89 LIBRARY         eikcore.lib 
       
    90 LIBRARY         eikctl.lib
       
    91 LIBRARY         eikcoctl.lib 
       
    92 
       
    93 LIBRARY         wsfwlaninfo.lib
       
    94 LIBRARY         wsfwlaninfosorting.lib
       
    95 LIBRARY         wsfclient.lib
       
    96 LIBRARY         wsfmodel.lib
       
    97 LIBRARY         apgrfx.lib
       
    98 LIBRARY         commonui.lib
       
    99 LIBRARY         connmon.lib
       
   100 LIBRARY         apparc.lib
       
   101 LIBRARY         charconv.lib
       
   102 LIBRARY     	COMMSDAT.lib
       
   103 LIBRARY     	cmmanagerdatabase.lib
       
   104 LIBRARY         cmmanager.lib
       
   105 LIBRARY         centralrepository.lib
       
   106 LIBRARY         FeatMgr.lib
       
   107 
       
   108 
       
   109 DEBUGLIBRARY    flogger.lib
       
   110 
       
   111 // End of File.