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