locationsystemui/locationsysui/locsuplsettingsui/group/locsuplsettings.mmp
changeset 0 667063e416a2
child 55 ea98413ce11f
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 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:  This is project specification file for SUPL Settings UI
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include "../inc/locsuplsettingsuid.hrh"    // For UID3
       
    20 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN ReadUserData WriteUserData
       
    23 TARGET              locsuplsettings.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D KLOCSUPLSETTINGSUIUID3
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 USERINCLUDE         ../inc
       
    29 USERINCLUDE         ../data
       
    30 USERINCLUDE	    ../../../inc
       
    31 USERINCLUDE         ../../../../inc
       
    32 USERINCLUDE	    ../../loc
       
    33 
       
    34 
       
    35 // System Include
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 SOURCEPATH          ../src
       
    39 SOURCE              locsuplsettings.cpp
       
    40 SOURCE              locsuplsettingsimptable.cpp
       
    41 SOURCE              locsuplsettingsview.cpp
       
    42 SOURCE              locsuplsettingscontainer.cpp
       
    43 SOURCE              locsuplsettingslbmodel.cpp
       
    44 SOURCE              locsuplsettingsuiengine.cpp
       
    45 SOURCE	            locsuplsettingsadapter.cpp
       
    46 SOURCE	            locsuplserverview.cpp
       
    47 SOURCE	            locsuplservercontainer.cpp
       
    48 SOURCE	            locsuplserverlbmodel.cpp
       
    49 SOURCE	            locsuplservereditor.cpp
       
    50 SOURCE	            locsuplsessioneditor.cpp
       
    51 SOURCE	            locsupldebug.cpp
       
    52 SOURCE	            locsuplsessionview.cpp
       
    53 SOURCE              locsuplsessioncontainer.cpp
       
    54 SOURCE              locsuplsessionlbmodel.cpp
       
    55 
       
    56 
       
    57 SOURCEPATH          ../data
       
    58 //ECOM resource definition
       
    59 START RESOURCE      10275091.rss
       
    60 TARGET              locsuplsettings.rsc
       
    61 END // ECOM resource definition
       
    62 
       
    63 //View resources
       
    64 START RESOURCE      locsuplsettingsui.rss
       
    65 HEADER
       
    66 TARGETPATH          RESOURCE_FILES_DIR
       
    67 LANGUAGE_IDS
       
    68 END // AppsPlugin resources
       
    69 
       
    70 LIBRARY             euser.lib
       
    71 LIBRARY             ecom.lib
       
    72 LIBRARY             efsrv.lib
       
    73 LIBRARY             avkon.lib
       
    74 LIBRARY             bafl.lib 
       
    75 LIBRARY             cone.lib 
       
    76 LIBRARY             eikcoctl.lib 
       
    77 LIBRARY             eikctl.lib 
       
    78 LIBRARY             eikcore.lib 
       
    79 LIBRARY             commonengine.lib        // For RConeResourceLoader
       
    80 LIBRARY             egul.lib     		    // CGulIcon
       
    81 LIBRARY		    	aknicon.lib 
       
    82 LIBRARY             aknskins.lib   		    // AknsUtils.h
       
    83 LIBRARY             aknskinsrv.lib   		// AknsUtils.h
       
    84 LIBRARY             aknswallpaperutils.lib  // AknsUtils.h
       
    85 LIBRARY 	    	hlplch.lib
       
    86 LIBRARY             insock.lib
       
    87 LIBRARY             commdb.lib  
       
    88 LIBRARY             centralrepository.lib   // For Central repository key
       
    89 LIBRARY             CommonUI.lib            // For the Standard Error notes
       
    90 LIBRARY		    	AGENTDIALOG.lib
       
    91 LIBRARY 	    	featmgr.lib 		    // Feature manager API
       
    92 LIBRARY		    	epos_suplsettings.lib	// SUPL Settings API
       
    93 LIBRARY             eikdlg.lib
       
    94 LIBRARY             aknnotify.lib           // AknGlobalConfirmation Query
       
    95 LIBRARY 	    	cmmanager.lib			// For Connection Settings API
       
    96 LIBRARY		    	flogger.lib
       
    97 
       
    98 // End of File