hotspotfw/hsclient/group/hotspotclient.mmp
changeset 0 56b72877c1cb
equal deleted inserted replaced
-1:000000000000 0:56b72877c1cb
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 specification file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET			hotspotclient.dll
       
    22 TARGETTYPE		dll
       
    23 UID				0x1000008d 0x10282EC8
       
    24 CAPABILITY 	    CAP_GENERAL_DLL
       
    25 VENDORID	    VID_DEFAULT
       
    26 
       
    27 SOURCEPATH		../src
       
    28 SOURCE          hssinterface.cpp
       
    29 SOURCE          hsssrvnotifications.cpp
       
    30 SOURCE          hssiaphandler.cpp
       
    31 SOURCE          hssscanhandler.cpp
       
    32 
       
    33 USERINCLUDE     ../../inc
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../hsserver/inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE   /epoc32/include/ecom
       
    39 
       
    40 LIBRARY         commdb.lib
       
    41 LIBRARY         commsdat.lib
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         estor.lib 
       
    44 LIBRARY         esock.lib
       
    45 LIBRARY         ecom.lib
       
    46 LIBRARY         efsrv.lib 
       
    47 LIBRARY 	cmmanager.lib
       
    48 
       
    49 STATICLIBRARY   wlanscanlist.lib
       
    50 STATICLIBRARY 		  hssscanlist.lib
       
    51