videditor/VideoProvider/group/VideoProvider.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 "../inc/VideoProviderUids.hrh"
       
    25 #include "../../Group/buildconfig.hrh"
       
    26 
       
    27 #if defined( __DEBUG_ON__ )
       
    28 MACRO        	DEBUG_ON
       
    29 #endif
       
    30 #if defined( __DEBUG_ON_ALWAYS__ )
       
    31 MACRO           DEBUG_ON_ALWAYS
       
    32 #endif
       
    33 #if defined(__DEBUG_ON__) || defined(__DEBUG_ON_ALWAYS__)
       
    34 LIBRARY         flogger.lib
       
    35 #endif
       
    36 
       
    37 #if defined( __INCLUDE_MANUAL_VIDEO_EDITOR__ )
       
    38 MACRO           INCLUDE_MANUAL_VIDEO_EDITOR
       
    39 #endif
       
    40 
       
    41 #if defined( __INCLUDE_SIMPLE_VIDEO_EDITOR__ )
       
    42 MACRO           INCLUDE_SIMPLE_VIDEO_EDITOR
       
    43 LIBRARY         SimpleVideoEditor.lib
       
    44 #endif
       
    45 
       
    46 #if defined( __FILE_TIME_STAMP_UPDATE__ )
       
    47 MACRO           FILE_TIME_STAMP_UPDATE
       
    48 #endif
       
    49 
       
    50 // Define this macro to test the performance of the provider.
       
    51 // (This is independent of the rest of the logging so that
       
    52 // it does not affect the timings)
       
    53 //MACRO           LOG_TIMING
       
    54 
       
    55 
       
    56 TARGET		VideoProvider.dll
       
    57 TARGETTYPE	PLUGIN
       
    58 CAPABILITY  CAP_ECOM_PLUGIN
       
    59 
       
    60 // MAGIC Dll recognition UID followed by the unique UID for this dll
       
    61 UID	0x10009D8D 0x101FFA8E
       
    62 
       
    63 
       
    64 USERINCLUDE	../inc
       
    65 USERINCLUDE	../../SimpleVideoEditor/inc
       
    66 USERINCLUDE	../../VideoEditorCommon/inc
       
    67 USERINCLUDE	../../VideoEditorCommon/data
       
    68 
       
    69 // Default system include paths for application layer modules.
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 
       
    72 SYSTEMINCLUDE   /epoc32/include/caf
       
    73 SYSTEMINCLUDE	/epoc32/include/ECom
       
    74 
       
    75 SOURCEPATH	../src
       
    76 SOURCE		VideoProvider.cpp
       
    77 
       
    78 SOURCEPATH	../src
       
    79 
       
    80 START RESOURCE VideoProvider.rss
       
    81 TARGET          VideoProvider.rsc
       
    82 TARGETPATH      ECOM_RESOURCE_DIR
       
    83 END
       
    84 
       
    85 
       
    86 START RESOURCE  VideoProviderInternal.rss
       
    87 HEADER
       
    88 TARGET VideoProviderInternal.rsc
       
    89 TARGETPATH      RESOURCE_FILES_DIR
       
    90 LANGUAGE_IDS
       
    91 END
       
    92 
       
    93 
       
    94 LIBRARY apgrfx.lib
       
    95 LIBRARY apmime.lib
       
    96 LIBRARY apparc.lib
       
    97 LIBRARY avkon.lib
       
    98 LIBRARY bafl.lib
       
    99 LIBRARY commonengine.lib
       
   100 LIBRARY cone.lib 
       
   101 LIBRARY efsrv.lib
       
   102 LIBRARY euser.lib
       
   103 LIBRARY ServiceHandler.lib
       
   104 LIBRARY VideoEditorCommon.lib
       
   105 
       
   106 LIBRARY         caf.lib     // CAF
       
   107 
       
   108 
       
   109 // End of File