emailcontacts/contactactionservice/sendplugin/group/bld.inf
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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 CAS's Call GSM plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 PRJ_PLATFORMS
       
    21 ARMV5 WINSCW
       
    22 
       
    23 PRJ_MMPFILES
       
    24 // Mifconv extension taken into use. IMPORTANT! Still, keep the mk-files
       
    25 // similar to Freestyle (merge all the changes), but in addition to that update
       
    26 // PRJ_EXTENSIONS below.
       
    27 
       
    28 //gnumakefile fscsendpluginicons.mk
       
    29 
       
    30 fscsendplugin.mmp
       
    31 
       
    32 PRJ_EXPORTS
       
    33 ../loc/fscsendplugin.loc           APP_LAYER_LOC_EXPORT_PATH(fscsendplugin.loc)
       
    34 
       
    35 PRJ_EXTENSIONS
       
    36 
       
    37 START EXTENSION s60/mifconv
       
    38 OPTION TARGETFILE fscsendplugin.mif
       
    39 OPTION HEADERFILE fscsendplugin.mbg
       
    40 OPTION SOURCEFILE iconlist.txt
       
    41 END
       
    42