cellular/telephonysettings/group/phonesettings.mmp
changeset 50 2313cb430f28
parent 13 e32024264ebb
child 48 78df25012fda
equal deleted inserted replaced
45:61f927bc9441 50:2313cb430f28
     1 /*
     1 /*
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  This is project specification file for the Phone Settings.
    14 * Description:  This is project specification file for the Phone Settings.
    15 *     
    15 *
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 #include "../logger/phonesettingsloggingconf.h" 
    20 #include "../logger/phonesettingsloggingconf.h"
    21 
    21 
    22 // Capability assignment.
    22 // Capability assignment.
    23 CAPABILITY CAP_GENERAL_DLL
    23 CAPABILITY CAP_GENERAL_DLL
    24 VENDORID    VID_DEFAULT
    24 VENDORID    VID_DEFAULT
    25 
    25 
    26 TARGET    phonesettings.dll
    26 TARGET    phonesettings.dll
    27 TARGETTYPE dll
    27 TARGETTYPE dll
    28 UID 0x1000008d 0x100058e3
    28 UID 0x1000008d 0x100058e3
    29 
    29 
    30 SOURCEPATH ../src
    30 SOURCEPATH ../src
    31 SOURCE psetcallwaiting.cpp 
    31 SOURCE psetcallwaiting.cpp
    32 SOURCE psetcontainer.cpp 
    32 SOURCE psetcontainer.cpp
    33 SOURCE psetcallbarring.cpp 
    33 SOURCE psetcallbarring.cpp
    34 SOURCE psetcalldiverting.cpp 
    34 SOURCE psetcalldiverting.cpp
    35 SOURCE psettelephony.cpp 
    35 SOURCE psettelephony.cpp
    36 SOURCE psetcli.cpp 
    36 SOURCE psetcli.cpp
    37 SOURCE psetvariationproxy.cpp 
    37 SOURCE psetvariationproxy.cpp
    38 SOURCE psetnetwork.cpp 
    38 SOURCE psetnetwork.cpp
    39 SOURCE psetsaobserver.cpp 
    39 SOURCE psetsaobserver.cpp
    40 SOURCE psetcsp.cpp 
    40 SOURCE psetcsp.cpp
    41 SOURCE psetutility.cpp 
    41 SOURCE psetutility.cpp
    42 SOURCE psetrefreshhandlerimpl.cpp 
    42 SOURCE psetrefreshhandlerimpl.cpp
    43 SOURCE psetcalldivertingbase.cpp 
    43 SOURCE psetcalldivertingbase.cpp
    44 SOURCE psetsubscriberidcheck.cpp 
    44 SOURCE psetsubscriberidcheck.cpp
    45 SOURCE psetcalldivertingbasicimpl.cpp 
    45 SOURCE psetcalldivertingbasicimpl.cpp
    46 SOURCE psetcalldivertingcreator.cpp 
    46 SOURCE psetcalldivertingcreator.cpp
    47 SOURCE psetcalldivertingdualaffectimpl.cpp 
    47 SOURCE psetcalldivertingdualaffectimpl.cpp
    48 
    48 
    49 USERINCLUDE     ../inc
    49 USERINCLUDE     ../inc
    50 USERINCLUDE     ../logger 
    50 USERINCLUDE     ../logger
    51 SYSTEMINCLUDE   ../../../inc
    51 SYSTEMINCLUDE   ../../../inc
    52 // APP include needed because telephonysettings 
    52 
    53 // uses vmbx headers from APP layer.
       
    54 // <-- QT PHONE START -->
       
    55 MW_LAYER_SYSTEMINCLUDE
    53 MW_LAYER_SYSTEMINCLUDE
    56 // <-- QT PHONE END -->
    54 
    57 LIBRARY euser.lib
    55 LIBRARY euser.lib
    58 LIBRARY etel.lib
    56 LIBRARY etel.lib
    59 LIBRARY etelmm.lib
    57 LIBRARY etelmm.lib
    60 LIBRARY customapi.lib
    58 LIBRARY customapi.lib
    61 LIBRARY bafl.lib         
    59 LIBRARY bafl.lib
    62 LIBRARY sssettings.lib
    60 LIBRARY sssettings.lib
    63 // <-- QT PHONE START -->
       
    64 //LIBRARY vmbx.lib
       
    65 // <-- QT PHONE END -->
       
    66 LIBRARY featmgr.lib
    61 LIBRARY featmgr.lib
    67 
    62 
    68 LIBRARY centralrepository.lib
    63 LIBRARY centralrepository.lib
    69 LIBRARY    flogger.lib      // logging
    64 LIBRARY    flogger.lib      // logging
    70 
    65