profilesservices/ProfileEngine/rom/Profileengine.iby
changeset 0 8c5d936e5675
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     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 files for profile engine.
       
    15 */
       
    16 #ifndef __PROFILEENGINE_IBY__
       
    17 #define __PROFILEENGINE_IBY__
       
    18 
       
    19 file=ABI_DIR\BUILD_DIR\profileengine.dll                        SHARED_LIB_DIR\profileengine.dll
       
    20 
       
    21 file=ABI_DIR\BUILD_DIR\profileeng.dll                           SHARED_LIB_DIR\profileeng.dll
       
    22 
       
    23 file=ABI_DIR\BUILD_DIR\profilescheduleevent.exe                 SHARED_LIB_DIR\profilescheduleevent.exe
       
    24 
       
    25 data=ABI_DIR\BUILD_DIR\z\system\sounds\digital\No_Sound.wav     RESOURCE_FILES_DIR\No_Sound.wav
       
    26    
       
    27 data=ZPRIVATE\100058F8\backup_registration.xml                  private\100058F8\backup_registration.xml
       
    28 
       
    29 #ifdef FF_3D_RINGING_TONES
       
    30 // 3D Ringing tone plugin
       
    31 ECOM_PLUGIN( RingingTone3DPlugin.dll, 10208ADF.rsc )
       
    32 
       
    33 data=DATAZ_\RESOURCE_FILES_DIR\3DTones\1circular.xml                  RESOURCE_FILES_DIR\3DTones\1circular.xml
       
    34 data=DATAZ_\RESOURCE_FILES_DIR\3DTones\2flyby.xml                     RESOURCE_FILES_DIR\3DTones\2flyby.xml
       
    35 data=DATAZ_\RESOURCE_FILES_DIR\3DTones\3zigzag.xml                    RESOURCE_FILES_DIR\3DTones\3zigzag.xml
       
    36 data=DATAZ_\RESOURCE_FILES_DIR\3DTones\4meander.xml                   RESOURCE_FILES_DIR\3DTones\4meander.xml
       
    37 data=DATAZ_\RESOURCE_FILES_DIR\3DTones\5random.xml                    RESOURCE_FILES_DIR\3DTones\5random.xml
       
    38 #endif // FF_3D_RINGING_TONES
       
    39 
       
    40 #endif