dbcreator/group/bld.inf
author hgs
Thu, 24 Jun 2010 11:36:05 +0300
changeset 41 bbb64eb3bdee
parent 32 5c4486441ae6
permissions -rw-r--r--
201025

/*
* Copyright (c) 2007 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 for the DbCreator.
*
*/


#include <platform_paths.hrh>

PRJ_PLATFORMS
DEFAULT

PRJ_EXPORTS
../conf/commsdatcreator.confml				MW_LAYER_CONFML(commsdatcreator.confml)
../conf/commsdatcreator_01.gcfml			MW_LAYER_GCFML(commsdatcreator_01.gcfml)
../conf/commsdatcreator.implml          MW_LAYER_CRML(commsdatcreator.implml)
../rom/commsdatcreator.iby						CORE_MW_LAYER_IBY_EXPORT_PATH(commsdatcreator.iby)


PRJ_MMPFILES
// None

#include "../commsdatcreator/group/bld.inf"
/* CommsDatCreator RFS functionality is disabled in the emulator */
#ifndef WINSCW
	#include "../commsdatcreatorrfsplugin/group/bld.inf"
#endif
#include "../commsdatstartup/group/bld.inf"
#include "../dbcreatorexe/group/bld.inf"