hwrmhaptics/rom/hwrmhaptics.iby
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Master IBY file for Haptics subsystem.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef HAPTICS_IBY
       
    19 #define HAPTICS_IBY
       
    20 
       
    21 #include <data_caging_paths_for_iby.hrh>
       
    22 
       
    23 // Haptics plugin service
       
    24 file=ABI_DIR\BUILD_DIR\hwrmhapticspluginservice.dll SHARED_LIB_DIR\hwrmhapticspluginservice.dll
       
    25 
       
    26 // Haptics server
       
    27 file=ABI_DIR\BUILD_DIR\hwrmhapticsserver.exe SHARED_LIB_DIR\hwrmhapticsserver.exe
       
    28 
       
    29 // Haptics plugin manager
       
    30 file=ABI_DIR\BUILD_DIR\hwrmhapticspluginmanager.dll SHARED_LIB_DIR\hwrmhapticspluginmanager.dll
       
    31 
       
    32 // Haptics client
       
    33 file=ABI_DIR\BUILD_DIR\hwrmhapticsclient.dll SHARED_LIB_DIR\hwrmhapticsclient.dll
       
    34 
       
    35 // Haptics packetizer
       
    36 file=ABI_DIR\BUILD_DIR\hwrmhapticspacketizer.dll SHARED_LIB_DIR\hwrmhapticspacketizer.dll
       
    37 
       
    38 // Haptics effect data getter fw
       
    39 file=ABI_DIR\BUILD_DIR\hwrmhapticseffectdatagetterfw.dll SHARED_LIB_DIR\hwrmhapticseffectdatagetterfw.dll
       
    40 
       
    41 // Haptics policy files
       
    42 data=ZPRIVATE\200184b9\hwrmhapticspolicy.ini         private\200184b9\hwrmhapticspolicy.ini
       
    43 data=ZPRIVATE\200184b9\internalhwrmhapticspolicy.ini private\200184b9\internalhwrmhapticspolicy.ini
       
    44 data=ZPRIVATE\200184b9\hwrmhapticsuid.ini            private\200184b9\hwrmhapticsuid.ini
       
    45 
       
    46 #endif // HAPTICS_IBY