phonebookui/Speeddial/group/SpdCtrl.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:     This is project specification file for the SpdCtrl.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 // Build target
       
    25 TARGET          SpdCtrl.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x10005986
       
    28 
       
    29 VENDORID	VID_DEFAULT
       
    30 
       
    31 CAPABILITY      CAP_GENERAL_DLL
       
    32 
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE 
       
    35 // Resources
       
    36 START RESOURCE ../datasrc/SpdCtrl.rss
       
    37 HEADER
       
    38 	TARGETPATH RESOURCE_FILES_DIR
       
    39 LANGUAGE_IDS
       
    40 END 
       
    41 
       
    42 //LANG    sc
       
    43 
       
    44 // Source files location
       
    45 SOURCEPATH      ../ControlSrc 
       
    46 
       
    47 // Controls
       
    48 SOURCE          SpdiaControl_platsec.cpp
       
    49 
       
    50 // Dialogs
       
    51 SOURCE          SpdiaGridDlg.cpp
       
    52 SOURCE          SpdiaGrid.cpp
       
    53 SOURCE          SpdiaIndexData.cpp
       
    54 SOURCE          SpdiaPanic.cpp
       
    55 
       
    56 SOURCEPATH			../VPbkControlSrc
       
    57 
       
    58 SOURCE          SpdiaGridDlgVPbk.cpp
       
    59 SOURCE          SpdiaGridVPbk.cpp
       
    60 
       
    61 // Utility
       
    62 SOURCE          SpdiaIndexDataVPbk.cpp
       
    63 SOURCE          spdiadialogs.cpp
       
    64 SOURCE          speeddialprivate.cpp
       
    65 
       
    66 
       
    67 
       
    68 // Include paths
       
    69 USERINCLUDE     ../inc ../ControlInc ../VPbkControlInc
       
    70 
       
    71 // Dependencies to other Phonebook components
       
    72 LIBRARY         PbkEng.lib PbkView.lib
       
    73 
       
    74 // Dependencies to other components
       
    75 //LIBRARY         PalbView.lib  //PalbEng.lib
       
    76 
       
    77 /// Voice mail support
       
    78 LIBRARY         vmbx.LIB
       
    79 
       
    80 // Dependencies to system components
       
    81 LIBRARY         euser.lib bafl.lib cntmodel.lib 
       
    82 LIBRARY         cone.lib eikcoctl.lib eikdlg.lib Avkon.lib fbscli.lib egul.lib
       
    83 LIBRARY         eikcore.lib commonengine.lib centralrepository.lib
       
    84 LIBRARY         sysutil.lib commonui.lib cdlengine.lib
       
    85 // phone client support
       
    86 LIBRARY         PhoneClient.LIB
       
    87 // skins support
       
    88 LIBRARY         AknSkins.LIB
       
    89 LIBRARY         AknIcon.lib
       
    90 LIBRARY			efsrv.lib
       
    91 LIBRARY	        bitgdi.lib 
       
    92 LIBRARY         AknLayout2.lib       
       
    93 LIBRARY         AknLayout2Scalable.lib 
       
    94 LIBRARY         UikLaf.lib 
       
    95 LIBRARY         FeatMgr.lib
       
    96 LIBRARY         avkon.lib
       
    97 LIBRARY         aknicon.lib
       
    98 
       
    99 LIBRARY 		ServiceHandler.lib
       
   100 LIBRARY         VPbkEng.lib
       
   101 LIBRARY  		Pbk2Presentation.lib
       
   102 LIBRARY 		Pbk2CommonUI.lib
       
   103 
       
   104 // End of File