wlanutilities/wlanindicatorplugin/group/wlanindicatorplugin.mmp
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     1 /*
       
     2 * Copyright (c) 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 wlanindicatorplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 // Build target
       
    23 TARGET                  wlanindicatorplugin.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D 0x2001247E
       
    26 CAPABILITY              CAP_ECOM_PLUGIN
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 // Source files location
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  dllmain.cpp
       
    32 SOURCE                  wlanindicatorpluginimplementation.cpp
       
    33 
       
    34 // Resources
       
    35 START RESOURCE  ../data/2001247E.rss
       
    36 TARGET          wlanindicatorplugin.rsc
       
    37 TARGETPATH      ECOM_RESOURCE_DIR
       
    38 END
       
    39 
       
    40 START RESOURCE          ../data/wlanindicator.rss
       
    41 HEADER
       
    42 TARGETPATH              RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 USERINCLUDE             ../inc
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE           /epoc32/include/ecom
       
    50 
       
    51 LIBRARY                 ecom.lib
       
    52 LIBRARY                 avkon.lib
       
    53 LIBRARY                 euser.lib
       
    54 LIBRARY                 eikcore.lib
       
    55 LIBRARY                 apgrfx.lib
       
    56 LIBRARY                 cone.lib
       
    57 LIBRARY                 commonengine.lib
       
    58 LIBRARY                 charconv.lib
       
    59 LIBRARY                 connmon.lib
       
    60 LIBRARY                 cmmanager.lib
       
    61 LIBRARY                 bafl.lib
       
    62