eventsui/group/bld.inf
changeset 15 13ae750350c9
parent 0 522cd55cc3d7
child 17 0f22fb80ebba
equal deleted inserted replaced
0:522cd55cc3d7 15:13ae750350c9
     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 // Localization resource files
       
    44 // Stub sis files
       
    45 
       
    46 // TODO: Remove it after Crml
       
    47 ../cenrep/2001E66D.txt          /epoc32/data/Z/private/10202be9/2001E66D.txt
       
    48 ../cenrep/2001E66D.txt          /epoc32/release/winscw/udeb/Z/private/10202be9/2001E66D.txt
       
    49 
       
    50 // Backup Db files
       
    51 ../data/backup_registration.xml     /epoc32/RELEASE/winscw/udeb/z/private/2001E663/backup_registration.xml
       
    52 ../data/backup_registration.xml     /epoc32/data/z/private/2001E663/backup_registration.xml
       
    53 
       
    54 PRJ_MMPFILES
       
    55 
       
    56 // Events UI Utility functions
       
    57 #include "../eventsutils/group/bld.inf"
       
    58 
       
    59 // Events UI Engine
       
    60 #include "../eventsengine/group/bld.inf"
       
    61 
       
    62 // Events Handler
       
    63 #include "../eventshandlerui/group/bld.inf"
       
    64 
       
    65 // Events Editor
       
    66 #include "../eventseditor/group/bld.inf"
       
    67 
       
    68 // Events Management UI
       
    69 #include "../eventsmgmtui/group/bld.inf"
       
    70 
       
    71 PRJ_TESTMMPFILES
       
    72 
       
    73 PRJ_TESTEXPORTS