mmserv/thumbnailengine/Group/bld.inf
changeset 0 71ca22bcf22a
child 8 e35735ece90c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmserv/thumbnailengine/Group/bld.inf	Tue Feb 02 01:08:46 2010 +0200
@@ -0,0 +1,48 @@
+/*
+* 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