videditor/ManualVideoEditor/group/ManualVideoEditorUi.mmp
branchRCL_3
changeset 3 e0b5df5c0969
parent 0 951a5db380a0
child 7 4c409de21d23
equal deleted inserted replaced
0:951a5db380a0 3:e0b5df5c0969
     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 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include "../../Group/buildconfig.hrh"
       
    24 
       
    25 #if defined( __DEBUG_ON__ )
       
    26 MACRO           DEBUG_ON
       
    27 #endif
       
    28 #if defined( __DEBUG_ON_ALWAYS__ )
       
    29 MACRO           DEBUG_ON_ALWAYS
       
    30 #endif
       
    31 #if defined(__DEBUG_ON__) || defined(__DEBUG_ON_ALWAYS__)
       
    32 LIBRARY         flogger.lib
       
    33 #endif
       
    34 
       
    35 #if defined (__GET_PAUSE_THUMBNAIL__)
       
    36 MACRO           GET_PAUSE_THUMBNAIL
       
    37 #endif
       
    38 
       
    39 TARGET  ManualVideoEditor.exe
       
    40 TARGETTYPE  exe
       
    41 UID    0x100039CE 0x10208A29
       
    42 CAPABILITY CAP_APPLICATION MultiMediaDD
       
    43 SECUREID         0x10208A29
       
    44 VENDORID        VID_DEFAULT
       
    45 
       
    46 EPOCSTACKSIZE 0x8000
       
    47 EPOCHEAPSIZE 0x100000 0x1600000
       
    48 
       
    49 SOURCEPATH ../src
       
    50 SOURCE  VeiApp.cpp 
       
    51 SOURCE  VeiAppUi.cpp
       
    52 SOURCE  VeiDocument.cpp
       
    53 SOURCE  VeiEditVideoContainer.cpp
       
    54 SOURCE  VeiEditVideoView.cpp
       
    55 SOURCE  VeiSettingsView.cpp
       
    56 SOURCE  VeiSettingsContainer.cpp
       
    57 SOURCE  VeiCutVideoView.cpp
       
    58 SOURCE  VeiCutVideoContainer.cpp
       
    59 SOURCE  VeiCutAudioView.cpp
       
    60 SOURCE  VeiCutAudioContainer.cpp
       
    61 SOURCE  VeiSettingItemList.cpp
       
    62 SOURCE  FileNameSettingItem.cpp
       
    63 SOURCE	VeiTrimForMmsView.cpp
       
    64 SOURCE	VeiTrimForMmsContainer.cpp
       
    65 SOURCE  VeiIconBox.cpp
       
    66 SOURCE  VeiPopup.cpp
       
    67 SOURCE  SampleArrayHandler.cpp
       
    68 SOURCE  StoryboardItems.cpp
       
    69 SOURCE  TransitionInfo.cpp
       
    70 
       
    71 START RESOURCE ../data/ManualVideoEditor.rss
       
    72 HEADER 
       
    73 TARGETPATH APP_RESOURCE_DIR 
       
    74 LANG	sc
       
    75 END
       
    76 
       
    77 START RESOURCE ../data/Manualvideoeditor_reg.rss
       
    78 DEPENDS manualvideoeditor.rsg
       
    79 TARGETPATH /private/10003a3f/apps
       
    80 END
       
    81 
       
    82 
       
    83 USERINCLUDE .
       
    84 USERINCLUDE ../inc
       
    85 USERINCLUDE ../../VideoEditorCommon/inc
       
    86 USERINCLUDE ../../VideoEditorUiComponents/inc
       
    87 
       
    88 // Default system include paths for application layer modules.
       
    89 APP_LAYER_SYSTEMINCLUDE
       
    90 
       
    91 SYSTEMINCLUDE   . 
       
    92 SYSTEMINCLUDE	/epoc32/include/ECom
       
    93 SYSTEMINCLUDE   /epoc32/include/mda/client
       
    94 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    95 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    96 
       
    97 LIBRARY aknicon.lib
       
    98 LIBRARY AknLayout2.lib
       
    99 LIBRARY aknlayout2adaptation.lib
       
   100 LIBRARY aknlayout2scalable.lib
       
   101 LIBRARY aknskins.lib
       
   102 LIBRARY apgrfx.lib
       
   103 LIBRARY apparc.lib 
       
   104 LIBRARY avkon.lib 
       
   105 LIBRARY bafl.lib
       
   106 LIBRARY bitgdi.lib
       
   107 LIBRARY BitmapTransforms.lib
       
   108 LIBRARY bmpanim.lib
       
   109 LIBRARY cdlengine.lib
       
   110 LIBRARY charconv.lib
       
   111 LIBRARY CommonDialogs.lib
       
   112 LIBRARY commonengine.lib		//StringLoader
       
   113 LIBRARY commonui.lib		//Globalerror
       
   114 LIBRARY cone.lib 
       
   115 LIBRARY efsrv.lib 
       
   116 LIBRARY egul.lib 
       
   117 LIBRARY eikcoctl.lib 
       
   118 LIBRARY eikcore.lib 
       
   119 LIBRARY eikctl.lib
       
   120 LIBRARY estor.lib			//FOR settings view rreadstream
       
   121 LIBRARY euser.lib 
       
   122 LIBRARY fbscli.lib 
       
   123 LIBRARY gdi.lib
       
   124 LIBRARY hlplch.lib
       
   125 LIBRARY ImageConversion.lib	 //image conversion
       
   126 LIBRARY MediaClientAudio.lib
       
   127 LIBRARY MGFetch.lib
       
   128 LIBRARY mmfserverbaseclasses.lib		// Wav to AMR conversion
       
   129 LIBRARY PlatformEnv.lib		//volume settings, pathinfos
       
   130 LIBRARY SendUi.lib
       
   131 LIBRARY servicehandler.lib
       
   132 LIBRARY sysutil.lib
       
   133 LIBRARY VedEngine.lib
       
   134 LIBRARY VideoEditorCommon.lib
       
   135 LIBRARY VideoEditorUiComponents.lib
       
   136 LIBRARY ws32.lib
       
   137 
       
   138 
       
   139 // End of File
       
   140