tacticonserver/rom/tacticonserver.iby
author Shabe Razvi <shaber@symbian.org>
Tue, 19 Oct 2010 15:12:02 +0100
changeset 45 6da0c4c8b840
parent 0 d54f32e146dd
permissions -rw-r--r--
Merge workaround for Bug 3311 - hbfeedback fails to build due to missing enum ETouchFeedbackLongTap

/*
* Copyright (c) 2009 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: IBY file for Tacticon server.
* Part of    : Tacticon Server
*/

#ifndef TACTICONSERVER_IBY
#define TACTICONSERVER_IBY

#include <bldvariant.hrh>
#include <data_caging_paths_for_iby.hrh>


// =============================================================================
// Tacticon Client
// =============================================================================
file=ABI_DIR\BUILD_DIR\tacticon.dll                SHARED_LIB_DIR\tacticon.dll


#ifdef FF_TACTICONS

// =============================================================================
// Tacticon Server
// =============================================================================
// if feature not included remove all server-related stuff..
file=ABI_DIR\BUILD_DIR\tacticonserver.exe          PROGRAMS_DIR\tacticonserver.exe
file=ABI_DIR\BUILD_DIR\tacticonpluginfw.dll        PROGRAMS_DIR\tacticonpluginfw.dll

data=DATAZ_\System\Sounds\Digital\tacticons.ivt    System\Sounds\Digital\tacticons.ivt

#endif // FF_TACTICONS

#endif // TACTICONSERVER_IBY