devsoundextensions/drmaudioplayer/DRMPlayUtility/group/DRMPlayUtility.mmp
changeset 0 40261b775718
child 54 b68f3e90dca1
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 /*
       
     2 * Copyright (c) 2004 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 DRM Utility
       
    15 *
       
    16 *  Version     : %version: bh1mmcf#12 %
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 
       
    25 TARGET			DrmAudioPlayUtility.dll
       
    26 CAPABILITY 		CAP_GENERAL_DLL
       
    27 TARGETTYPE		DLL
       
    28 UID			0x1000008d 0x1020381B
       
    29 VENDORID		VID_DEFAULT
       
    30 
       
    31 
       
    32 USERINCLUDE     ../../DRMPlayServer/inc
       
    33 USERINCLUDE	../../../../inc
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE	/epoc32/include/ecom
       
    37 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    38 SYSTEMINCLUDE	/epoc32/include/mmf/common
       
    39 SYSTEMINCLUDE	/epoc32/include/mmf/plugin
       
    40 
       
    41 
       
    42 SOURCEPATH	../src
       
    43 SOURCE                  MediaClientDrm.cpp
       
    44 SOURCE			mmfdrmSession.cpp
       
    45 SOURCE			drmaudioplayeradaptation.cpp
       
    46 
       
    47 LIBRARY			mmcommon.lib
       
    48 LIBRARY			efsrv.lib
       
    49 LIBRARY			mmfcontrollerframework.lib
       
    50 LIBRARY			euser.lib 
       
    51 LIBRARY			mmfdevsound.lib
       
    52 #ifdef __WINS__
       
    53 LIBRARY			drmplayserver.lib
       
    54 #endif
       
    55 LIBRARY         	estor.lib
       
    56 #ifdef EABI
       
    57 LIBRARY			ecom.lib
       
    58 #endif
       
    59 
       
    60 LIBRARY		MediaClientAudio.lib