tactilefeedback/tactilefeedbackresolver/group/bld.inf
changeset 0 d54f32e146dd
child 12 63c33341dc19
equal deleted inserted replaced
-1:000000000000 0:d54f32e146dd
       
     1 /*
       
     2 * Copyright (c) 2007-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:  This component maps logical feedback types to physical
       
    15 *                feedback effects, and plays the correct effect according
       
    16 *                to current settings and system state.
       
    17 * Part of:      Tactile Feedback.
       
    18 *
       
    19 */
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 ../data/TactileFeedbackEffects.ivt         /epoc32/data/z/private/10003B20/TactileFeedbackEffects.ivt
       
    28 ../data/TactileFeedbackEffects.ivt         /epoc32/release/winscw/udeb/Z/private/10003B20/TactileFeedbackEffects.ivt
       
    29 
       
    30 // IBY file
       
    31 ../rom/tactilefeedbackresolver.iby  CORE_IBY_EXPORT_PATH(mw, tactilefeedbackresolver.iby)
       
    32 
       
    33 // Private interfaces
       
    34 ../inc/tactilefeedbackresolver.h           |../../inc/tactilefeedbackresolver.h
       
    35 ../inc/tactilefeedbackinternalpskeys.h     |../../inc/tactilefeedbackinternalpskeys.h
       
    36 ../inc/tactilefeedbackprivatecrkeys.h      |../../inc/tactilefeedbackprivatecrkeys.h
       
    37 ../inc/tactilefeedbackdomaincrkeys.h       |../../inc/tactilefeedbackdomaincrkeys.h
       
    38 ../inc/tactilepropertyobserver.h           |../../inc/tactilepropertyobserver.h
       
    39 ../inc/tactilepropertywatcher.h            |../../inc/tactilepropertywatcher.h
       
    40 
       
    41 
       
    42 #ifndef TOOLS
       
    43 
       
    44 PRJ_MMPFILES
       
    45 ../group/tactilefeedbackresolver.mmp
       
    46 
       
    47 #endif // TOOLS