videditor/SimpleCutVideo/group/VedSimpleCutVideo.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 #if defined (__GET_PAUSE_THUMBNAIL__)
       
    37 MACRO           GET_PAUSE_THUMBNAIL
       
    38 #endif
       
    39 
       
    40 TARGET  VedSimpleCutVideo.exe
       
    41 TARGETTYPE  exe
       
    42 UID    0x100039CE 0x200009DF
       
    43 CAPABILITY CAP_APPLICATION
       
    44 SECUREID 0x200009DF
       
    45 VENDORID        VID_DEFAULT
       
    46 
       
    47 EPOCSTACKSIZE 0x8000
       
    48 EPOCHEAPSIZE 0x100000 0x1600000
       
    49 
       
    50 SOURCEPATH ../src
       
    51 SOURCE  VeiSimpleCutVideoApp.cpp 
       
    52 SOURCE  VeiSimpleCutVideoAppUi.cpp
       
    53 SOURCE  VeiSimpleCutVideoDocument.cpp
       
    54 SOURCE  VeiSimpleCutVideoView.cpp
       
    55 SOURCE 	VeiSimpleCutVideoContainer.cpp
       
    56 SOURCE  veinavipanecontrol.cpp
       
    57 
       
    58 START RESOURCE ../data/VedSimpleCutVideo.rss
       
    59 HEADER 
       
    60 TARGETPATH APP_RESOURCE_DIR 
       
    61 LANGUAGE_IDS
       
    62 END
       
    63 
       
    64 START RESOURCE ../data/VedSimpleCutVideo_reg.rss
       
    65 DEPENDS vedsimplecutvideo.rsg
       
    66 TARGETPATH /private/10003a3f/apps
       
    67 END
       
    68 
       
    69 
       
    70 USERINCLUDE .
       
    71 USERINCLUDE ../inc
       
    72 USERINCLUDE ../../VideoEditorCommon/inc
       
    73 USERINCLUDE ../../VideoEditorUiComponents/inc
       
    74 
       
    75 // Default system include paths for application layer modules.
       
    76 APP_LAYER_SYSTEMINCLUDE
       
    77 
       
    78 SYSTEMINCLUDE   . 
       
    79 SYSTEMINCLUDE	/epoc32/include/ECom
       
    80 SYSTEMINCLUDE   /epoc32/include/mda/client
       
    81 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    82 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    83 
       
    84 LIBRARY aknicon.lib
       
    85 LIBRARY AknLayout2.lib
       
    86 LIBRARY aknlayout2adaptation.lib
       
    87 LIBRARY aknlayout2scalable.lib
       
    88 LIBRARY aknskins.lib
       
    89 LIBRARY apparc.lib 
       
    90 LIBRARY avkon.lib 
       
    91 LIBRARY bafl.lib
       
    92 LIBRARY cdlengine.lib
       
    93 LIBRARY CommonDialogs.lib 
       
    94 LIBRARY commonengine.lib		//StringLoader
       
    95 LIBRARY cone.lib 
       
    96 LIBRARY efsrv.lib 
       
    97 LIBRARY egul.lib 
       
    98 LIBRARY eikcoctl.lib 
       
    99 LIBRARY eikcore.lib 
       
   100 LIBRARY eikctl.lib
       
   101 LIBRARY estor.lib			//FOR settings view rreadstream
       
   102 LIBRARY euser.lib 
       
   103 LIBRARY fbscli.lib 
       
   104 LIBRARY featmgr.lib 
       
   105 LIBRARY gdi.lib
       
   106 LIBRARY hlplch.lib
       
   107 LIBRARY ImageConversion.lib	 //image conversion
       
   108 LIBRARY MediaClientAudio.lib
       
   109 LIBRARY MediaClientVideo.lib
       
   110 LIBRARY PlatformEnv.lib		//volume settings, pathinfos
       
   111 LIBRARY sysutil.lib
       
   112 LIBRARY VedEngine.lib
       
   113 LIBRARY VideoEditorCommon.lib
       
   114 LIBRARY VideoEditorUiComponents.lib
       
   115 LIBRARY ws32.lib
       
   116 LIBRARY apgrfx.lib
       
   117 
       
   118 #ifdef RD_TACTILE_FEEDBACK
       
   119 LIBRARY     	touchfeedback.lib
       
   120 #endif /* RD_TACTILE_FEEDBACK  */
       
   121 
       
   122 // End of File
       
   123