h264_dec/arih264dechwdevice/group/arih264dechwdevice.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 H264 Video Decode HwDevice.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include "..\inc\arih264dechwdeviceuid.hrh"
       
    22 
       
    23 TARGET			arih264dechwdevice.dll
       
    24 
       
    25 TARGETTYPE		PLUGIN
       
    26 
       
    27 UID 			0x10009D8D KUidH264DecoderHwDeviceDllUid
       
    28 
       
    29 CAPABILITY  ALL -TCB
       
    30 
       
    31 SOURCEPATH		..\src
       
    32 SOURCE			arih264dechwdevice.cpp
       
    33 
       
    34 START RESOURCE  20029904.rss
       
    35 #ifdef SYMBIAN_SECURE_ECOM
       
    36 TARGET			arih264dechwdevice.rsc
       
    37 #endif
       
    38 END
       
    39 
       
    40 MACRO LOGLEVEL_CRITICAL
       
    41 
       
    42 USERINCLUDE	..\inc
       
    43 //wrapper includes
       
    44 USERINCLUDE     ..\..\arih264decwrapper\export_hdr
       
    45 //utilities includes
       
    46 USERINCLUDE	    ..\..\..\Utilities\Log
       
    47 USERINCLUDE     ..\..\..\Utilities\ariprocessengine\inc
       
    48 USERINCLUDE     ..\..\..\Utilities\aristatemachine\inc
       
    49 
       
    50 SYSTEMINCLUDE	\epoc32\include
       
    51 SYSTEMINCLUDE	\epoc32\include\libc
       
    52 SYSTEMINCLUDE	\epoc32\include\ecom
       
    53 SYSTEMINCLUDE	\epoc32\include\mmf\devvideo
       
    54 SYSTEMINCLUDE	\epoc32\include\oem
       
    55 
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY			euser.lib estlib.lib
       
    59 LIBRARY			efsrv.lib
       
    60 LIBRARY			aristatemachine.lib
       
    61 LIBRARY			devvideo.lib
       
    62 LIBRARY			arih264decwrapper.lib 
       
    63 LIBRARY			ariprocessengine.lib
       
    64