cellular/sssettings/group/sssettings.mmp
changeset 33 8d5d7fcf9b59
child 48 78df25012fda
equal deleted inserted replaced
32:1f002146abb4 33:8d5d7fcf9b59
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  This is project specification file for the SSSettings.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../logger/sssettingsloggingconf.h" 
       
    20 
       
    21 
       
    22 TARGET          sssettings.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008d 0x10005A01
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 // Capability assignment.
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 
       
    31 sourcepath    ../src
       
    32 SOURCE        rsssettings.cpp 
       
    33 SOURCE        csssettingsnotifier.cpp 
       
    34 SOURCE        csssettingsalsnotifier.cpp 
       
    35 SOURCE        rcustomerserviceprofilecache.cpp 
       
    36 SOURCE        csssettingsrefreshcontainer.cpp 
       
    37 SOURCE        csssettingsrefreshhandler.cpp 
       
    38 SOURCE        csssettingsactiveobject.cpp 
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../logger 
       
    42 SYSTEMINCLUDE   ../inc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE   ../../../inc
       
    46 
       
    47 LIBRARY    euser.lib
       
    48 LIBRARY    etel.lib // etel connection 
       
    49 LIBRARY    customapi.lib // custom etel api 
       
    50 LIBRARY    etelmm.lib
       
    51 LIBRARY    featmgr.lib 
       
    52 LIBRARY    satclient.lib
       
    53 LIBRARY    centralrepository.lib
       
    54 LIBRARY    cenrepnotifhandler.lib
       
    55 LIBRARY    flogger.lib      // logging
       
    56 
       
    57 // End of File