accessoryservices/remotecontrolfw/group/remotecontrol.iby
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    54 file=ABI_DIR\BT_DIR\remcontypes.dll						System\Libs\remcontypes.dll
    54 file=ABI_DIR\BT_DIR\remcontypes.dll						System\Libs\remcontypes.dll
    55 
    55 
    56 REM *** Now for things which should only be included if the device
    56 REM *** Now for things which should only be included if the device
    57 REM *** supports bluetooth, to save ROM space...
    57 REM *** supports bluetooth, to save ROM space...
    58 
    58 
    59 #ifndef __BT
    59 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
    60 REM Feature BLUETOOTH is not in this ROM (remotecontrol.iby)
    60 REM Feature BLUETOOTH is not in this ROM (remotecontrol.iby)
    61 #else
    61 #else
    62 // Server
    62 // Server
    63 file=ABI_DIR\BT_DIR\remconserver.exe 					System\Programs\remconserver.exe
    63 file=ABI_DIR\BT_DIR\remconserver.exe 					System\Programs\remconserver.exe
    64 
    64 
    72 file=ABI_DIR\BT_DIR\remconconverterplugin.dll			System\Libs\remconconverterplugin.dll
    72 file=ABI_DIR\BT_DIR\remconconverterplugin.dll			System\Libs\remconconverterplugin.dll
    73 
    73 
    74 // The concrete Target Selector Plugin.
    74 // The concrete Target Selector Plugin.
    75 #include <tsp.iby>
    75 #include <tsp.iby>
    76 
    76 
    77 #endif // __BT
    77 #endif // SYMBIAN_EXCLUDE_BLUETOOTH
    78 
    78 
    79 #endif // __REMCON_IBY__
    79 #endif // __REMCON_IBY__