genericpositioningplugins/locationnpppsy/group/nla_npppsy.mmp
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     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:  Defines the NPP PSY project.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET      nlanpppsy.dll
       
    24 TARGETTYPE  PLUGIN
       
    25 UID         0x10009D8D 0x10206914
       
    26 
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 START RESOURCE  ../data/npppsy.rss
       
    31 TARGET          nlanpppsy.rsc
       
    32 END
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 START RESOURCE  ../data/nlanpppsy_name.rss
       
    36 HEADER
       
    37 TARGET			nlanpppsy_name.rsc
       
    38 TARGETPATH  	/resource
       
    39 LANGUAGE_IDS
       
    40 END
       
    41 
       
    42 /*===============================================================
       
    43 	Following resource files belongs to Adaptation PSY's. Since from 5.0 localization process has changed which 
       
    44 	caused adaptaion teams PSY's string localization problem.
       
    45 	To get rid of this issue,WE(S60,Adaptation and build team) have decided to move following resource files to 
       
    46 	S60 from adaptation team. (Error ID: ENLV-79E9MU)
       
    47 	Manish Patil
       
    48 	===============================================================*/
       
    49 
       
    50 START RESOURCE ../data/nla_agpspositioner.rss
       
    51 HEADER
       
    52 	TARGETPATH /resource
       
    53 LANGUAGE_IDS
       
    54 END
       
    55 
       
    56 START RESOURCE ../data/nla_gpspositioner.rss
       
    57 HEADER
       
    58 	TARGETPATH  /resource
       
    59 LANGUAGE_IDS
       
    60 END
       
    61 
       
    62 START RESOURCE ../data/nla_nbppositioner.rss
       
    63 HEADER
       
    64 	TARGETPATH /resource
       
    65 LANGUAGE_IDS
       
    66 END
       
    67 
       
    68 SOURCEPATH  ../src
       
    69 SOURCE      npppsypositioner.cpp
       
    70 SOURCE      npppsyrequester.cpp
       
    71 SOURCE      npppsysingletonhandler.cpp
       
    72 SOURCE      npppsysettinghandler.cpp
       
    73 SOURCE      npppsystatushandler.cpp
       
    74 
       
    75 USERINCLUDE     ../inc 
       
    76 
       
    77 // Default system include paths for middleware layer modules.
       
    78 //MW_LAYER_SYSTEMINCLUDE
       
    79 
       
    80 SYSTEMINCLUDE   /epoc32/include/ecom
       
    81 
       
    82 LIBRARY     euser.lib 
       
    83 LIBRARY     efsrv.lib
       
    84 LIBRARY     bafl.lib
       
    85 LIBRARY     lbs.lib
       
    86 LIBRARY		epospluginfw.lib
       
    87 LIBRARY     centralrepository.lib
       
    88 
       
    89 
       
    90 DEBUGLIBRARY flogger.lib
       
    91 
       
    92 
       
    93 // End of File