group/bld.inf
changeset 14 8a173132b0aa
parent 2 058b1fc1663a
equal deleted inserted replaced
2:058b1fc1663a 14:8a173132b0aa
     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 *     Screensaver build information
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #ifndef TOOLS
       
    22 // Plugins
       
    23 // Not compiled on 3.0, also only if S60 browser is used (media plugins present)
       
    24 #ifndef __SERIES60_30__
       
    25 #ifdef __SERIES60_NATIVE_BROWSER
       
    26 #include "../scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/bld.inf"
       
    27 #include "../scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/group/bld.inf"
       
    28 #endif
       
    29 #endif
       
    30 
       
    31 // Slideshow screensaver can be feature-variated 
       
    32 #ifdef __SLIDESHOW_SCREENSAVER 
       
    33 #include "../scrsaver/scrsaverplugins/SlideshowPlugin/group/bld.inf"
       
    34 #endif
       
    35 
       
    36 // Screen saver AIW plugin for the time being a R&D feature only 
       
    37 #ifdef RD_SCREENSAVERAIWPLUGIN 
       
    38 #include "../scrsaver/screensaveraiwplugin/group/bld.inf"
       
    39 #endif
       
    40 
       
    41 #endif // TOOLS
       
    42 
       
    43 PRJ_PLATFORMS
       
    44 DEFAULT
       
    45 
       
    46 
       
    47 PRJ_EXPORTS
       
    48 // Backup
       
    49 backup_registration.xml z:/private/100056CF/backup_registration.xml
       
    50 
       
    51 ../rom/screensaver.iby CORE_MW_LAYER_IBY_EXPORT_PATH(screensaver.iby)
       
    52 
       
    53 // Generic configuration interface for component cenrep settings  
       
    54 ../conf/screensaver.confml                APP_LAYER_CONFML(screensaver.confml)
       
    55 ../conf/screensaver_101F8770.crml         APP_LAYER_CRML(screensaver_101F8770.crml)
       
    56 
       
    57 PRJ_MMPFILES
       
    58 
       
    59 #ifndef TOOLS
       
    60 
       
    61 // Screensaver
       
    62 screensaver.mmp
       
    63 
       
    64 #endif // TOOLS
       
    65 
       
    66 PRJ_TESTMMPFILES
       
    67 
       
    68 // End of file.