upnpsettings/upnpsharingui/group/upnpsharingui.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2005-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:      Project definition file for sharing UI component
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 // For compatibility with S60 3.2 and IAD branch
       
    24 #include "../../../group/upnpplatformvar.hrh"
       
    25 #include <data_caging_paths.hrh>
       
    26 
       
    27 TARGET          upnpsharingui.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x100000D8 0x20009CAD
       
    30 
       
    31 VENDORID        VID_DEFAULT
       
    32 CAPABILITY      CAP_GENERAL_DLL
       
    33 
       
    34 // SIS installation + IAD support
       
    35 VERSION 10.1
       
    36 paged
       
    37 
       
    38 // Include paths
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 UPNP_LOC_INCLUDE_PATH_COMPONENT
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../../../inc
       
    44 
       
    45 START RESOURCE  ../data/upnpsharingui.rss
       
    46 HEADER
       
    47 TARGETPATH      RESOURCE_FILES_DIR
       
    48 LANGUAGE_IDS
       
    49 END
       
    50 
       
    51 SOURCEPATH      ../src
       
    52 
       
    53 SOURCE          upnpappfilesharingdialog.cpp
       
    54 SOURCE          upnpappfilesharinglist.cpp
       
    55 
       
    56 //system
       
    57 LIBRARY         euser.lib // s60 basic
       
    58 LIBRARY         eikcore.lib // CEikEnv
       
    59 LIBRARY         ws32.lib // RWindowBase
       
    60 LIBRARY         cone.lib // CCoeControl
       
    61 LIBRARY         avkon.lib // basic ui
       
    62 LIBRARY         eikcoctl.lib // basic ui
       
    63 LIBRARY         eikctl.lib  // basic ui
       
    64 LIBRARY         eikdlg.lib // eikon dialogs
       
    65 LIBRARY         eikcdlg.lib // progress dialog
       
    66 LIBRARY         CommonEngine.lib // string loader
       
    67 LIBRARY         featmgr.lib // FeatureManager
       
    68 LIBRARY         hlplch.lib // help launcher
       
    69 LIBRARY         CdlEngine.lib // CdlEngine
       
    70 LIBRARY         bafl.lib // BaflUtils
       
    71 
       
    72 // upnp framework
       
    73 LIBRARY         upnpsettingsengine.lib // settings engine
       
    74 LIBRARY         upnpmultiselectionui.lib // multiselectionui
       
    75 LIBRARY         upnpapplicationengine.lib // filesharingengine
       
    76 LIBRARY         upnpappwizard.lib // setup wizard
       
    77 
       
    78 DEBUGLIBRARY    flogger.lib
       
    79 
       
    80 // End of file