mmfenh/enhancedmediaclient/Plugins/DataBufferSource/group/DataBufferSource.mmp
changeset 0 71ca22bcf22a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2006 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 file for EnhancedMediaClient Utility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          DataBufferSource.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x10207B7A
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 TARGETPATH      /System/Libs/Plugins
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE     ../src
       
    33 USERINCLUDE	    ../../../../../inc
       
    34 USERINCLUDE     ../../../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE   /epoc32/include/ecom
       
    38 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    39 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    40 
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 
       
    44 SOURCE          DataBufferSource.cpp
       
    45 SOURCE          SourceQueueItem.cpp
       
    46 SOURCE          SinkQueueItem.cpp
       
    47 SOURCE          DataCopyEngineAO.cpp
       
    48 SOURCE          Main.cpp
       
    49 SOURCE          ParentChildIntfc.cpp
       
    50 SOURCE          DRMConfigIntfcImpl.cpp
       
    51 
       
    52 SOURCEPATH      ../data
       
    53 
       
    54 START RESOURCE  10207B7A.rss
       
    55 TARGET DataBufferSource.rsc
       
    56 END
       
    57 
       
    58 LIBRARY         euser.lib 
       
    59 LIBRARY         ecom.lib
       
    60 LIBRARY         mmfcontrollerframework.lib
       
    61 LIBRARY         mmfserverbaseclasses.lib
       
    62 LIBRARY         estor.lib
       
    63 
       
    64 DEFFILE         DataBufferSource.def
       
    65 NOSTRICTDEF