mmserv/thumbnailengine/Group/bld.inf
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:25:35 +0100
branchGCC_SURGE
changeset 23 06e621399b1b
parent 12 5a06f39ad45b
permissions -rw-r--r--
Branch for GCC_SURGE fixes

/*
* Copyright (c) 2003 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:   Common build information file to build video editor
*
*/



#include <platform_paths.hrh>

PRJ_PLATFORMS
DEFAULT

PRJ_EXPORTS
//
//  Export the iby file for S60 5.0
//
../rom/TNEEngine.iby       CORE_MW_LAYER_IBY_EXPORT_PATH(TNEEngine.iby)

//
//  Export stub sis file to eclipse files in the rom image
//
../data/vtne_stub.SIS     /epoc32/data/z/system/install/vtne_stub.sis

#define HELIX_TNE_ENGINE 1

// ROM build files
PRJ_MMPFILES
#ifdef HELIX_TNE_ENGINE
HXTNEEngine.mmp          BUILD_AS_ARM
#else
TNEEngine.mmp          BUILD_AS_ARM
#endif


PRJ_TESTMMPFILES
// End of File