videditor/VideoEditorCommon/group/VideoEditorCommon.mmp
changeset 9 d87d32eab1a9
parent 0 951a5db380a0
equal deleted inserted replaced
0:951a5db380a0 9:d87d32eab1a9
     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 TARGET		VideoEditorCommon.dll
       
    38 TARGETTYPE	DLL
       
    39 CAPABILITY	CAP_GENERAL_DLL
       
    40 UID		0x1000008d 0xA0000303
       
    41 
       
    42 
       
    43 USERINCLUDE	../inc
       
    44 USERINCLUDE	../data
       
    45 
       
    46 // Default system include paths for application layer modules.
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 SOURCEPATH	../src
       
    50 SOURCE		VideoEditorUtils.cpp
       
    51 SOURCE		VeiTitleClipGenerator.cpp
       
    52 SOURCE		VeiImageClipGenerator.cpp
       
    53 SOURCE		VeiAddQueue.cpp
       
    54 SOURCE		VeiSettings.cpp
       
    55 SOURCE		VeiVideoEditorSettings.cpp
       
    56 SOURCE		VeiImageConverter.cpp
       
    57 SOURCE		VeiTempMaker.cpp
       
    58 SOURCE		VeiFrameTaker.cpp
       
    59 SOURCE		VeiDisplayLighter.cpp
       
    60 SOURCE		VeiMGFetchVerifier.cpp
       
    61 SOURCE		VeiRemConTarget.cpp
       
    62 SOURCE		logfile.cpp
       
    63 
       
    64 SOURCEPATH	../data
       
    65 START RESOURCE  VideoEditorCommon.rss
       
    66 HEADER
       
    67 TARGET VideoEditorCommon.rsc
       
    68 TARGETPATH      RESOURCE_FILES_DIR
       
    69 LANGUAGE_IDS
       
    70 END
       
    71 
       
    72 LIBRARY apparc.lib
       
    73 LIBRARY avkon.lib
       
    74 LIBRARY bafl.lib
       
    75 LIBRARY bitgdi.lib
       
    76 LIBRARY BitmapTransforms.lib
       
    77 LIBRARY centralrepository.lib
       
    78 LIBRARY charconv.lib 	// for CLogFile
       
    79 LIBRARY commonengine.lib
       
    80 LIBRARY cone.lib 
       
    81 LIBRARY DRMCommon.lib
       
    82 LIBRARY efsrv.lib
       
    83 LIBRARY eikcore.lib 
       
    84 LIBRARY eikctl.lib
       
    85 LIBRARY estor.lib
       
    86 LIBRARY euser.lib
       
    87 LIBRARY fbscli.lib
       
    88 LIBRARY FontUtils.lib
       
    89 LIBRARY gdi.lib
       
    90 LIBRARY hal.lib 		// for CLogFile
       
    91 LIBRARY ImageConversion.lib
       
    92 LIBRARY MGFetch.lib
       
    93 LIBRARY platformenv.lib
       
    94 LIBRARY remconcoreapi.lib
       
    95 LIBRARY remconinterfacebase.lib
       
    96 LIBRARY ServiceHandler.lib
       
    97 LIBRARY sysutil.lib
       
    98 LIBRARY VedEngine.lib
       
    99 LIBRARY ws32.lib
       
   100 LIBRARY MPEngine.lib
       
   101 
       
   102 NOSTRICTDEF
       
   103 
       
   104 // End of File
       
   105