phoneuis/dialer/group/dialer.mmp
author Shabe Razvi <shaber@symbian.org>
Mon, 08 Feb 2010 13:27:20 +0000
changeset 7 801fe8ecf072
parent 0 5f000ab63145
child 9 8871b09be73b
permissions -rw-r--r--
Merge

/*
* 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