phonebookui/Speeddial/group/SpeedDial.mmp
branchRCL_3
changeset 63 f4a778e096c2
parent 0 e686773b3f54
child 68 9da50d567e3c
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2002 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 specification file of Speeddial Library Api.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 EPOCSTACKSIZE 0X6200
       
    25 // Build target
       
    26 	TARGET 			SpeedDial.exe
       
    27 	TARGETTYPE 		exe
       
    28 UID             0x100039CE 0x1000590A
       
    29 
       
    30 VENDORID	VID_DEFAULT
       
    31 CAPABILITY 	CAP_APPLICATION NetworkControl
       
    32 
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE 
       
    35 // Resources
       
    36 START RESOURCE ../datasrc/SpeedDial.rss
       
    37 HEADER
       
    38 	TARGETPATH APP_RESOURCE_DIR
       
    39 LANGUAGE_IDS
       
    40 END 
       
    41 
       
    42 
       
    43 // Source files location
       
    44 SOURCEPATH      ../src
       
    45 
       
    46 // Application classes
       
    47 SOURCE          SpdiaApplication.cpp 
       
    48 SOURCE          SpdiaAppUi.cpp
       
    49 SOURCE          SpdiaDocument.cpp
       
    50 SOURCE          SpdiaContainer.cpp
       
    51 SOURCE          SpdiaView.cpp
       
    52 SOURCE          SpdiaNote.cpp
       
    53 SOURCE          SpdiaBaseView.cpp
       
    54 SOURCE          SpdiaCallingVmbxView.cpp
       
    55 SOURCE          SpdiaCallingVmbxContainer.cpp
       
    56 
       
    57 // Include paths
       
    58 USERINCLUDE     ../inc ../ControlInc ../datasrc ../VPbkControlInc
       
    59 
       
    60 // Dependencies to other SpeedDial components
       
    61 LIBRARY         spdctrl.lib
       
    62 
       
    63 // Dependencies to system components
       
    64 LIBRARY         euser.lib apparc.lib ws32.lib bafl.lib
       
    65 LIBRARY         cone.lib eikcoctl.lib Avkon.lib fbscli.lib egul.lib
       
    66 LIBRARY         eikcore.lib commonengine.lib 
       
    67 LIBRARY         eikdlg.lib
       
    68 LIBRARY         numbergrouping.lib
       
    69 LIBRARY         ServiceHandler.lib              //Application InterWorking
       
    70 LIBRARY			efsrv.lib
       
    71 LIBRARY         apgrfx.lib
       
    72 LIBRARY	        bitgdi.lib 
       
    73 
       
    74 LIBRARY         VPbkEng.lib
       
    75 LIBRARY  		Pbk2Presentation.lib
       
    76 LIBRARY 		Pbk2CommonUI.lib
       
    77 LIBRARY         CentralRepository.lib
       
    78 LIBRARY         cenrepnotifhandler.lib  // Cenrep notifier
       
    79 // external dependencies
       
    80 /// phone engine support
       
    81 LIBRARY         PbkEng.lib
       
    82 /// context sensitive help support
       
    83 LIBRARY         hlplch.lib // for "Help" options menu
       
    84 LIBRARY         FeatMgr.lib
       
    85 
       
    86 library         AknLayout.lib
       
    87 LIBRARY         AknLayout2.lib       
       
    88 LIBRARY         AknLayout2Scalable.lib 
       
    89 LIBRARY         UikLaf.lib 
       
    90 LIBRARY         AknIcon.lib
       
    91 library         vmbx.lib
       
    92 library 		aknnotify.lib
       
    93 library         SSSettings.lib
       
    94 
       
    95 LIBRARY         sendui.lib
       
    96 LIBRARY		etext.lib
       
    97 
       
    98 
       
    99 
       
   100 LIBRARY			aiwdialdata.lib
       
   101 
       
   102 	SOURCEPATH      ../group
       
   103 	START RESOURCE  ./Speeddial_reg.rss
       
   104 DEPENDS speeddial.rsg
       
   105 	// Do not change the UID below.
       
   106 	TARGETPATH /private/10003a3f/apps
       
   107 	END
       
   108 
       
   109 // End of File