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 utils
|
|
16 |
*
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
#include <bldvariant.hrh>
|
|
23 |
|
|
24 |
TARGET VoiceRecorderUtils.dll
|
|
25 |
TARGETTYPE DLL
|
|
26 |
|
|
27 |
// the following UIDs are exported to system include by VoiceRecorderUID.h
|
|
28 |
UID 0x1000008d 0x100058CA
|
|
29 |
|
|
30 |
VERSION 10.0
|
|
31 |
|
|
32 |
CAPABILITY CAP_GENERAL_DLL
|
|
33 |
VENDORID VID_DEFAULT
|
|
34 |
|
|
35 |
SOURCEPATH ../UtilsSrc
|
|
36 |
SOURCE TVRRename.cpp
|
|
37 |
SOURCE DllMain.cpp
|
|
38 |
SOURCE VRUtils.cpp VRUSBStateHanlder.cpp
|
|
39 |
|
|
40 |
USERINCLUDE ../UtilsInc ../group ../../inc ..
|
|
41 |
USERINCLUDE ../RecViewInc
|
|
42 |
|
|
43 |
APP_LAYER_SYSTEMINCLUDE
|
|
44 |
|
|
45 |
LIBRARY euser.lib
|
|
46 |
LIBRARY avkon.lib
|
|
47 |
LIBRARY efsrv.lib
|
|
48 |
LIBRARY bafl.lib
|
|
49 |
LIBRARY cone.lib
|
|
50 |
LIBRARY apparc.lib
|
|
51 |
LIBRARY apgrfx.lib
|
|
52 |
LIBRARY apmime.lib
|
|
53 |
LIBRARY aknnotify.lib
|
|
54 |
LIBRARY platformenv.lib // PathInfo
|
|
55 |
LIBRARY featmgr.lib
|
|
56 |
LIBRARY commonengine.lib
|
|
57 |
LIBRARY centralrepository.lib
|
|
58 |
|
|
59 |
#ifdef RD_MULTIPLE_DRIVE
|
|
60 |
LIBRARY PlatformEnv.lib
|
|
61 |
#if defined(ARMCC)
|
|
62 |
deffile ../EABI/VoiceRecorderUtilsU.DEF
|
|
63 |
#elif defined( WINS )
|
|
64 |
deffile ../BWINS/VoiceRecorderUtilsU.DEF
|
|
65 |
#endif
|
|
66 |
|
|
67 |
#else
|
|
68 |
#if defined(ARMCC)
|
|
69 |
deffile ../EABI/VoiceRecorderUtils.DEF
|
|
70 |
#elif defined( WINS )
|
|
71 |
deffile ../BWINS/VoiceRecorderUtils.def
|
|
72 |
#endif
|
|
73 |
|
|
74 |
#endif
|
|
75 |
|
|
76 |
|