hotspotfw/internetconnectivitytestservice/group/ictsclientinterface.mmp
changeset 0 56b72877c1cb
child 2 6e4b6261703d
equal deleted inserted replaced
-1:000000000000 0:56b72877c1cb
       
     1 /*
       
     2 * Copyright (c) 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 definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  ictsclientinterface.dll
       
    22                         
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008d 0x10282EC5
       
    25 
       
    26 CAPABILITY              CAP_GENERAL_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  ictsclientinterface.cpp
       
    31 SOURCE                  ictsengine.cpp
       
    32 SOURCE                  ictspollingintervaltimer.cpp
       
    33 SOURCE                  ictspollingtimetimer.cpp
       
    34 SOURCE                  ictshttphandler.cpp
       
    35 SOURCE                  ictsasyncwait.cpp
       
    36 
       
    37 USERINCLUDE             ../inc
       
    38 USERINCLUDE             ../../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE           /epoc32/include/ecom
       
    42 SYSTEMINCLUDE           /epoc32/include/http
       
    43 
       
    44 LIBRARY                 euser.lib
       
    45 LIBRARY                 ecom.lib
       
    46 LIBRARY                 esock.lib
       
    47 LIBRARY                 http.lib
       
    48 LIBRARY                 bafl.lib
       
    49 LIBRARY                 centralrepository.lib
       
    50 LIBRARY                 inetprotutil.lib 
       
    51 LIBRARY                 apgrfx.lib 
       
    52 LIBRARY                 eikcore.lib cone.lib 
       
    53 LIBRARY                 efsrv.lib 
       
    54 LIBRARY                 hotspotclient.lib 
       
    55 LIBRARY                 cmmanager.lib 
       
    56