coreapplicationuis/advancedtspcontroller/group/bld.inf
changeset 28 b0b858956ed5
parent 21 c4cbaa4fb734
child 29 6a787171e1de
equal deleted inserted replaced
21:c4cbaa4fb734 28:b0b858956ed5
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
       
    13 * NTT DOCOMO, INC - BUG 2365
    13 *
    14 *
    14 * Description:  Bld.inf file for Symbian's Remote Control framework related 
    15 * Description:  Bld.inf file for Symbian's Remote Control framework related 
    15 *				 plug-ins that are used to deliver messages (e.g. accessory key 
    16 *				 plug-ins that are used to deliver messages (e.g. accessory key 
    16 *				 presses) between Series 60 components and remote targets.
    17 *				 presses) between Series 60 components and remote targets.
    17 *
    18 *
    25 
    26 
    26 PRJ_EXPORTS
    27 PRJ_EXPORTS
    27 
    28 
    28 #ifdef RD_TSP_CLIENT_MAPPER
    29 #ifdef RD_TSP_CLIENT_MAPPER
    29 // Rules for media key handling
    30 // Rules for media key handling
    30 ../data/keyevent.rul                                        	    /epoc32/data/z/private/10282bc4/rules/keyevent.rul
    31 ../data/keyevent.rul                                        	    /epoc32/data/Z/private/10282bc4/rules/keyevent.rul
    31 ../data/keyevent.rul                                        	    /epoc32/release/winscw/udeb/z/private/10282bc4/rules/keyevent.rul
    32 ../data/keyevent.rul                                        	    /epoc32/RELEASE/winscw/UDEB/Z/private/10282BC4/Rules/keyevent.rul
    32 // Call handling rules
    33 // Call handling rules
    33 ../data/keyincall.rul                               	            /epoc32/data/z/private/10282bc4/rules/keyincall.rul
    34 ../data/keyincall.rul                               	            /epoc32/data/Z/private/10282bc4/rules/keyincall.rul
    34 ../data/keyincall.rul                               	            /epoc32/release/winscw/udeb/z/private/10282bc4/rules/keyincall.rul
    35 ../data/keyincall.rul                               	            /epoc32/RELEASE/winscw/UDEB/Z/private/10282BC4/Rules/keyincall.rul
    35 // FM transmitter handling rules
    36 // FM transmitter handling rules
    36 ../data/keyinfmtx.rul                               	            /epoc32/data/z/private/10282bc4/rules/keyinfmtx.rul
    37 ../data/keyinfmtx.rul                               	            /epoc32/data/Z/private/10282bc4/rules/keyinfmtx.rul
    37 ../data/keyinfmtx.rul                               	            /epoc32/release/winscw/udeb/z/private/10282bc4/rules/keyinfmtx.rul
    38 ../data/keyinfmtx.rul                               	            /epoc32/RELEASE/winscw/UDEB/Z/private/10282BC4/Rules/keyinfmtx.rul
    38 ../rom/advancedtspcontroller.iby CORE_MW_LAYER_IBY_EXPORT_PATH(advancedtspcontroller.iby)
    39 ../rom/advancedtspcontroller.iby CORE_MW_LAYER_IBY_EXPORT_PATH(advancedtspcontroller.iby)
    39 
    40 
    40 PRJ_MMPFILES
    41 PRJ_MMPFILES
    41 RemConTspController.mmp
    42 RemConTspController.mmp
    42 
    43