piprofilerui/ui/avkon/group/bld.inf
changeset 51 b048e15729d6
parent 44 5db69f4c3d06
child 52 36d60d12b4af
equal deleted inserted replaced
44:5db69f4c3d06 51:b048e15729d6
     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:   
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../group/backup_registration.xml    Z:/private/2001E5AE/backup_registration.xml
       
    25 ../rom/piprofilerui_avkon.iby		CORE_IBY_EXPORT_PATH(tools,piprofilerui.iby)
       
    26 
       
    27 PRJ_MMPFILES
       
    28 #ifndef SBSV2
       
    29   gnumakefile piprofilerui_icons_aif.mk
       
    30   gnumakefile piprofilerui_extraicons.mk
       
    31 #endif
       
    32 
       
    33 piprofilerui.mmp
       
    34 
       
    35 
       
    36 #ifdef SBSV2
       
    37   PRJ_EXTENSIONS
       
    38   START EXTENSION s60/mifconv
       
    39   OPTION TARGETFILE piprofilerui_aif.mif
       
    40   OPTION SOURCEDIR ../../icons
       
    41   OPTION SOURCES -c8,8 qgn_menu_piprofilerui
       
    42   END
       
    43 
       
    44   START EXTENSION s60/mifconv
       
    45   OPTION TARGETFILE piprofilerui_extraicons.mif
       
    46   OPTION HEADERFILE piprofilerui_extraicons.mbg
       
    47   OPTION SOURCEDIR ../../icons
       
    48   OPTION SOURCES -c8,8 qgn_prob_piprofilerui_status_disabled -c8,8 qgn_prob_piprofilerui_status_enabled
       
    49   END
       
    50 #endif