videditor/TrimForMms/group/TrimForMms.mmp
branchRCL_3
changeset 3 e0b5df5c0969
parent 0 951a5db380a0
child 5 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 
       
    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 TARGETPATH          /sys/bin
       
    38 TARGET              TrimForMms.exe
       
    39 TARGETTYPE          exe
       
    40 
       
    41 UID                 0x100039CE 0x200009D
       
    42 
       
    43 CAPABILITY          CAP_APPLICATION
       
    44 SECUREID            0x200009D
       
    45 
       
    46 SOURCEPATH          ../src
       
    47 SOURCE              TrimForMms.cpp
       
    48 SOURCE              TrimForMmsApplication.cpp 
       
    49 SOURCE              TrimForMmsAppUi.cpp
       
    50 SOURCE              TrimForMmsDocument.cpp 
       
    51 SOURCE              VeiTrimForMmsContainer.cpp
       
    52 SOURCE              VeiTrimForMmsView.cpp
       
    53 
       
    54 SOURCEPATH          ../group
       
    55 
       
    56 USERINCLUDE         ../inc 
       
    57 USERINCLUDE         ../../VideoEditorCommon/inc
       
    58 USERINCLUDE         ../../VideoEditorCommon/loc
       
    59 USERINCLUDE         ../../VideoEditorUiComponents/inc
       
    60 
       
    61 // Default system include paths for application layer modules.
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 
       
    64 LIBRARY             euser.lib
       
    65 LIBRARY             apparc.lib
       
    66 LIBRARY             cone.lib 
       
    67 LIBRARY             eikcore.lib
       
    68 LIBRARY             eikcoctl.lib 
       
    69 LIBRARY             eikctl.lib  
       
    70 LIBRARY             avkon.lib  
       
    71 LIBRARY             sendui.lib
       
    72 LIBRARY             aknskins.lib
       
    73 LIBRARY             efsrv.lib 
       
    74 LIBRARY             hlplch.lib
       
    75 LIBRARY             charconv.lib
       
    76 LIBRARY             mmsserversettings.lib
       
    77 LIBRARY             VedEngine.lib
       
    78 LIBRARY             VideoEditorCommon.lib
       
    79 LIBRARY             VideoEditorUiComponents.lib
       
    80 LIBRARY             bafl.lib 
       
    81 LIBRARY             estor.lib
       
    82 LIBRARY             commonengine.lib
       
    83 LIBRARY             gdi.lib
       
    84 LIBRARY             ws32.lib
       
    85 
       
    86 START RESOURCE      ../data/TrimForMms.RSS
       
    87 HEADER
       
    88 TARGETPATH	        /resource/apps
       
    89 LANG		        sc
       
    90 END
       
    91    
       
    92 START RESOURCE	    ../data/TrimForMms_reg.rss
       
    93 DEPENDS trimformms.rsg
       
    94 TARGETPATH          /private/10003a3f/import/apps
       
    95 END