voiceui/pbkinfoviewimpl/group/pbkinfoview.mmp
branchRCL_3
changeset 19 e36f3802f733
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     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:  MMP file for pbkinfoview.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET        pbkinfoview.dll
       
    23 TARGETTYPE    dll
       
    24 
       
    25 // 0x10281C82 infoview.dll
       
    26 UID	0x10009D8D 0x10281C82
       
    27 
       
    28 VENDORID VID_DEFAULT
       
    29 
       
    30 CAPABILITY CAP_GENERAL_DLL
       
    31 
       
    32 
       
    33 USERINCLUDE	../inc
       
    34 
       
    35 // This is a SYSTEMINCLUDE macro containing the applications
       
    36 // layer specific include directories
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SYSTEMINCLUDE	/epoc32/include/ecom
       
    40 
       
    41 // other resources must be placed in z:/system/data
       
    42 START RESOURCE ../src/pbkinfoview.rss
       
    43 TARGETPATH      RESOURCE_FILES_DIR
       
    44 HEADER
       
    45 LANGUAGE_IDS
       
    46 END
       
    47 
       
    48 SOURCEPATH	    ../src
       
    49 SOURCE		    pbkinfoviewapi.cpp
       
    50 SOURCE          pbkinfoviewutil.cpp
       
    51 SOURCE          pbkinfoviewreshandler.cpp
       
    52 SOURCE          pbkinfoviewdialog.cpp
       
    53 SOURCE          pbkinfoviewdialogutil.cpp
       
    54 SOURCE          pbkinfoviewsindhandler.cpp
       
    55 
       
    56 USERINCLUDE       ../../rubydebug
       
    57 
       
    58 
       
    59 LIBRARY	euser.lib
       
    60 LIBRARY cone.lib 
       
    61 
       
    62 LIBRARY eikcore.lib 
       
    63 LIBRARY avkon.lib
       
    64 LIBRARY eikctl.lib
       
    65 LIBRARY ecom.lib
       
    66 LIBRARY eikdlg.lib
       
    67 LIBRARY bafl.lib
       
    68 LIBRARY commonengine.lib
       
    69 LIBRARY eikcoctl.lib
       
    70 LIBRARY estor.lib
       
    71 LIBRARY edbms.lib
       
    72 LIBRARY aknskins.lib
       
    73 LIBRARY nssttsutility.lib
       
    74 
       
    75 //LIBRARY	FeatMgr.lib
       
    76 LIBRARY commdb.lib
       
    77 LIBRARY	efsrv.lib
       
    78 LIBRARY commondialogs.lib
       
    79 LIBRARY	hlplch.lib
       
    80 
       
    81 LIBRARY nssvasapi.lib
       
    82 LIBRARY pbkeng.lib
       
    83 LIBRARY nssttscommon.lib
       
    84 
       
    85 LIBRARY VPbkEng.lib
       
    86 LIBRARY Pbk2Presentation.lib
       
    87 LIBRARY Pbk2CommonUI.lib
       
    88 LIBRARY	fbscli.lib
       
    89 LIBRARY	egul.lib 
       
    90 //EXPORTUNFROZEN
       
    91 
       
    92 
       
    93 
       
    94