eventsui/group/bld.inf
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2008 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 Events UI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_LOC_EXPORT_PATH macro definitions
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 //  Help exports
       
    27 #include "../help/group/bld.inf"
       
    28 
       
    29 PRJ_EXPORTS
       
    30 
       
    31 // Export Localization Files
       
    32 ../loc/evtui.loc               		APP_LAYER_LOC_EXPORT_PATH(evtui.loc)
       
    33 
       
    34 // Export the IBY file
       
    35 ../rom/eventsui.iby             	CORE_APP_LAYER_IBY_EXPORT_PATH(eventsui.iby)
       
    36 ../rom/eventsui_resources.iby   	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eventsui_resources.iby)
       
    37 ../rom/eventsuistub.iby            	CORE_APP_LAYER_IBY_EXPORT_PATH(eventsuistub.iby)
       
    38 
       
    39 // Export Configuration Markup language and Central Repository Mark up language files
       
    40 ../conf/evtstorage.confml               APP_LAYER_CONFML(evtstorage.confml) 
       
    41 ../conf/evtstorage_2001E66D.crml        APP_LAYER_CRML(evtstorage_2001E66D.crml)
       
    42 
       
    43 
       
    44 // Backup Db files
       
    45 ../data/backup_registration.xml     z:/private/2001E663/backup_registration.xml
       
    46 
       
    47 PRJ_MMPFILES
       
    48 
       
    49 // Events UI Utility functions
       
    50 #include "../eventsutils/group/bld.inf"
       
    51 
       
    52 // Events UI Engine
       
    53 #include "../eventsengine/group/bld.inf"
       
    54 
       
    55 // Events Handler
       
    56 #include "../eventshandlerui/group/bld.inf"
       
    57 
       
    58 // Events Editor
       
    59 #include "../eventseditor/group/bld.inf"
       
    60 
       
    61 // Events Management UI
       
    62 #include "../eventsmgmtui/group/bld.inf"
       
    63