coreapplicationuis/Rfs/group/rfs.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:05:08 +0300
branchRCL_3
changeset 18 0818dd463d41
parent 0 2e3d3ce01487
child 19 924385140d98
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*     This is project specification file for RFS.
*     
*
*/


#include <data_caging_paths.hrh>
#include <platform_paths.hrh>

TARGET  rfs.dll
TARGETTYPE  dll
UID  0x1000008D 0x10005984
VENDORID VID_DEFAULT
CAPABILITY CAP_GENERAL_DLL

USERINCLUDE ../inc

MW_LAYER_SYSTEMINCLUDE

SOURCEPATH ../src
SOURCE rfsServer.cpp
SOURCE rfsClient.cpp
SOURCE rfsSession.cpp
SOURCE rfsScript.cpp
SOURCE rfsCommand.cpp
SOURCE rfsHandler.cpp
SOURCE rfsShutdown.cpp
SOURCE rfsCompleter.cpp
SOURCE rfsConnectionObserver.cpp
SOURCE rfscontimer.cpp

START RESOURCE  ../src/rfs.rss
TARGETPATH      RESOURCE_FILES_DIR
HEADER
LANGUAGE_IDS
END  // RESOURCE

LIBRARY euser.lib
LIBRARY efsrv.lib
LIBRARY bafl.lib
LIBRARY avkon.lib
LIBRARY cone.lib
LIBRARY etel.lib
LIBRARY etelmm.lib
LIBRARY CommonEngine.lib
LIBRARY sysutil.lib
LIBRARY hal.lib
LIBRARY secui.lib
LIBRARY eikcore.lib
LIBRARY SysLangUtil.lib
LIBRARY PlatformEnv.lib  // PathInfo
LIBRARY centralrepository.lib // Central Repository
LIBRARY starterclient.lib
LIBRARY ecom.lib
LIBRARY FeatMgr.lib