wmdrm/wmdrmengine/wmdrmagent/group/wmdrmagent.mmp
changeset 0 95b198f216e5
child 26 1221b68b8a5f
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2009 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:  WMDRM agent build configuration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET      wmdrmagent.dll
       
    24 
       
    25 
       
    26 TARGETTYPE  PLUGIN
       
    27 UID         0x10009D8D 0x10205CB6
       
    28 CAPABILITY  CAP_ECOM_PLUGIN DRM
       
    29 VENDORID    VID_DEFAULT
       
    30 
       
    31 // Generic MW include paths
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SYSTEMINCLUDE   /epoc32/include/libc
       
    35 SYSTEMINCLUDE   /epoc32/include/caf
       
    36 SYSTEMINCLUDE   /epoc32/include/Ecom
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../../inc
       
    40 USERINCLUDE     ../../asf/inc
       
    41 USERINCLUDE     ../../../../inc
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          wmdrmagentfactory.cpp
       
    45 SOURCE          wmdrmagentdata.cpp
       
    46 SOURCE          wmdrmagentmanager.cpp
       
    47 SOURCE          wmdrmagentcontent.cpp
       
    48 SOURCE          wmdrmagentattributes.cpp
       
    49 SOURCE          wmdrmagent.cpp
       
    50 SOURCE          wmdrmagentimportfile.cpp
       
    51 SOURCE          wmdrmagentrightsmanager.cpp
       
    52 
       
    53 
       
    54 start resource 10205CB6.rss
       
    55 target      wmdrmagent.rsc
       
    56 end
       
    57 
       
    58 LIBRARY     drmasf.lib
       
    59 LIBRARY     euser.lib
       
    60 LIBRARY     efsrv.lib
       
    61 LIBRARY     apgrfx.lib
       
    62 LIBRARY     apmime.lib
       
    63 LIBRARY     caf.lib
       
    64 LIBRARY     cafutils.lib
       
    65 LIBRARY     flogger.lib
       
    66 LIBRARY     wmdrmclient.lib
       
    67 LIBRARY     sysutil.lib
       
    68 
       
    69 SMPSAFE