utilityapps/filebrowser/fileopserver/group/FBFileOpServer.mmp
changeset 55 2d9cac8919d3
parent 0 d6fe6244b863
equal deleted inserted replaced
53:819e59dfc032 55:2d9cac8919d3
       
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET        FileBrowserFileOpServer.exe
       
    24 TARGETTYPE    exe
       
    25 UID           0 0x102828D8
       
    26 VENDORID      VID_DEFAULT
       
    27 
       
    28 CAPABILITY    CAP_FILE_SERVER
       
    29 
       
    30 SMPSAFE
       
    31 
       
    32 USERINCLUDE   ../inc
       
    33 USERINCLUDE   ../../fileopclient/inc
       
    34 OS_LAYER_SYSTEMINCLUDE
       
    35 //SYSTEMINCLUDE /epoc32/include/kernel
       
    36 SOURCEPATH    ../src
       
    37 
       
    38 
       
    39 SOURCE        FBFileOpServer.cpp
       
    40 SOURCE        FBDrivePartitioner.cpp
       
    41 
       
    42 LIBRARY       euser.lib
       
    43 LIBRARY       efsrv.lib
       
    44 LIBRARY       efile.lib