coreapplicationuis/Rfs/group/rfs.mmp
changeset 0 2e3d3ce01487
child 18 0818dd463d41
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     This is project specification file for RFS.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET  rfs.dll
       
    25 TARGETTYPE  dll
       
    26 UID  0x1000008D 0x10005984
       
    27 VENDORID VID_DEFAULT
       
    28 CAPABILITY CAP_GENERAL_DLL
       
    29 
       
    30 USERINCLUDE ../inc
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SOURCEPATH ../src
       
    35 SOURCE rfsServer.cpp
       
    36 SOURCE rfsClient.cpp
       
    37 SOURCE rfsSession.cpp
       
    38 SOURCE rfsScript.cpp
       
    39 SOURCE rfsCommand.cpp
       
    40 SOURCE rfsHandler.cpp
       
    41 SOURCE rfsShutdown.cpp
       
    42 SOURCE rfsCompleter.cpp
       
    43 SOURCE rfsConnectionObserver.cpp
       
    44 
       
    45 START RESOURCE  ../src/rfs.rss
       
    46 TARGETPATH      RESOURCE_FILES_DIR
       
    47 HEADER
       
    48 LANGUAGE_IDS
       
    49 END  // RESOURCE
       
    50 
       
    51 LIBRARY euser.lib
       
    52 LIBRARY efsrv.lib
       
    53 LIBRARY bafl.lib
       
    54 LIBRARY avkon.lib
       
    55 LIBRARY cone.lib
       
    56 LIBRARY etel.lib
       
    57 LIBRARY etelmm.lib
       
    58 LIBRARY CommonEngine.lib
       
    59 LIBRARY sysutil.lib
       
    60 LIBRARY hal.lib
       
    61 LIBRARY secui.lib
       
    62 LIBRARY eikcore.lib
       
    63 LIBRARY SysLangUtil.lib
       
    64 LIBRARY PlatformEnv.lib  // PathInfo
       
    65 LIBRARY centralrepository.lib // Central Repository
       
    66 LIBRARY starterclient.lib
       
    67 LIBRARY ecom.lib
       
    68 LIBRARY FeatMgr.lib