sapi_landmarks/group/landmarkprovider.mmp
changeset 0 14df0fbfcc4e
equal deleted inserted replaced
-1:000000000000 0:14df0fbfcc4e
       
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../group/sapiincludes.mmpi"
       
    19 #include <data_caging_paths.hrh>
       
    20 TARGET        landmarkprovider.dll
       
    21 TARGETTYPE    PLUGIN
       
    22 
       
    23 // MAGIC Dll recognition UID followed by the unique UID for this dll
       
    24 UID             0x10009D8D 0x102833A9
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 VERSION		1.0
       
    29 
       
    30 USERINCLUDE   ../inc
       
    31 USERINCLUDE   ../landmarksservice/inc
       
    32 
       
    33 
       
    34 
       
    35 SOURCEPATH    ../src
       
    36 SOURCE        landmarkprovider.cpp
       
    37 SOURCE        landmarkinterface.cpp
       
    38 SOURCE        clandmarkiterable.cpp //CAiwIterable class implementation for landmarks
       
    39 SOURCE        clandmarkcategoryiterable.cpp //CAiwIterable class implementation for landmark categories
       
    40 SOURCE        clandmarkdatabaseiterable.cpp //CAiwIterable class implementation for landmark categories
       
    41 SOURCE        clandmarkobserver.cpp
       
    42 
       
    43 // Published to /resource/plugins
       
    44 SOURCEPATH    ../data
       
    45 START RESOURCE  102833A9.rss
       
    46 TARGET          landmarkprovider.rsc
       
    47 END
       
    48 LIBRARY      landmarkservice.lib
       
    49 LIBRARY      euser.lib
       
    50 LIBRARY      eposlandmarks.lib // for landmarks and categories
       
    51 LIBRARY      eposlmsearchlib.lib // for searching in single database
       
    52 LIBRARY      liwServiceHandler.lib //for liw
       
    53 LIBRARY      lbs.lib // for coordinate and locality
       
    54 LIBRARY      eposlmdbmanlib.lib // for database management
       
    55 LIBRARY      bafl.lib 
       
    56 LIBRARY      charconv.lib  //for conversion from unicode to utf
       
    57 LIBRARY	     efsrv.lib
       
    58 
       
    59 paged
       
    60 
       
    61 //end of file