tacticonserver/rom/tacticonserver.iby
changeset 0 d54f32e146dd
equal deleted inserted replaced
-1:000000000000 0:d54f32e146dd
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: IBY file for Tacticon server.
       
    15 * Part of    : Tacticon Server
       
    16 */
       
    17 
       
    18 #ifndef TACTICONSERVER_IBY
       
    19 #define TACTICONSERVER_IBY
       
    20 
       
    21 #include <bldvariant.hrh>
       
    22 #include <data_caging_paths_for_iby.hrh>
       
    23 
       
    24 
       
    25 // =============================================================================
       
    26 // Tacticon Client
       
    27 // =============================================================================
       
    28 file=ABI_DIR\BUILD_DIR\tacticon.dll                SHARED_LIB_DIR\tacticon.dll
       
    29 
       
    30 
       
    31 #ifdef FF_TACTICONS
       
    32 
       
    33 // =============================================================================
       
    34 // Tacticon Server
       
    35 // =============================================================================
       
    36 // if feature not included remove all server-related stuff..
       
    37 file=ABI_DIR\BUILD_DIR\tacticonserver.exe          PROGRAMS_DIR\tacticonserver.exe
       
    38 file=ABI_DIR\BUILD_DIR\tacticonpluginfw.dll        PROGRAMS_DIR\tacticonpluginfw.dll
       
    39 
       
    40 data=DATAZ_\System\Sounds\Digital\tacticons.ivt    System\Sounds\Digital\tacticons.ivt
       
    41 
       
    42 #endif // FF_TACTICONS
       
    43 
       
    44 #endif // TACTICONSERVER_IBY