psln/Group/bld.inf
changeset 37 89c890c70182
parent 34 6b5204869ed5
child 45 667edd0b8678
equal deleted inserted replaced
34:6b5204869ed5 37:89c890c70182
     1 /*
       
     2 * Copyright (c) 2002-2007 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
       
    15 *                Personalisation application, including application specific
       
    16 *                skinning framework.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include "../help/group/bld.inf"
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 
       
    26 DEFAULT
       
    27 
       
    28 PRJ_EXPORTS
       
    29 
       
    30 // Backup registration
       
    31 backup_registration.xml  /epoc32/data/z/private/10005A32/backup_registration.xml
       
    32 backup_registration.xml  /epoc32/release/winscw/udeb/z/private/10005A32/backup_registration.xml
       
    33 backup_registration.xml  /epoc32/release/winscw/urel/z/private/10005A32/backup_registration.xml
       
    34 
       
    35 102818E8.xml  /epoc32/data/z/private/2000B187/cenrep/102818E8.xml
       
    36 102818E8.xml  /epoc32/release/winscw/udeb/z/private/2000B187/cenrep/102818E8.xml
       
    37 102818E8.xml  /epoc32/release/winscw/urel/z/private/2000B187/cenrep/102818E8.xml
       
    38 
       
    39 101F8770.xml  /epoc32/data/z/private/2000B187/cenrep/101F8770.xml
       
    40 101F8770.xml  /epoc32/release/winscw/udeb/z/private/2000B187/cenrep/101F8770.xml
       
    41 101F8770.xml  /epoc32/release/winscw/urel/z/private/2000B187/cenrep/101F8770.xml
       
    42 
       
    43 // IBY-files
       
    44 ../rom/psln.iby CORE_MW_LAYER_IBY_EXPORT_PATH(psln.iby)
       
    45 ../rom/PslnResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(pslnresources.iby)
       
    46 
       
    47 // Loc-file exports
       
    48 ../pslnslidesetdialog/loc/pslnslidesetdialog.loc MW_LAYER_LOC_EXPORT_PATH(pslnslidesetdialog.loc)
       
    49 
       
    50 // Generic configuration interface for component cenrep settings  
       
    51 ../conf/themes.confml                APP_LAYER_CONFML(themes.confml)
       
    52 ../conf/themes_102818E8.crml         APP_LAYER_CRML(themes_102818E8.crml)
       
    53 ../conf/themes_102818EB.crml         APP_LAYER_CRML(themes_102818EB.crml)
       
    54 
       
    55 PRJ_MMPFILES
       
    56 
       
    57 #ifndef TOOLS
       
    58 
       
    59 // Application specific skinning framework
       
    60 ../PslnFramework/PslnFramework.mmp
       
    61 
       
    62 // Dynamic library loaders
       
    63 ../PslnLibraryLoaders/group/pslnprofilesettingsloader.mmp
       
    64 //../pslnlibraryloaders/group/pslnxnclientloader.mmp
       
    65 ../PslnLibraryLoaders/group/pslnwallpaperutilsloader.mmp
       
    66 ../PslnLibraryLoaders/group/pslnbrowserlaunchloader.mmp
       
    67 
       
    68 // Slide set setting dialogs.
       
    69 ../pslnslidesetdialog/group/pslnslidesetdialog.mmp
       
    70 
       
    71 #endif // TOOLS
       
    72 
       
    73 PRJ_TESTMMPFILES
       
    74 
       
    75 PRJ_EXTENSIONS
       
    76 
       
    77 START EXTENSION s60/mifconv
       
    78 OPTION TARGETFILE psln_aif.mif
       
    79 OPTION SOURCES -c8,8 qgn_menu_psln.svg
       
    80 END
       
    81 
       
    82 // Application icons
       
    83 START EXTENSION s60/mifconv
       
    84 OPTION TARGETFILE pslnicon.mif
       
    85 OPTION HEADERFILE pslnicon.mbg
       
    86 OPTION SOURCEFILE iconlist.txt
       
    87 END