phoneclientserver/dialutils/group/dialutils.mmp
changeset 0 ff3b6d0fd310
child 12 ae8abd0db65c
child 43 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Project specification for DialUtils.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 // Capability assignment.
       
    20 CAPABILITY CAP_GENERAL_DLL
       
    21 
       
    22 TARGET          dialutils.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008d 0x101F8747
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 SOURCE          DialUtilsImpl.cpp
       
    28 SOURCE          DialUtilsFactImpl.cpp
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE 
       
    33 SYSTEMINCLUDE   ../../../inc
       
    34 
       
    35 LIBRARY         euser.lib
       
    36 LIBRARY         featmgr.lib
       
    37 LIBRARY         commonengine.lib
       
    38 LIBRARY         centralrepository.lib
       
    39 
       
    40 
       
    41 // End of file