mmswadaptation/videorenderer/mmpfiles/videorenderer.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET		videorenderer.dll
       
    17 CAPABILITY	ALL -TCB
       
    18 TARGETTYPE	dll
       
    19 UID			0x1000008D 0x10283413
       
    20 VENDORID	0x70000001
       
    21 
       
    22 USERINCLUDE		../inc
       
    23 
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 
       
    26 SOURCEPATH	../src
       
    27 
       
    28 SOURCE		videorenderer.cpp
       
    29 SOURCE		rendererrelay.cpp buffermanager.cpp videoframebuffer.cpp buflistener.cpp renderertimer.cpp resourcefilereader.cpp rendererutil.cpp
       
    30 
       
    31 START RESOURCE	videorenderer.rss
       
    32 TARGETPATH		resource/videorenderer
       
    33 HEADER
       
    34 END
       
    35 
       
    36 nostrictdef
       
    37 
       
    38 LIBRARY			euser.lib hal.lib bafl.lib efsrv.lib surfaceupdateclient.lib surfacemanager.lib ws32.lib
       
    39 
       
    40 
       
    41 
       
    42 SMPSAFE