homesync/contentmanager/mediaservant/group/mediaservant.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2008 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 MediaServant
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/mediaservantuid.h"
       
    22 
       
    23 TARGET                  mediaservant.exe
       
    24 TARGETTYPE              exe
       
    25 UID                     0x100039CE KMediaServantUID3
       
    26 
       
    27 // Minimum heap size 4kB, maximum heap size 8MB, stack size 32kB
       
    28 EPOCHEAPSIZE   4096 8388608
       
    29 EPOCSTACKSIZE  32768
       
    30 
       
    31 CAPABILITY              CAP_APPLICATION
       
    32 VENDORID                VID_DEFAULT
       
    33 
       
    34 USERINCLUDE             .
       
    35 USERINCLUDE             ../inc
       
    36 USERINCLUDE             ../help/inc
       
    37 USERINCLUDE             ../applicationengine/inc
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 USERINCLUDE           ../../../../inc
       
    41 
       
    42 SOURCEPATH              ../src
       
    43 SOURCE                  msapp.cpp
       
    44 SOURCE                  msappui.cpp
       
    45 SOURCE                  msdocument.cpp
       
    46 SOURCE                  msbaseview.cpp
       
    47 SOURCE                  msmainview.cpp
       
    48 SOURCE                  msbasecontainer.cpp
       
    49 SOURCE                  msmaincontainer.cpp
       
    50 
       
    51 SOURCE                  msfillrulecontroller.cpp
       
    52 SOURCE                  msfillview.cpp
       
    53 SOURCE                  msfillcontainer.cpp
       
    54 SOURCE                  msfillruleeditview.cpp
       
    55 SOURCE                  msfillruleeditlist.cpp
       
    56 SOURCE                  msruleamountsetting.cpp
       
    57 SOURCE                  msrulemultiselectionsetting.cpp
       
    58 SOURCE                  msrulefilesizesetting.cpp
       
    59 SOURCE                  msruleserverssetting.cpp
       
    60 SOURCE                  msmultiselectiondialog.cpp
       
    61 
       
    62 SOURCE                  msstorelistcontroller.cpp
       
    63 SOURCE                  msstorelistview.cpp
       
    64 SOURCE                  msstorelistcontainer.cpp
       
    65 SOURCE                  msstoresettingsview.cpp
       
    66 SOURCE                  msstoresettingslist.cpp
       
    67 SOURCE                  msstoreserverssetting.cpp
       
    68 SOURCE                  msstorekeeponphonesetting.cpp
       
    69 
       
    70 SOURCE                  msparameteragent.cpp
       
    71 SOURCE                  mspropertywatcher.cpp
       
    72 
       
    73 SOURCE                  msitembrowser.cpp
       
    74 SOURCE                  msbrowseview.cpp
       
    75 SOURCE                  msbrowsecontainer.cpp
       
    76 SOURCE                  msfillbrowseview.cpp
       
    77 SOURCE                  msfillbrowsecontainer.cpp
       
    78 
       
    79 SOURCE                  msmultiselectionsettingpage.cpp
       
    80 SOURCE                  mssettingitems.cpp
       
    81 SOURCE                  msmemorycardmonitor.cpp
       
    82 SOURCE                  msmetadatacollector.cpp
       
    83 
       
    84 
       
    85 START RESOURCE          ../data/mediaservant.rss
       
    86 HEADER
       
    87 TARGETPATH              APP_RESOURCE_DIR
       
    88 LANGUAGE_IDS
       
    89 END // RESOURCE
       
    90 
       
    91 LIBRARY euser.lib apparc.lib cone.lib PlatformEnv.lib
       
    92 LIBRARY avkon.lib bafl.lib eikcore.lib eikcoctl.lib eikctl.lib
       
    93 LIBRARY AKNSKINS.lib
       
    94 LIBRARY egul.lib
       
    95 LIBRARY AknIcon.lib
       
    96 LIBRARY CommonEngine.lib
       
    97 LIBRARY msengine.lib
       
    98 LIBRARY cmcommon.lib
       
    99 LIBRARY efsrv.lib               // file server
       
   100 LIBRARY flogger.lib
       
   101 LIBRARY hlplch.lib              // help
       
   102 LIBRARY eikdlg.lib              // multiselection dialog
       
   103 LIBRARY upnpipserversutils.lib  // UPnPString
       
   104 LIBRARY msappwizard.lib         // for app wizard
       
   105 LIBRARY cmsettingsengine.lib    // drive settings
       
   106 LIBRARY charconv.lib            // ConvertToUnicodeFromUtf8
       
   107 
       
   108 // upnp
       
   109 LIBRARY         upnpavcontrollerclient.lib
       
   110 LIBRARY         AVControlFramework.lib
       
   111 LIBRARY         upnpserviceframework.lib
       
   112 
       
   113 // ECom
       
   114 LIBRARY         ecom.lib
       
   115 
       
   116 #ifdef __CLEANUP_SUPPORT
       
   117 
       
   118 LIBRARY SQLiteClient.lib
       
   119 #endif // __CLEANUP_SUPPORT
       
   120 
       
   121 START RESOURCE          ../data/mediaservant_reg.rss
       
   122 DEPENDS mediaservant.rsg
       
   123 // Do not change the UID 10003a3f below.
       
   124 TARGETPATH /private/10003a3f/apps
       
   125 END