videoplayback/videoplaybackviewplugin/group/mpxvideoplaybackviewplugin.mmp
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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 *
       
    14 * Description:  Project definition file for project mpxvideoplaybackviewplugin.
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 6 %
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET              mpxvideoplaybackviewplugin.dll
       
    26 TARGETTYPE          PLUGIN
       
    27 UID                 0x10009D8D 0x200159AC
       
    28 
       
    29 CAPABILITY          CAP_ECOM_PLUGIN
       
    30 VENDORID            VID_DEFAULT
       
    31 
       
    32 SOURCEPATH          ../src
       
    33 
       
    34 SOURCE              mpxvideoplaybackviewplugin.cpp 
       
    35 SOURCE              mpxvideoplaybackviewpluginproxy.cpp
       
    36 
       
    37 START RESOURCE      ../data/200159ac.rss
       
    38 TARGET              mpxvideoplaybackviewplugin.rsc
       
    39 HEADER
       
    40 LANGUAGE_IDS 
       
    41 END // RESOURCE
       
    42 
       
    43 USERINCLUDE         ../inc
       
    44 USERINCLUDE         ../../inc
       
    45 USERINCLUDE         ../../../inc
       
    46 
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY             euser.lib 
       
    50 LIBRARY             mpxviewplugin.lib 
       
    51 LIBRARY             mpxvideoplaybackviews.lib
       
    52 LIBRARY             flogger.lib
       
    53 
       
    54 // EOF