landmarks/locationlandmarks/localaccess/group/EPos_LandmarksLocalAccess.mmp
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 2002-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: project definition file for localaccess component
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          eposlmlocalaccess.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008d 0x101fdf88
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_CLIENT_DLL
       
    28 
       
    29 macro __HIDE_IPC_V1__
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          EPos_CPosLmLocalDatabase.cpp
       
    33 SOURCE          EPos_CPosLmLocalCategoryManager.cpp
       
    34 SOURCE          EPos_CPosLmLocalAddCatToLmOp.cpp
       
    35 SOURCE          EPos_CPosLmLocalIterator.cpp
       
    36 SOURCE          EPos_CPosLmLocalLandmarkIterator.cpp
       
    37 SOURCE          EPos_CPosLmLocalCategoryIterator.cpp
       
    38 SOURCE          EPos_CPosLmLocalRemoveLandmarksOp.cpp
       
    39 SOURCE          EPos_CPosLmLocalRemoveCategoriesOp.cpp
       
    40 SOURCE          EPos_CPosLmLocalReadPartialLmOp.cpp
       
    41 SOURCE          EPos_CPosLmLocalInitializeOp.cpp
       
    42 SOURCE          EPos_CPosLmLocalCompactingOp.cpp
       
    43 SOURCE          EPos_CPosLmLocalResetGlobalCatOp.cpp
       
    44 SOURCE          EPos_CPosLmLocalOperation.cpp
       
    45 SOURCE          EPos_CPosLmLocalModifyOp.cpp
       
    46 SOURCE          EPos_CPosLmLocalExportOp.cpp
       
    47 SOURCE          EPos_CPosLmLocalImportOp.cpp
       
    48 SOURCE          EPos_CPosLmLocalImportedLmIterator.cpp
       
    49 SOURCE          EPos_CPosLmLocalInternalProxyOp.cpp
       
    50 SOURCE          EPos_CPosLmLocalInternalOpActive.cpp
       
    51 SOURCE          EPos_RPosLmLocalAccessSubsession.cpp 
       
    52 SOURCE          epos_cposlmlocaldbfastcounters.cpp
       
    53 SOURCE          EPos_CPosLmLocalGetSortedIdsOp.cpp
       
    54 SOURCE          epos_rposlmlocalnameindex.cpp 
       
    55 
       
    56 
       
    57 START RESOURCE  ../data/eposlmasyncops.rss
       
    58 HEADER
       
    59 TARGETPATH      /resource
       
    60 END
       
    61 
       
    62 USERINCLUDE     ../inc
       
    63 
       
    64 MW_LAYER_SYSTEMINCLUDE
       
    65 SYSTEMINCLUDE   ../../../inc
       
    66 
       
    67 LIBRARY         euser.lib estor.lib 
       
    68 LIBRARY         eposlandmarks.lib
       
    69 LIBRARY         eposlmintservices.lib
       
    70 LIBRARY         eposlmservlib.lib
       
    71 
       
    72 
       
    73 SMPSAFE
       
    74 
       
    75 // END OF FILE
       
    76