profilesapplication/Profiles/ProfileApp/group/bld.inf
branchRCL_3
changeset 19 cd54903d48da
parent 0 ca436256272f
equal deleted inserted replaced
18:b7fa36b488f8 19:cd54903d48da
       
     1 /*
       
     2 * Copyright (c) 2002 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:  This file provides the information required for building ProfilesApp
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_LOC_EXPORT_PATH-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22     DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 #include "ProfileAppExports.inc"
       
    26 
       
    27 PRJ_EXTENSIONS
       
    28 START EXTENSION s60/mifconv
       
    29   OPTION TARGETFILE profileapp_aif.mif
       
    30   OPTION SOURCES -c8,8 qgn_menu_mode
       
    31 END
       
    32 
       
    33 
       
    34 PRJ_MMPFILES
       
    35 /*
       
    36 #ifdef __SCALABLE_ICONS
       
    37 	gnumakefile icons_aif_scalable_dc.mk
       
    38 #else
       
    39 	gnumakefile icons_aif_bitmaps_dc.mk
       
    40 #endif // __SCALABLE_ICONS
       
    41 */
       
    42 ProfileSettingsView.mmp
       
    43 ProfileApp.mmp
       
    44 
       
    45 //  End of File