remotestoragefw/mountstore/group/rsfwmountstore.mmp
branchRCL_3
changeset 19 88ee4cf65e19
parent 16 87c71b25c937
child 20 1aa8c82cb4cb
equal deleted inserted replaced
16:87c71b25c937 19:88ee4cf65e19
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Project definition file for project mount store API
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 TARGET		rsfwmountstore.dll
       
    20 
       
    21 TARGETTYPE	dll
       
    22 
       
    23 UID		0x1000008d 0x101F9773
       
    24 
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 
       
    28 
       
    29 SOURCEPATH	../src
       
    30 SOURCE		rsfwmountstore.cpp
       
    31 
       
    32 LANG		SC
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE   ../../../inc
       
    36 SYSTEMINCLUDE   ../../inc
       
    37 USERINCLUDE	../inc
       
    38 
       
    39 LIBRARY		bafl.lib
       
    40 LIBRARY		centralrepository.lib
       
    41 LIBRARY		cenrepnotifhandler.lib
       
    42 LIBRARY		efsrv.lib
       
    43 LIBRARY		euser.lib
       
    44 LIBRARY 	avkon.lib
       
    45 LIBRARY     rsfwmountman.lib
       
    46 
       
    47 DEFFILE		rsfwmountstore.def
       
    48 // End of File