eventsui/group/bld.inf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 21 Jun 2010 15:33:15 +0300
branchRCL_3
changeset 14 5a3ac8687c85
parent 0 522cd55cc3d7
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Build information file for project Events UI
*
*/


// To get the APP_LAYER_LOC_EXPORT_PATH macro definitions
#include <platform_paths.hrh>


PRJ_PLATFORMS
DEFAULT

//  Help exports
#include "../help/group/bld.inf"

PRJ_EXPORTS

// Export Localization Files
../loc/evtui.loc               		APP_LAYER_LOC_EXPORT_PATH(evtui.loc)

// Export the IBY file
../rom/eventsui.iby             	CORE_APP_LAYER_IBY_EXPORT_PATH(eventsui.iby)
../rom/eventsui_resources.iby   	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eventsui_resources.iby)
../rom/eventsuistub.iby            	CORE_APP_LAYER_IBY_EXPORT_PATH(eventsuistub.iby)

// Export Configuration Markup language and Central Repository Mark up language files
../conf/evtstorage.confml               APP_LAYER_CONFML(evtstorage.confml) 
../conf/evtstorage_2001E66D.crml        APP_LAYER_CRML(evtstorage_2001E66D.crml)


// Backup Db files
../data/backup_registration.xml     z:/private/2001E663/backup_registration.xml

PRJ_MMPFILES

// Events UI Utility functions
#include "../eventsutils/group/bld.inf"

// Events UI Engine
#include "../eventsengine/group/bld.inf"

// Events Handler
#include "../eventshandlerui/group/bld.inf"

// Events Editor
#include "../eventseditor/group/bld.inf"

// Events Management UI
#include "../eventsmgmtui/group/bld.inf"