os/mm/devsoundextensions/drmaudioplayer/DRMPlayServer/group/DRMPlayServer.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 server
    15 *
    16 */
    17 
    18 
    19 
    20 #include <data_caging_paths.hrh>
    21 #include <platform_paths.hrh>
    22 
    23 TARGET  DRMPlayServer.exe
    24 
    25 TARGETTYPE exe
    26 
    27 
    28 UID 0 0x1020381D
    29 VENDORID VID_DEFAULT
    30 
    31 CAPABILITY ProtServ DRM UserEnvironment
    32 
    33 
    34 USERINCLUDE     ../inc
    35 USERINCLUDE	. ../../../../inc
    36 
    37 OS_LAYER_SYSTEMINCLUDE
    38 SYSTEMINCLUDE	/epoc32/include/mmf/server
    39 SYSTEMINCLUDE	/epoc32/include/kernel
    40 SYSTEMINCLUDE	/epoc32/include/mmf/common
    41 
    42 
    43 SOURCEPATH   ../src
    44 SOURCE       DRMPlayServer.cpp
    45 SOURCE       DRMPlaySession.cpp
    46 SOURCE       DRMCustomCommandAsyncAO.cpp
    47 
    48 
    49 LIBRARY    euser.lib
    50 LIBRARY    estor.lib
    51 LIBRARY    efsrv.lib
    52 LIBRARY    mediaclientaudio.lib
    53 LIBRARY    mmfcontrollerframework.lib
    54 #ifdef RD_TSP_CLIENT_MAPPER
    55 LIBRARY    tspclientmapper.lib
    56 #endif // RD_TSP_CLIENT_MAPPER