emailcontacts/remotecontactlookup/engine/group/bld.inf
branchRCL_3
changeset 12 4ce476e64c59
parent 11 0396474f30f5
child 13 8592a65ad3fb
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     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:  Build information file for project Remote Contact Lookup Engine
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh> // <cmail>
       
    19 
       
    20 PRJ_PLATFORMS
       
    21 WINSCW ARMV5
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../inc/cpbkxremotecontactlookupserviceuicontext.h	    |../../../../inc/cpbkxremotecontactlookupserviceuicontext.h
       
    25 ../inc/mpbkxremotecontactlookupserviceui.h              |../../../../inc/mpbkxremotecontactlookupserviceui.h
       
    26 ../inc/mpbkxremotecontactlookupsettingsui.h             |../../../../inc/mpbkxremotecontactlookupsettingsui.h
       
    27 // Protocol adaptation
       
    28 ../inc/cpbkxremotecontactlookupprotocoladapter.h            |../../../../inc/cpbkxremotecontactlookupprotocoladapter.h
       
    29 ../inc/cpbkxremotecontactlookupprotocoladapter.inl          |../../../../inc/cpbkxremotecontactlookupprotocoladapter.inl
       
    30 ../inc/mpbkxremotecontactlookupprotocolenv.h                |../../../../inc/mpbkxremotecontactlookupprotocolenv.h
       
    31 ../inc/cpbkxremotecontactlookupprotocolresult.h             |../../../../inc/cpbkxremotecontactlookupprotocolresult.h
       
    32 ../inc/cpbkxremotecontactlookupprotocolsession.h            |../../../../inc/cpbkxremotecontactlookupprotocolsession.h
       
    33 ../inc/mpbkxremotecontactlookupprotocolsessionobserver.h    |../../../../inc/mpbkxremotecontactlookupprotocolsessionobserver.h
       
    34 ../inc/tpbkxremotecontactlookupprotocolaccountid.h          |../../../../inc/tpbkxremotecontactlookupprotocolaccountid.h
       
    35 ../inc/cpbkxremotecontactlookupprotocolaccount.h            |../../../../inc/cpbkxremotecontactlookupprotocolaccount.h
       
    36 ../loc/rclengine.loc                                    APP_LAYER_LOC_EXPORT_PATH(rclengine.loc)
       
    37 
       
    38 PRJ_MMPFILES
       
    39 // <cmail> Mifconv extension taken into use. IMPORTANT! Still, keep the mk-files
       
    40 // similar to Freestyle (merge all the changes), but in addition to that update
       
    41 // PRJ_EXTENSIONS below.
       
    42 
       
    43 //gnumakefile engineicons.mk
       
    44 
       
    45 pbkxrclengine.mmp
       
    46 
       
    47 PRJ_EXTENSIONS
       
    48 
       
    49 START EXTENSION s60/mifconv
       
    50 OPTION TARGETFILE pbkxrclengine.mif
       
    51 OPTION HEADERFILE pbkxrclengine.mbg
       
    52 OPTION SOURCEDIR ../data
       
    53 OPTION SOURCEFILE iconlist.txt
       
    54 END