coreapplicationuis/advancedtspcontroller/group/bld.inf
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
child 24 a72ff4214918
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/coreapplicationuis/advancedtspcontroller/group/bld.inf	Tue Feb 02 10:12:00 2010 +0200
@@ -0,0 +1,45 @@
+/*
+* Copyright (c) 2002-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:  Bld.inf file for Symbian's Remote Control framework related 
+*				 plug-ins that are used to deliver messages (e.g. accessory key 
+*				 presses) between Series 60 components and remote targets.
+*
+*/
+
+
+#include <platform_paths.hrh>
+
+PRJ_PLATFORMS
+DEFAULT
+
+PRJ_EXPORTS
+
+#ifdef RD_TSP_CLIENT_MAPPER
+// Rules for media key handling
+../data/keyevent.rul                                        	    /epoc32/data/Z/private/10282bc4/rules/keyevent.rul
+../data/keyevent.rul                                        	    /epoc32/RELEASE/winscw/UDEB/Z/private/10282BC4/Rules/keyevent.rul
+// Call handling rules
+../data/keyincall.rul                               	            /epoc32/data/Z/private/10282bc4/rules/keyincall.rul
+../data/keyincall.rul                               	            /epoc32/RELEASE/winscw/UDEB/Z/private/10282BC4/Rules/keyincall.rul
+// FM transmitter handling rules
+../data/keyinfmtx.rul                               	            /epoc32/data/Z/private/10282bc4/rules/keyinfmtx.rul
+../data/keyinfmtx.rul                               	            /epoc32/RELEASE/winscw/UDEB/Z/private/10282BC4/Rules/keyinfmtx.rul
+../rom/advancedtspcontroller.iby CORE_MW_LAYER_IBY_EXPORT_PATH(advancedtspcontroller.iby)
+
+PRJ_MMPFILES
+RemConTspController.mmp
+
+#endif // RD_TSP_CLIENT_MAPPER
+
+//  End of File