landmarks/locationlandmarks/localaccessprov/group/EPos_LmLocalAccessProvider.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: Project definition file for localaccessprov
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          eposlmlocalaccessprovider.dll
       
    23 TARGETTYPE      PLUGIN // From SOS9.0
       
    24 UID             0x10009D8D 0x101fdf89
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_CLIENT_DLL
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          EPos_LmLocalAccessProviderMain.cpp
       
    31 
       
    32 start resource  ../data/101FDF89.rss
       
    33 TARGET          eposlmlocalaccessprovider.rsc
       
    34 end
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE   ../../../inc
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         eposlmlocalaccess.lib
       
    43 
       
    44 
       
    45 SMPSAFE
       
    46 
       
    47 // End of File