genericpositioningplugins/locationsuplpsy/group/nla_suplpsy.mmp
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 2005 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 SUPL PSY project.
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET      nlasuplpsy.dll
       
    22 TARGETTYPE  PLUGIN
       
    23 UID         0x10009D8D 0x10206912
       
    24 
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 START RESOURCE  ../data/suplpsy.rss
       
    29 TARGET          nlasuplpsy.rsc
       
    30 END
       
    31 
       
    32 
       
    33 SOURCEPATH  ../src
       
    34 SOURCE      suplpsypositioner.cpp
       
    35 SOURCE      suplpsyrequestmanager.cpp
       
    36 SOURCE      suplpsyrequestor.cpp
       
    37 SOURCE      suplpsygenericinfouser.cpp
       
    38 SOURCE      suplpsycellidhandler.cpp
       
    39 SOURCE      suplpsyinfostoremanager.cpp
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 // Default system include paths for middleware layer modules.
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SYSTEMINCLUDE   /epoc32/include/ecom
       
    47 
       
    48 LIBRARY     euser.lib 
       
    49 LIBRARY     efsrv.lib
       
    50 LIBRARY     bafl.lib
       
    51 LIBRARY     lbs.lib
       
    52 LIBRARY		epospluginfw.lib
       
    53 LIBRARY     centralrepository.lib
       
    54 LIBRARY     etel.lib 
       
    55 LIBRARY     etelmm.lib 
       
    56 LIBRARY     commdb.lib
       
    57 
       
    58 LIBRARY     epos_suplterminitiation.lib
       
    59 
       
    60 DEBUGLIBRARY flogger.lib
       
    61 
       
    62 
       
    63 // End of File