richcallsettingsengine/rcse2/group/rcse.mmp
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
equal deleted inserted replaced
20:65a3ef1d5bd0 21:f742655b05bf
     1 /*
       
     2 * Copyright (c) 2002-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:  mmp-file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          rcse.dll
       
    21 TARGETTYPE      DLL
       
    22 UID             0x1000008D 0x10202869
       
    23 
       
    24 VENDORID        VID_DEFAULT
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          crcseprofileentry.cpp
       
    30 SOURCE          crcseprofileregistry.cpp
       
    31 SOURCE          crcseaudiocodecentry.cpp
       
    32 SOURCE          crcseaudiocodecregistry.cpp
       
    33 SOURCE          crcsechangenotifier.cpp
       
    34 SOURCE          rcsepanic.cpp
       
    35 SOURCE          rcsebackupobserver.cpp
       
    36 SOURCE          rcseregistrybase.cpp
       
    37 SOURCE          rcsedbimporter.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../inc/stubs
       
    41 
       
    42 // Default system include paths for application layer modules.
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE   ../../../inc
       
    45 
       
    46 LIBRARY         euser.lib // Needed for classes that are derived from CBase class. 
       
    47 LIBRARY         edbms.lib // Needed for creating DBMS session.
       
    48 LIBRARY         efsrv.lib // For accessing/editing files.
       
    49 LIBRARY         bafl.lib  // Provides simple-to-use file system utilities used by SQL factories.
       
    50 LIBRARY         sipprofilecli.lib       // For SIP settings
       
    51 LIBRARY         flogger.lib     // for logging
       
    52 LIBRARY         serviceprovidersettings.lib // Service provider settings
       
    53 
       
    54 LIBRARY         featmgr.lib // Feature Manager 
       
    55 LIBRARY         cenrepdatabase.lib
       
    56 LIBRARY         centralrepository.lib
       
    57