vtuis/lcvtplugin/group/lcvt.mmp
branchRCL_3
changeset 34 f15ac8e65a02
equal deleted inserted replaced
32:890b5dd735f8 34:f15ac8e65a02
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : lcvt.mmp
       
     4 *  Part of     : 
       
     5 *  Description : 
       
     6 *  Version     :
       
     7 *
       
     8 *  Copyright © 2006 Nokia Corporation.
       
     9 *  This material, including documentation and any related
       
    10 *  computer programs, is protected by copyright controlled by
       
    11 *  Nokia Corporation. All rights are reserved. Copying,
       
    12 *  including reproducing, storing, adapting or translating, any
       
    13 *  or all of this material requires the prior written consent of
       
    14 *  Nokia Corporation. This material also contains confidential
       
    15 *  information which may not be disclosed to others without the
       
    16 *  prior written consent of Nokia Corporation.
       
    17 * ==============================================================================
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 // Capability assignment.
       
    23 CAPABILITY 	CAP_GENERAL_DLL
       
    24 
       
    25 // Vendor ID assignment.
       
    26 VENDORID	VID_DEFAULT
       
    27 
       
    28 TARGET		lcvtengineplugin.dll
       
    29 TARGETTYPE	PLUGIN
       
    30 
       
    31 EPOCALLOWDLLDATA
       
    32 
       
    33 UID		0x10009D8D 0xF0112235
       
    34 
       
    35 USERINCLUDE  ../inc/base
       
    36 USERINCLUDE  ../inc/common
       
    37 USERINCLUDE  ../inc/control
       
    38 USERINCLUDE  ../inc/states
       
    39 USERINCLUDE  ../../lcvtindicatorcontroller/inc
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    43 SYSTEMINCLUDE   ../../../inc
       
    44 
       
    45 
       
    46 SOURCEPATH ../src/base
       
    47 SOURCE dllmain.cpp clcvtengine.cpp clcvtsession.cpp clcvtcmdexecutor.cpp clcvtactiveexec.cpp clcvtappshutter.cpp
       
    48 
       
    49 SOURCEPATH ../src/common
       
    50 SOURCE lcvtutility.cpp tlcvtstates.cpp tlcvtaudiostate.cpp tlcvtmediastate.cpp
       
    51 
       
    52 SOURCEPATH ../src/control
       
    53 SOURCE tlcvtcamerahandler.cpp clcvtlocalvideoplayer.cpp clcvtremotevideoplayer.cpp clcvtvideoplayerbase.cpp
       
    54 
       
    55 SOURCEPATH ../src/states
       
    56 SOURCE tlcvtstatebase.cpp tlcvtstatestarting.cpp tlcvtstaterunning.cpp tlcvtstateresetting.cpp
       
    57 
       
    58 
       
    59 SOURCEPATH	../data
       
    60 START RESOURCE F0112235.rss 
       
    61 TARGET lcvtengineplugin.rsc                                          
       
    62 END
       
    63 
       
    64 
       
    65 LIBRARY			euser.lib
       
    66 LIBRARY			ecom.lib
       
    67 LIBRARY   		flogger.lib
       
    68 LIBRARY   		centralrepository.lib
       
    69 LIBRARY         featmgr.lib
       
    70 LIBRARY 		ws32.lib
       
    71 LIBRARY         efsrv.lib
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY		    fbscli.lib
       
    74 LIBRARY			gdi.lib
       
    75 
       
    76 LIBRARY			eikcore.lib
       
    77 LIBRARY         apparc.lib
       
    78 LIBRARY         cone.lib
       
    79 LIBRARY         eikcoctl.lib
       
    80 LIBRARY         apgrfx.lib
       
    81 LIBRARY         eikdlg.lib
       
    82 LIBRARY         bitgdi.lib
       
    83 LIBRARY         egul.lib
       
    84 
       
    85 LIBRARY         aknlayout.lib
       
    86 LIBRARY         aknlayout2.lib
       
    87 LIBRARY         avkon.lib
       
    88 LIBRARY         aknskins.lib
       
    89 LIBRARY         aknnotify.lib
       
    90  
       
    91 
       
    92 LIBRARY         videoteleng.lib
       
    93 DEBUGLIBRARY    vtlogger.lib
       
    94 
       
    95 LIBRARY         phoneclient.lib
       
    96 
       
    97 LIBRARY         lcvtindicatorcontroller.lib