wlanutilities/wlansniffer/apwizard/group/apwizard.mmp
branchRCL_3
changeset 25 f28ada11abbf
parent 0 56b72877c1cb
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 ApWizard
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET                  wsfapwizard.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     0x1000008e 0x10281CAD
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 
       
    30 
       
    31 START RESOURCE    ../data/wsfapwizard.rss
       
    32 HEADER
       
    33 TARGETPATH        resource
       
    34 LANGUAGE_IDS
       
    35 END
       
    36 
       
    37 
       
    38 // Source files
       
    39 SOURCEPATH         ../src
       
    40 SOURCE             wsfwlaniapwizard.cpp
       
    41 SOURCE             wsfwlaniapcreator.cpp
       
    42 SOURCE             wsfwlanssiddiscovery.cpp
       
    43 SOURCE             wsfactivewaiter.cpp
       
    44 
       
    45 
       
    46 // own headers
       
    47 USERINCLUDE     ../inc
       
    48 
       
    49 // inner API
       
    50 USERINCLUDE     ../../inc
       
    51 
       
    52 // private API
       
    53 USERINCLUDE     ../../../inc
       
    54 
       
    55 
       
    56 //Macro to /epoc32 headers
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 
       
    60 
       
    61 // Used system libraries
       
    62 LIBRARY                 euser.lib
       
    63 LIBRARY                 efsrv.lib
       
    64 LIBRARY                 bafl.lib 
       
    65 LIBRARY                 estor.lib 
       
    66 LIBRARY                 commsdat.lib
       
    67 LIBRARY                 avkon.lib
       
    68 LIBRARY                 cone.lib 
       
    69 LIBRARY                 commonengine.lib
       
    70 LIBRARY                 eikcoctl.lib 
       
    71 LIBRARY                 eikdlg.lib 
       
    72 LIBRARY                 eikcore.lib
       
    73 LIBRARY                 esock.lib 
       
    74 LIBRARY                 commonui.lib
       
    75 LIBRARY                 charconv.lib 
       
    76 
       
    77 // Used project libraries
       
    78 LIBRARY                 wsfwlaninfo.lib 
       
    79 LIBRARY                 cmmanagerdatabase.lib 
       
    80 LIBRARY                 cmmanager.lib
       
    81 LIBRARY                 connectionuiutilities.lib
       
    82 LIBRARY                 ecom.lib
       
    83 
       
    84 DEBUGLIBRARY            flogger.lib
       
    85 
       
    86 // End of file