videditor/SimpleVideoEditor/group/SimpleVideoEditor.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 // 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 
       
    36 TARGET		SimpleVideoEditor.dll
       
    37 TARGETTYPE	DLL
       
    38 CAPABILITY	CAP_GENERAL_DLL
       
    39 UID		0x1000008d 0xA0000302
       
    40 
       
    41 
       
    42 USERINCLUDE	../inc
       
    43 USERINCLUDE	../../VideoEditorCommon/inc
       
    44 USERINCLUDE	../../VideoEditorUiComponents/inc
       
    45 #if defined(DEBUG_ON)
       
    46 USERINCLUDE	../utils/inc
       
    47 #endif
       
    48 
       
    49 // Default system include paths for application layer modules.
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 SOURCEPATH	../src
       
    53 SOURCE		SimpleVideoEditor.cpp
       
    54 SOURCE		SimpleVideoEditorImpl.cpp
       
    55 SOURCE		DummyControl.cpp
       
    56 SOURCE		CMultiLineQueryDialog.cpp
       
    57 
       
    58 SOURCEPATH	../data
       
    59 START RESOURCE  SimpleVideoEditor.rss
       
    60 HEADER
       
    61 TARGET SimpleVideoEditor.rsc
       
    62 TARGETPATH      RESOURCE_FILES_DIR
       
    63 LANGUAGE_IDS
       
    64 END
       
    65 
       
    66 LIBRARY apparc.lib
       
    67 LIBRARY avkon.lib
       
    68 LIBRARY bafl.lib
       
    69 LIBRARY bitgdi.lib
       
    70 LIBRARY BitmapTransforms.lib
       
    71 LIBRARY	CommonDialogs.lib
       
    72 LIBRARY commonengine.lib
       
    73 LIBRARY commonui.lib
       
    74 LIBRARY cone.lib 
       
    75 LIBRARY efsrv.lib
       
    76 LIBRARY	eikcoctl.lib 
       
    77 LIBRARY eikcore.lib 
       
    78 LIBRARY eikctl.lib
       
    79 LIBRARY	eikdlg.lib 
       
    80 LIBRARY estor.lib
       
    81 LIBRARY euser.lib
       
    82 LIBRARY fbscli.lib
       
    83 LIBRARY featmgr.lib
       
    84 LIBRARY gdi.lib
       
    85 LIBRARY ImageConversion.lib
       
    86 LIBRARY MGFetch.lib
       
    87 LIBRARY platformenv.lib
       
    88 LIBRARY ServiceHandler.lib
       
    89 LIBRARY sysutil.lib
       
    90 LIBRARY VedEngine.lib
       
    91 LIBRARY VideoEditorCommon.lib
       
    92 LIBRARY ws32.lib
       
    93 LIBRARY VideoEditorUiComponents.lib
       
    94 LIBRARY apgrfx.lib
       
    95  
       
    96 
       
    97 
       
    98 
       
    99 NOSTRICTDEF
       
   100 
       
   101 // End of File