voiceui/rom/voiceui.iby
branchRCL_3
changeset 19 e36f3802f733
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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 VoiceUI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef VOICEUI_IBY_
       
    20 #define VOICEUI_IBY_
       
    21 
       
    22 #ifdef __SIND
       
    23 
       
    24 SCALABLE_IMAGE(BITMAP_DIR,BITMAP_DIR,voiceui)
       
    25 
       
    26 file=ABI_DIR\BUILD_DIR\voiceUiRecognition.dll                               SHARED_LIB_DIR\voiceUiRecognition.dll
       
    27 
       
    28 // Voiceui app
       
    29 S60_APP_EXE(vuivoicerecognition)
       
    30 S60_APP_AIF_ICONS(vuivoicerecognition)
       
    31 S60_APP_AIF_RSC(vuivoicerecognition)
       
    32 
       
    33 data=ABI_DIR\BUILD_DIR\z\system\sounds\digital\NameDiallerStartTone.wav     System\sounds\digital\NameDiallerStartTone.wav
       
    34 data=ABI_DIR\BUILD_DIR\z\system\sounds\digital\namediallerconfirmtone.wav   System\sounds\digital\namediallerconfirmtone.wav
       
    35 data=ABI_DIR\BUILD_DIR\z\system\sounds\digital\btnamediallerstarttone.wav   System\sounds\digital\btnamediallerstarttone.wav
       
    36 
       
    37 // PbkInfoView
       
    38 ECOM_PLUGIN(aiwpbkinfoviewprovider.dll, 10281c81.rsc)
       
    39 file=ABI_DIR\BUILD_DIR\pbkinfoview.dll      		SHARED_LIB_DIR\pbkinfoview.dll
       
    40 
       
    41 #endif // __SIND
       
    42 
       
    43 #endif