locationmanager/ReverseGeoCoderPlugin/group/reversegeocoderplugin.mmp
branchRCL_3
changeset 19 b73252188534
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
       
     1 /*
       
     2 * Copyright (c) 2009 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 file for ECom ReverseGeoCoderPlugin plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET reversegeocoderplugin.dll
       
    22 TARGETTYPE PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID 0x10009D8D 0x2002DD11
       
    26 CAPABILITY CAP_ECOM_PLUGIN
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE		proxy.cpp
       
    30 SOURCE		reversegeocoderplugin.cpp
       
    31 
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../inc
       
    35 USERINCLUDE     ../../../inc
       
    36 USERINCLUDE     ../../ReverseGeocode/inc
       
    37 
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE /epoc32/include/stdapis
       
    41 
       
    42 
       
    43 SOURCEPATH      ../data
       
    44 START RESOURCE  2002DD11.rss
       
    45 TARGET          reversegeocoderplugin.rsc
       
    46 END
       
    47 
       
    48 LIBRARY euser.lib 
       
    49 LIBRARY ecom.lib 
       
    50 LIBRARY reversegeocode.lib 
       
    51 LIBRARY libc.lib
       
    52 
       
    53 PAGED
       
    54 BYTEPAIRCOMPRESSTARGET
       
    55 OPTION ARMCC -O3 -OTime
       
    56 
       
    57 //End of File
       
    58