25
|
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 is project specification file for the Voice Recorder application
|
|
16 |
*
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
|
|
21 |
#include <data_caging_paths.hrh>
|
|
22 |
#include <platform_paths.hrh>
|
|
23 |
#include "VoiceRecorderSingleClick.hrh"
|
|
24 |
|
|
25 |
TARGET VoiceRecorder.exe
|
|
26 |
TARGETTYPE exe
|
|
27 |
epocstacksize 0x5000
|
|
28 |
|
|
29 |
// the following UIDs are exported to system include by VoiceRecorderUID.h
|
|
30 |
UID 0x100039ce 0x100058CA
|
|
31 |
|
|
32 |
VERSION 10.0
|
|
33 |
|
|
34 |
CAPABILITY CAP_APPLICATION
|
|
35 |
VENDORID VID_DEFAULT
|
|
36 |
|
|
37 |
#ifdef IAD_INCLUDE_SINGLE_CLICK
|
|
38 |
MACRO SINGLE_CLICK_INCLUDED
|
|
39 |
#endif
|
|
40 |
|
|
41 |
SOURCEPATH ../AppSrc
|
|
42 |
|
|
43 |
SOURCE CVRApplication.cpp
|
|
44 |
SOURCE CVRDocument.cpp
|
|
45 |
SOURCE CVRAppUI.cpp
|
|
46 |
|
|
47 |
SOURCE CVRNewFileService.cpp
|
|
48 |
SOURCE CVRAppServer.cpp
|
|
49 |
SOURCE CVRSettingItem.cpp
|
|
50 |
|
|
51 |
#ifdef __SERIES60_MMC
|
|
52 |
SOURCE CVRSettingsDialogMMCSupported.cpp
|
|
53 |
#else
|
|
54 |
SOURCE CVRSettingsDialog.cpp
|
|
55 |
#endif
|
|
56 |
|
|
57 |
|
|
58 |
USERINCLUDE ../AppSrc
|
|
59 |
USERINCLUDE ../group
|
|
60 |
USERINCLUDE ../UtilsInc
|
|
61 |
USERINCLUDE ../RecViewInc
|
|
62 |
USERINCLUDE ../../inc
|
|
63 |
|
|
64 |
APP_LAYER_SYSTEMINCLUDE
|
|
65 |
|
|
66 |
LIBRARY eikcore.lib
|
|
67 |
LIBRARY apparc.lib
|
|
68 |
LIBRARY avkon.lib
|
|
69 |
LIBRARY cone.lib
|
|
70 |
LIBRARY euser.lib
|
|
71 |
LIBRARY commonui.lib
|
|
72 |
LIBRARY sysutil.lib
|
|
73 |
|
|
74 |
LIBRARY VoiceRecorderRecView.lib
|
|
75 |
LIBRARY VoiceRecorderUtils.lib
|
|
76 |
LIBRARY featmgr.lib // featuremanager
|
|
77 |
|
|
78 |
// new file service
|
|
79 |
LIBRARY bafl.lib
|
|
80 |
LIBRARY newservice.lib
|
|
81 |
|
|
82 |
// settings dialog dependencies
|
|
83 |
LIBRARY eikdlg.lib
|
|
84 |
LIBRARY eikcoctl.lib
|
|
85 |
LIBRARY hlplch.lib
|
|
86 |
LIBRARY efsrv.lib
|
|
87 |
LIBRARY commonengine.lib
|
|
88 |
|
|
89 |
#ifdef __SERIES60_MMC
|
|
90 |
LIBRARY commondialogs.lib
|
|
91 |
#endif
|
|
92 |
|
|
93 |
#ifdef RD_MULTIPLE_DRIVE
|
|
94 |
LIBRARY PlatformEnv.lib
|
|
95 |
#endif
|
|
96 |
|
|
97 |
START RESOURCE ../group/voicerecorder.rss
|
|
98 |
TARGETPATH APP_RESOURCE_DIR
|
|
99 |
HEADER
|
|
100 |
LANGUAGE_IDS
|
|
101 |
END // RESOURCE
|
|
102 |
|
|
103 |
SOURCEPATH .
|
|
104 |
START RESOURCE VoiceRecorder_reg.rss
|
|
105 |
DEPENDS voicerecorder.rsg
|
|
106 |
// Do not change the UID below.
|
|
107 |
TARGETPATH /private/10003a3f/apps
|
|
108 |
END
|