voicerecorder/rom/Voicerecorder.iby
branchRCL_3
changeset 20 072a5fa0c63b
parent 19 2f5c9ee7098c
child 21 c6bafb5162d8
equal deleted inserted replaced
19:2f5c9ee7098c 20:072a5fa0c63b
     1 /*
       
     2 * Copyright (c) 2005 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: 
       
    15 * Image description file for project Voicerecorder
       
    16 *	  
       
    17 *
       
    18 */
       
    19 
       
    20 #ifndef __VOICERECORDER_IBY__
       
    21 #define __VOICERECORDER_IBY__
       
    22 
       
    23 S60_APP_EXE(Voicerecorder)
       
    24 S60_APP_AIF_ICONS(Voicerecorder)
       
    25 S60_UPGRADABLE_APP_REG_RSC(Voicerecorder)
       
    26 
       
    27 ECOM_PLUGIN(GSVoiceRecorderPlugin.dll,GSVoiceRecorderPlugin.rsc)
       
    28 
       
    29 SCALABLE_IMAGE(Resource\apps,APP_BITMAP_DIR,Voicerecorder)
       
    30 
       
    31 file=ABI_DIR\BUILD_DIR\VoicerecorderUtils.DLL           SHARED_LIB_DIR\VoicerecorderUtils.DLL
       
    32 file=ABI_DIR\BUILD_DIR\VoicerecorderRecview.DLL         SHARED_LIB_DIR\VoicerecorderRecview.DLL
       
    33 file=ABI_DIR\BUILD_DIR\NewService.DLL       		SHARED_LIB_DIR\NewService.DLL
       
    34 
       
    35 data=DATAZ_\BITMAP_DIR\GSVoiceRecorderPlugin.mif	BITMAP_DIR\GSVoiceRecorderPlugin.mif
       
    36 
       
    37 data=ZPRIVATE\100058CA\backup_registration.xml        	private\100058CA\backup_registration.xml
       
    38 
       
    39 data=ZSYSTEM\Install\VoiceRecorder_stub.SIS   System\install\VoiceRecorder_stub.SIS
       
    40 
       
    41 #endif
       
    42