voipplugins/dhcppositionprovider/group/dhcppositionprovider.mmp
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Defines the DHCP Position Provider PSY project.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      dhcppositionprovider.dll
       
    23 TARGETTYPE  PLUGIN
       
    24 UID         0x10009D8D 0x10283113
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_ECOM_PLUGIN NETWORKCONTROL
       
    28 
       
    29 START RESOURCE  ../data/dhcppositionprovider.rss
       
    30 TARGET          dhcppositionprovider.rsc
       
    31 END
       
    32 
       
    33 SOURCEPATH  ../src
       
    34 SOURCE      dhcppsypositioner.cpp
       
    35 SOURCE      dhcppsyrequester.cpp
       
    36 SOURCE      dhcppsysingletonhandler.cpp
       
    37 SOURCE      dhcpwlanqueryhandler.cpp
       
    38 SOURCE      dhcpserveripaddressresolver.cpp
       
    39 SOURCE      dhcpsocketlistener.cpp
       
    40 SOURCE      dhcpdatasender.cpp
       
    41 SOURCE      dhcpdatapacket.cpp
       
    42 SOURCE      dhcpdataresponsepacket.cpp
       
    43 SOURCE      dhcpocationinformationparser.cpp
       
    44 SOURCE      dhcpdatalocationrequest.cpp
       
    45 SOURCE      dhcpconnectionengine.cpp
       
    46 SOURCE      dhcpconnectionprogressnotifier.cpp
       
    47 SOURCE      proxy.cpp
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 
       
    51 // Default system include paths for middleware layer modules.
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 SYSTEMINCLUDE     ../../../inc
       
    54 SYSTEMINCLUDE   /epoc32/include/ecom
       
    55 
       
    56 LIBRARY     euser.lib
       
    57 LIBRARY     lbs.lib
       
    58 LIBRARY     ipapputils.lib
       
    59 LIBRARY     epospluginfw.lib
       
    60 LIBRARY     esock.lib
       
    61 LIBRARY     insock.lib
       
    62 LIBRARY     commdb.lib
       
    63 
       
    64 DEBUGLIBRARY flogger.lib
       
    65 
       
    66 // end of file