equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004-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 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __VIDEOTELUI_IBY__ |
|
20 #define __VIDEOTELUI_IBY__ |
|
21 |
|
22 REM Video Telephone application |
|
23 |
|
24 #ifdef __CS_VIDEO_TELEPHONY |
|
25 |
|
26 S60_APP_EXE(videotelui) |
|
27 S60_APP_AIF_ICONS(videotelui) |
|
28 S60_APP_BITMAP(videotelui) |
|
29 |
|
30 // Enabler for eclipsing ROM binaries |
|
31 data=ZSYSTEM\install\videotelui_stub.sis system\install\videotelui_stub.sis |
|
32 data=ZPRIVATE\10003a3f\apps\videotelui_reg.rsc private\10003a3f\import\apps\videotelui_reg.rsc |
|
33 |
|
34 #if defined ( RD_VT_RTF ) |
|
35 |
|
36 data=ABI_DIR\BUILD_DIR\z\system\sounds\digital\VtStartRecord.wav System\sounds\digital\VtStartRecord.wav |
|
37 data=ABI_DIR\BUILD_DIR\z\system\sounds\digital\VtStopRecord.wav System\sounds\digital\VtStopRecord.wav |
|
38 |
|
39 #endif //RD_VT_RTF |
|
40 #endif // __CS_VIDEO_TELEPHONY |
|
41 #endif |