eventsui/eventseditor/group/evteditor.mmp
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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 Events Editor
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // Includes 
       
    21 #include "../inc/evteditoruid.hrh"		// For UID3
       
    22 
       
    23 // SYSTEM INCLUDE
       
    24 #include <data_caging_paths.hrh>
       
    25 #include <platform_paths.hrh> // For the APP_LAYER_SYSTEMINCLUDE
       
    26 
       
    27 // Target information
       
    28 TARGET  		evteditor.dll
       
    29 TARGETTYPE  	dll
       
    30 UID  			0x0 EVTEDITOR_UID3
       
    31 CAPABILITY 		CAP_GENERAL_DLL
       
    32 VENDORID 		VID_DEFAULT
       
    33 
       
    34 // System Includes
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 // User Includes
       
    38 USERINCLUDE     ../../inc ../inc
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE 			evtmgmtuiplacecomponent.cpp
       
    42 SOURCE 			evtmgmtuieditorcmdhandler.cpp
       
    43 SOURCE 			evteditor.cpp
       
    44 SOURCE 			evtmgmtuidesccomponent.cpp
       
    45 SOURCE 			evtmgmtuisysofmeasurement.cpp
       
    46 SOURCE          evtmgmtuiringtonecomponent.cpp 
       
    47 SOURCE          evtmgmtuimapnavigationadapter.cpp 
       
    48 SOURCE          evtmgmtuilocationserviceadapter.cpp 
       
    49 SOURCE          evtmgmtuiwaitdlglauncher.cpp
       
    50 SOURCE          evteventsdlg.cpp
       
    51 SOURCE			evtmgmtuilocsettinglauncher.cpp
       
    52 
       
    53 SOURCEPATH      ../data 
       
    54 START RESOURCE  evtmgmteditorui.rss
       
    55 HEADER
       
    56 TARGETPATH      RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 LIBRARY         featmgr.lib
       
    61 LIBRARY         euser.lib 
       
    62 LIBRARY         apparc.lib 
       
    63 LIBRARY         cone.lib 
       
    64 LIBRARY         eikcore.lib 
       
    65 LIBRARY         avkon.lib 
       
    66 LIBRARY		    bafl.lib
       
    67 LIBRARY         eikcoctl.lib
       
    68 LIBRARY         efsrv.lib 
       
    69 LIBRARY		    eikctl.lib
       
    70 LIBRARY         egul.lib
       
    71 LIBRARY         fbscli.lib
       
    72 LIBRARY         estor.lib					
       
    73 LIBRARY         commonengine.lib
       
    74 LIBRARY		    aknskins.lib
       
    75 LIBRARY		    aknskinsrv.lib
       
    76 LIBRARY		    aknswallpaperutils.lib
       
    77 LIBRARY         hlplch.lib
       
    78 LIBRARY		    aknicon.lib eikdlg.lib 
       
    79 LIBRARY		    eposlandmarks.lib lmkcommonui.lib
       
    80 LIBRARY		    npdlib.lib                          // Notepad API
       
    81 LIBRARY         centralrepository.lib               // CRepository
       
    82 LIBRARY         filelist.lib                        // FileList libraries
       
    83 LIBRARY         caf.lib                             // DRM libraries
       
    84 LIBRARY         cafutils.lib
       
    85 LIBRARY         DRMHelper.lib
       
    86 LIBRARY			servicehandler.lib
       
    87 LIBRARY         NewService.lib
       
    88 LIBRARY 		eposmodset.lib
       
    89 LIBRARY  		PlatformEnv.lib
       
    90 LIBRARY         locsettingsuiclient.lib
       
    91 LIBRARY			mnclientlib.lib
       
    92 LIBRARY			lbs.lib 
       
    93 LIBRARY			evtengine.lib
       
    94 LIBRARY         evtutils.lib
       
    95 
       
    96 DEFFILE         evteditor.def