|
1 /* |
|
2 * Copyright (c) 2002-2006 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 * This file provides the information required for building |
|
16 * Voice Recorder. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 DEFAULT |
|
25 |
|
26 // Help exports |
|
27 #include "../help/group/bld.inf" |
|
28 |
|
29 PRJ_EXPORTS |
|
30 ../sis/VoiceRecorder_stub.sis /epoc32/data/z/system/install/VoiceRecorder_stub.SIS |
|
31 ../rom/Voicerecorder.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Voicerecorder.iby) |
|
32 ../rom/VoicerecorderResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(VoicerecorderResources.iby) |
|
33 ../loc/voicerecorder.loc APP_LAYER_LOC_EXPORT_PATH(voicerecorder.loc) |
|
34 |
|
35 // Generic configuration interface for component cenrep settings |
|
36 // voicerecorder_101F87A3 implementation specifics for cenrep data |
|
37 ../Conf/voicerecorder.confml APP_LAYER_CONFML(voicerecorder.confml) |
|
38 ../Conf/voicerecorder_101F87A3.crml APP_LAYER_CRML(voicerecorder_101F87A3.crml) |
|
39 |
|
40 // Backup registration file |
|
41 backup_registration.xml z:/private/100058CA/backup_registration.xml |
|
42 |
|
43 PRJ_EXTENSIONS |
|
44 START EXTENSION s60/mifconv |
|
45 OPTION TARGETFILE voicerecorder_aif.mif |
|
46 OPTION SOURCES -c8,8 qgn_menu_voirec |
|
47 END |
|
48 |
|
49 START EXTENSION s60/mifconv |
|
50 OPTION TARGETFILE voicerecorder.mif |
|
51 OPTION HEADERFILE voicerecorder.mbg |
|
52 OPTION SOURCES -c8,1 qgn_indi_vorec_button_forw\ |
|
53 -c8,8 qgn_indi_vorec_button_forw_inactive\ |
|
54 -c8,1 qgn_indi_vorec_button_pause\ |
|
55 -c8,8 qgn_indi_vorec_button_pause_inactive\ |
|
56 -c8,1 qgn_indi_vorec_button_play\ |
|
57 -c8,8 qgn_indi_vorec_button_play_inactive\ |
|
58 -c8,1 qgn_indi_vorec_button_rec\ |
|
59 -c8,8 qgn_indi_vorec_button_rec_inactive\ |
|
60 -c8,1 qgn_indi_vorec_button_rew\ |
|
61 -c8,8 qgn_indi_vorec_button_rew_inactive\ |
|
62 -c8,1 qgn_indi_vorec_button_stop\ |
|
63 -c8,8 qgn_indi_vorec_button_stop_inactive |
|
64 END |
|
65 |
|
66 START EXTENSION s60/mifconv |
|
67 OPTION TARGETFILE gsvoicerecorderplugin.mif |
|
68 OPTION HEADERFILE gsvoicerecorderplugin.mbg |
|
69 OPTION SOURCES -c8,8 qgn_prop_set_apps_voirec |
|
70 END |
|
71 |
|
72 PRJ_MMPFILES |
|
73 Utils.mmp |
|
74 RecView.mmp |
|
75 NewService.mmp |
|
76 VoiceRecorderApp.mmp |
|
77 ../gsplugin/group/GSVoiceRecorderPlugin.mmp |
|
78 |