diff -r 2f5c9ee7098c -r 072a5fa0c63b voicerecorder/group/VoiceRecorderApp.mmp --- a/voicerecorder/group/VoiceRecorderApp.mmp Thu Aug 19 09:57:40 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,108 +0,0 @@ -/* -* Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* This is project specification file for the Voice Recorder application -* -* -*/ - - -#include -#include -#include "VoiceRecorderSingleClick.hrh" - -TARGET VoiceRecorder.exe -TARGETTYPE exe -epocstacksize 0x5000 - -// the following UIDs are exported to system include by VoiceRecorderUID.h -UID 0x100039ce 0x100058CA - -VERSION 10.0 - -CAPABILITY CAP_APPLICATION -VENDORID VID_DEFAULT - -#ifdef IAD_INCLUDE_SINGLE_CLICK -MACRO SINGLE_CLICK_INCLUDED -#endif - -SOURCEPATH ../AppSrc - -SOURCE CVRApplication.cpp -SOURCE CVRDocument.cpp -SOURCE CVRAppUI.cpp - -SOURCE CVRNewFileService.cpp -SOURCE CVRAppServer.cpp -SOURCE CVRSettingItem.cpp - -#ifdef __SERIES60_MMC -SOURCE CVRSettingsDialogMMCSupported.cpp -#else -SOURCE CVRSettingsDialog.cpp -#endif - - -USERINCLUDE ../AppSrc -USERINCLUDE ../group -USERINCLUDE ../UtilsInc -USERINCLUDE ../RecViewInc -USERINCLUDE ../../inc - -APP_LAYER_SYSTEMINCLUDE - -LIBRARY eikcore.lib -LIBRARY apparc.lib -LIBRARY avkon.lib -LIBRARY cone.lib -LIBRARY euser.lib -LIBRARY commonui.lib -LIBRARY sysutil.lib - -LIBRARY VoiceRecorderRecView.lib -LIBRARY VoiceRecorderUtils.lib -LIBRARY featmgr.lib // featuremanager - -// new file service -LIBRARY bafl.lib -LIBRARY newservice.lib - -// settings dialog dependencies -LIBRARY eikdlg.lib -LIBRARY eikcoctl.lib -LIBRARY hlplch.lib -LIBRARY efsrv.lib -LIBRARY commonengine.lib - -#ifdef __SERIES60_MMC -LIBRARY commondialogs.lib -#endif - -#ifdef RD_MULTIPLE_DRIVE -LIBRARY PlatformEnv.lib -#endif - -START RESOURCE ../group/voicerecorder.rss - TARGETPATH APP_RESOURCE_DIR - HEADER - LANGUAGE_IDS -END // RESOURCE - -SOURCEPATH . -START RESOURCE VoiceRecorder_reg.rss -DEPENDS voicerecorder.rsg - // Do not change the UID below. - TARGETPATH /private/10003a3f/apps -END