wlanutilities/wlansniffer/model/group/model.mmp
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     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 Model
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET                  wsfmodel.dll
       
    25 TARGETTYPE              dll
       
    26 
       
    27 UID                     0x1000008e 0x2000CF31
       
    28 
       
    29 CAPABILITY              CAP_GENERAL_DLL
       
    30 
       
    31 
       
    32 // Source files
       
    33 SOURCEPATH 		../src
       
    34 
       
    35 SOURCE			wsfmodel.cpp
       
    36 SOURCE			wsfscreensaverwatcher.cpp
       
    37 SOURCE			wsfapplauncher.cpp 
       
    38 SOURCE          wsfactivewaiter.cpp
       
    39 
       
    40 
       
    41 
       
    42 // own headers
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 // inner API
       
    46 USERINCLUDE     ../../inc
       
    47 
       
    48 // private API
       
    49 USERINCLUDE     ../../../inc
       
    50 
       
    51 
       
    52 //Macro to /epoc32 headers
       
    53 // MW_LAYER... not enough because of <browseruisdkcrkeys.h>
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 
       
    57 
       
    58 // Used system libraries
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         bafl.lib 
       
    61 LIBRARY         apgrfx.lib
       
    62 LIBRARY         cone.lib 
       
    63 LIBRARY         ws32.lib 
       
    64 LIBRARY         centralrepository.lib
       
    65 LIBRARY         cmmanager.lib
       
    66 LIBRARY         cmmanagerdatabase.lib
       
    67 LIBRARY         sysutil.lib
       
    68 LIBRARY         efsrv.lib
       
    69 
       
    70 LIBRARY         wsfwlaninfo.lib 
       
    71 LIBRARY         wsfclient.lib
       
    72 LIBRARY         wsfapwizard.lib
       
    73 
       
    74 DEBUGLIBRARY         flogger.lib
       
    75 
       
    76 // End of file