videditor/VideoEditorUiComponents/group/VideoEditorUiComponents.mmp
changeset 0 951a5db380a0
equal deleted inserted replaced
-1:000000000000 0:951a5db380a0
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description: 
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include <data_caging_paths.hrh>
       
    24 #include "../../Group/buildconfig.hrh"
       
    25 
       
    26 #if defined( __DEBUG_ON__ )
       
    27 MACRO           DEBUG_ON
       
    28 #endif
       
    29 #if defined( __DEBUG_ON_ALWAYS__ )
       
    30 MACRO           DEBUG_ON_ALWAYS
       
    31 #endif
       
    32 #if defined(__DEBUG_ON__) || defined(__DEBUG_ON_ALWAYS__)
       
    33 LIBRARY         flogger.lib
       
    34 #endif
       
    35 
       
    36 
       
    37 TARGET		VideoEditorUiComponents.dll
       
    38 TARGETTYPE	DLL
       
    39 CAPABILITY	CAP_GENERAL_DLL
       
    40 UID		0x1000008d 0xA0000305 
       
    41 VENDORID        VID_DEFAULT
       
    42 
       
    43 
       
    44 USERINCLUDE	../inc
       
    45 USERINCLUDE	../../VideoEditorCommon/inc
       
    46 
       
    47 // Default system include paths for application layer modules.
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 SOURCEPATH	../src
       
    51 SOURCE		VeiCutterbar.cpp
       
    52 // Removed to disable Manual Video Editor
       
    53 //SOURCE		VeiEditVideoLabelNavi.cpp
       
    54 SOURCE		VeiTimeLabelNavi.cpp
       
    55 SOURCE		VeiTextDisplay.cpp
       
    56 SOURCE		VeiVideoDisplay.cpp
       
    57 // Removed to disable Manual Video Editor
       
    58 //SOURCE		VeiSlider.cpp
       
    59 SOURCE		VeiErrorUi.cpp
       
    60 SOURCE		ExtProgressDialog.cpp
       
    61 SOURCE		ExtProgressContainer.cpp
       
    62 SOURCE		ExtProgressAnimationControl.cpp
       
    63 
       
    64 
       
    65 SOURCEPATH	../data
       
    66 START RESOURCE  VideoEditorUiComponents.rss
       
    67 HEADER
       
    68 TARGET VideoEditorUiComponents.rsc
       
    69 TARGETPATH      RESOURCE_FILES_DIR
       
    70 LANGUAGE_IDS
       
    71 END
       
    72 
       
    73 LIBRARY apparc.lib
       
    74 LIBRARY aknicon.lib
       
    75 LIBRARY AknLayout2.lib
       
    76 LIBRARY aknlayout2adaptation.lib
       
    77 LIBRARY aknlayout2scalable.lib
       
    78 LIBRARY aknskins.lib
       
    79 LIBRARY avkon.lib
       
    80 LIBRARY bafl.lib
       
    81 LIBRARY bitgdi.lib
       
    82 LIBRARY BitmapTransforms.lib
       
    83 LIBRARY bmpanim.lib
       
    84 LIBRARY cdlengine.lib
       
    85 LIBRARY commonengine.lib
       
    86 LIBRARY commonui.lib
       
    87 LIBRARY cone.lib 
       
    88 LIBRARY efsrv.lib
       
    89 LIBRARY eikcdlg.lib
       
    90 LIBRARY eikcore.lib
       
    91 LIBRARY eikcoctl.lib 
       
    92 LIBRARY eikctl.lib
       
    93 LIBRARY eikdlg.lib
       
    94 LIBRARY estor.lib
       
    95 LIBRARY	euser.lib
       
    96 LIBRARY fbscli.lib
       
    97 LIBRARY fontutils.lib
       
    98 LIBRARY gdi.lib
       
    99 LIBRARY ImageConversion.lib
       
   100 LIBRARY MGFetch.lib
       
   101 LIBRARY mediaclientvideo.lib
       
   102 LIBRARY platformenv.lib
       
   103 LIBRARY ServiceHandler.lib
       
   104 LIBRARY VideoEditorCommon.lib
       
   105 LIBRARY ws32.lib
       
   106 LIBRARY mmfcontrollerframework.lib 
       
   107 
       
   108 #ifdef RD_TACTILE_FEEDBACK
       
   109 LIBRARY     	touchfeedback.lib
       
   110 #endif /* RD_TACTILE_FEEDBACK  */
       
   111 
       
   112 NOSTRICTDEF
       
   113 
       
   114 
       
   115 // End of File
       
   116