mulwidgets/group/bld.inf
branchRCL_3
changeset 19 4ea6f81c838a
parent 17 514d98f21c43
child 20 0e9bb658ef58
equal deleted inserted replaced
17:514d98f21c43 19:4ea6f81c838a
     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:  Build information file for project ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 
       
    24 ARMV5 WINSCW
       
    25 
       
    26 PRJ_EXPORTS
       
    27 
       
    28 PRJ_MMPFILES
       
    29 
       
    30 PRJ_TESTMMPFILES
       
    31 
       
    32 PRJ_TESTEXPORTS
       
    33 
       
    34 
       
    35 //Include the logging
       
    36 #include "../mullogging/group/bld.inf"
       
    37 
       
    38 // Include the Data Model
       
    39 #include "../muldatamodel/group/bld.inf"
       
    40 
       
    41 // Include the Common Utilities
       
    42 #include "../common/group/bld.inf"
       
    43 
       
    44 // Include the Gesture Helper
       
    45 #include "../gesturehelper/group/bld.inf"
       
    46 
       
    47 
       
    48 // Include the CoverFlow Widget
       
    49 #include "../mulcoverflowwidget/group/bld.inf"
       
    50 
       
    51 // Include the Slider widget
       
    52 #include "../mulsliderwidget/group/bld.inf"
       
    53 
       
    54 #include "../alfviewwidget/group/bld.inf"
       
    55 #include "../alfcontainerwidget/group/bld.inf"
       
    56 #include "../alfscrollbarwidget/group/bld.inf"
       
    57 
       
    58 
       
    59 
       
    60 //End of files