--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phoneuis/dialer/group/dialer.mmp Mon Jan 18 20:18:27 2010 +0200
@@ -0,0 +1,64 @@
+/*
+* Copyright (c) 2007 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 Dialer.
+*
+*/
+
+
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+// Capability assignment.
+CAPABILITY CAP_GENERAL_DLL
+
+// Assign Vendor ID.
+VENDORID VID_DEFAULT
+
+TARGET dialer.dll
+TARGETTYPE dll
+UID 0x1000008d 0x102078ED
+
+START RESOURCE ../data/dialer.rss
+TARGETPATH RESOURCE_FILES_DIR
+HEADER
+LANGUAGE_IDS
+END // RESOURCE
+
+SOURCEPATH ../src
+SOURCE cdialer.cpp
+SOURCE cdialercontainerbase.cpp
+SOURCE cdialerkeypadcontainer.cpp
+SOURCE cdialernumberentry.cpp
+SOURCE cdialervideocontainer.cpp
+SOURCE cvideodtmfdialer.cpp
+
+USERINCLUDE ../inc
+USERINCLUDE ../data
+
+APP_LAYER_SYSTEMINCLUDE
+
+LIBRARY euser.lib eikcore.lib estor.lib etext.lib
+LIBRARY cone.lib ws32.lib bmpanim.lib
+LIBRARY eikcoctl.lib fbscli.lib bafl.lib
+
+LIBRARY aknskins.lib aknicon.lib avkon.lib
+LIBRARY cdlengine.lib
+LIBRARY aknlayout2scalable.lib
+
+LIBRARY egul.lib
+LIBRARY efsrv.lib
+LIBRARY aknlayout2.lib touchfeedback.lib
+
+
+// End of File