mp4sp_enc/arimp4spenchwdevice/group/arimp4spenchwdevice.mmp
changeset 0 bb31fbe78861
equal deleted inserted replaced
-1:000000000000 0:bb31fbe78861
       
     1 /*
       
     2 * Copyright (c) 2009 Aricent and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "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 * Aricent - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * Project file for Mpeg4SP/H263 encoder. The file specifies the
       
    16 * include paths, source files and libraries to be used to build the 
       
    17 * Mpeg4SP/H263 encoder plugin binaries.
       
    18 *
       
    19 */
       
    20 
       
    21 #include "..\inc\arimp4spenchwdeviceuids.hrh"
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET			arimp4spenchwdevice.dll
       
    25 
       
    26 TARGETTYPE		PLUGIN
       
    27 
       
    28 UID 			0x10009D8D KUidMpeg4H263EncoderHwDeviceDllUid
       
    29 
       
    30 CAPABILITY      All -TCB
       
    31 
       
    32 SOURCEPATH		..\src
       
    33 SOURCE			arimp4spenchwdeviceimpl.cpp 
       
    34 
       
    35 START RESOURCE  200298FD.rss
       
    36 TARGET			arimp4spenchwdevice.rsc
       
    37 END
       
    38 
       
    39 MACRO LOGLEVEL_CRITICAL
       
    40 
       
    41 USERINCLUDE		..\inc
       
    42 USERINCLUDE 	..\..\..\utilities\ariprocessengine\inc
       
    43 USERINCLUDE     ..\..\arimp4spencwrapper\export_hdr
       
    44 USERINCLUDE     ..\..\..\utilities\aristatemachine\inc
       
    45 USERINCLUDE     ..\..\arimp4spencwrapper\codec\export_hdr
       
    46 USERINCLUDE     ..\..\..\utilities\log
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE		\epoc32\include\ecom
       
    50 SYSTEMINCLUDE		\epoc32\include\mmf\devvideo
       
    51 SYSTEMINCLUDE		\epoc32\include
       
    52 
       
    53 LIBRARY			euser.lib 
       
    54 LIBRARY			devvideo.lib
       
    55 LIBRARY			aristatemachine.lib
       
    56 LIBRARY			ariprocessengine.lib  
       
    57 LIBRARY			arimp4spencwrapper.lib