remotestoragefw/gsplugin/group/bld.inf
changeset 13 6b4fc789785b
parent 2 c32dc0be5eb4
equal deleted inserted replaced
2:c32dc0be5eb4 13:6b4fc789785b
     1 /*
       
     2 * Copyright (c) 2005-2006 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 GS Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 PRJ_EXPORTS
       
    21 ../inc/rsfwgsplugin.hrh   |../../inc/rsfwgsplugin.hrh
       
    22 // export localised loc file
       
    23 ../loc/rsfwgsplugin.loc        MW_LAYER_LOC_EXPORT_PATH(rsfwgsplugin.loc)
       
    24 
       
    25 PRJ_MMPFILES
       
    26 
       
    27 rsfwgsplugin.mmp
       
    28 
       
    29 PRJ_EXTENSIONS
       
    30 START EXTENSION s60/mifconv
       
    31   OPTION TARGETFILE rsfwgsplugin.mif
       
    32   OPTION HEADERFILE rsfwgsplugin.mbg
       
    33   OPTION SOURCES -c8,8 qgn_prop_set_conn_remotedrive \
       
    34                  -c8,8 qgn_indi_connection_on_add
       
    35 END