wmdrm/camese/wmdrmdladefaulthttpplugin/group/wmdrmdladefaulthttpplugin.mmp
changeset 0 95b198f216e5
child 1 c562c0bc23e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     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 WMDMR DLA Default Http Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET                  wmdrmdladefaulthttpplugin.dll
       
    23 TARGETTYPE              PLUGIN
       
    24 UID                     0x10009D8D 0x20019574
       
    25 
       
    26 CAPABILITY              CAP_ECOM_PLUGIN
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  wmdrmdladefaulthttppluginproxy.cpp
       
    31 SOURCE                  wmdrmdladefaulthttpplugin.cpp
       
    32 SOURCE					wmdrmdladefaultlicacq.cpp
       
    33 SOURCE					wmdrmdladefaultmetering.cpp
       
    34 SOURCE					wmdrmdladefaultplayready.cpp
       
    35 SOURCE                  wmdrmdladefaulthttpmanager.cpp 
       
    36 
       
    37 USERINCLUDE             ../inc
       
    38 USERINCLUDE				../../wmdrmdlautils/inc
       
    39 USERINCLUDE			    ../../../inc
       
    40 USERINCLUDE				../../../wmdrmengine/asf/inc
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE           /epoc32/include/ecom
       
    44 
       
    45 START RESOURCE          20019574.rss
       
    46 TARGET                  wmdrmdladefaulthttpplugin.rsc
       
    47 END
       
    48 
       
    49 LIBRARY                 euser.lib
       
    50 LIBRARY         		flogger.lib
       
    51 LIBRARY		            ecom.lib
       
    52 LIBRARY                 bafl.lib 
       
    53 LIBRARY					http.lib
       
    54 LIBRARY                 inetprotutil.lib
       
    55 LIBRARY                 commdb.lib
       
    56 LIBRARY                 esock.lib
       
    57 LIBRARY                 estor.lib 
       
    58 LIBRARY         		charconv.lib
       
    59 LIBRARY                 wmdrmdla.lib 
       
    60 LIBRARY					wmdrmdlautils.lib
       
    61 LIBRARY					drmasf.lib
       
    62 
       
    63 SMPSAFE