photosgallery/slideshow/settingsdialog/group/shwsettingsdialog.mmp
changeset 0 4e91876724a2
child 35 420f6808bf21
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2007-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 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <bldvariant.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 #include "../../../group/glxbuildcommon.mmh"
       
    27 #include "../../../inc/glxcapabilities.hrh"
       
    28 #include "../../../inc/glxalfhelper.mmh"
       
    29 
       
    30 #include "../../../../photos_plat/slideshow_ui_constants_api/inc/shwslideshowsettingsplugin_UID.hrh" //for KShwSettingsDlgDllUid
       
    31 
       
    32 TARGET          shwsettingsplugin.dll
       
    33 TARGETTYPE      PLUGIN
       
    34 UID             0x10009D8D KShwSettingsDlgDllUid
       
    35 
       
    36 
       
    37 CAPABILITY      GLX_CAPABILITIES
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          shwslideshowsettingsplugin.cpp
       
    41 SOURCE          shwslideshowsettingslist.cpp
       
    42 SOURCE          shwslideshowsettingsdialog.cpp
       
    43 SOURCE 			shwslideshowsettingspluginproxy.cpp
       
    44 
       
    45 
       
    46 // settings dialog
       
    47 START RESOURCE  ../data/shwsettingsdialog.rss
       
    48 HEADER
       
    49 TARGETPATH      resource/apps
       
    50 LANGUAGE_IDS
       
    51 END
       
    52 
       
    53 // settings dialog ecom plugin
       
    54 START RESOURCE  ../data/shwsettingsplugin.rss
       
    55 TARGET          shwsettingsplugin.rsc
       
    56 END // RESOURCE
       
    57 
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 USERINCLUDE     ../src
       
    61 USERINCLUDE     ../../engine/inc	// for constants
       
    62 USERINCLUDE		../../utils			// for Debug Utility
       
    63 
       
    64 // System includes from the source tree
       
    65 SYSTEMINCLUDE   ../../../inc
       
    66 SYSTEMINCLUDE   ../../../viewframework/uiutilities/inc	// for CGlxHuiUtility
       
    67 SYSTEMINCLUDE	../../../common/inc                     // for CGlxResourceUtilities
       
    68 
       
    69 
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 
       
    72 SYSTEMINCLUDE     ../../../gallery/loc
       
    73 
       
    74 
       
    75 // Project Libraries
       
    76 LIBRARY 	shwslideshowengine.lib 	// for CShwSettingsModel
       
    77 LIBRARY     glxcommon.lib           // for CResourceUtilities
       
    78 
       
    79 // System Libraries
       
    80 LIBRARY     euser.lib
       
    81 
       
    82 // UI Libraries
       
    83 LIBRARY     cone.lib				// for ConeUtils
       
    84 LIBRARY     eikcoctl.lib
       
    85 LIBRARY     eikcore.lib				// for MEikMenuObserver
       
    86 LIBRARY		eikdlg.lib				// for CEikDialog
       
    87 LIBRARY		avkon.lib 				// for CAknDialog
       
    88 LIBRARY		mpxviewplugin.lib		// for CMPXAknDialogPlugin
       
    89 
       
    90 // Other Framework Libraries
       
    91 LIBRARY		hlplch.lib 				// for HlpLauncher
       
    92 LIBRARY		bafl.lib 				// for array & file system utilities
       
    93 LIBRARY		commonengine.lib		// for StringLoader
       
    94 LIBRARY 	mgfetch.lib				// for MGFetch
       
    95 LIBRARY 	centralrepository.lib 	// for Central Repository
       
    96 
       
    97 LIBRARY     ecom.lib
       
    98 LIBRARY     caf.lib					// for OMA DRM CAF Agent API
       
    99 LIBRARY     efsrv.lib               // for TParse
       
   100 
       
   101 
       
   102 
       
   103 //EXPORTUNFROZEN
       
   104 
       
   105 // End of File