omadrm/drmplugins/drmudtmodule/group/DrmUdtModule.mmp
branchRCL_3
changeset 25 04da681812a9
parent 24 8cdda00a45da
child 26 c8580ce65571
child 32 457cd4423b8c
equal deleted inserted replaced
24:8cdda00a45da 25:04da681812a9
     1 /*
       
     2 * Copyright (c) 2002-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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET      DrmUdtModule.dll
       
    22 TARGETTYPE  DLL
       
    23 UID         0x1000008D 0x10205CAB
       
    24 CAPABILITY  CAP_GENERAL_DLL DRM
       
    25 VENDORID    VID_DEFAULT
       
    26 
       
    27 SOURCEPATH  ../src 
       
    28 SOURCE      DrmUdtHandler.cpp
       
    29 SOURCE      DrmUdtConn.cpp
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE     ../../../../omadrm/drmengine/RoapStorage/inc
       
    33 USERINCLUDE     ../../../../omadrm/drmengine/Utils/inc
       
    34 USERINCLUDE	    ../../../../inc   // ADo level inc dir
       
    35 
       
    36 // Default system include paths for middleware layer modules.
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE /epoc32/include/http
       
    39 SYSTEMINCLUDE /epoc32/include/ecom
       
    40 
       
    41 LIBRARY     euser.lib
       
    42 LIBRARY     estor.lib
       
    43 LIBRARY     efsrv.lib    
       
    44 LIBRARY     commdb.lib
       
    45 LIBRARY     bafl.lib 
       
    46 LIBRARY     esock.lib
       
    47 LIBRARY     http.lib     
       
    48 LIBRARY     inetprotutil.lib
       
    49 LIBRARY	    apmime.lib
       
    50 LIBRARY     random.lib
       
    51 LIBRARY     hash.lib
       
    52 LIBRARY     etel.lib
       
    53 LIBRARY	    etelmm.lib
       
    54 LIBRARY     flogger.lib
       
    55 LIBRARY     DrmServerInterfaces.lib
       
    56 
       
    57 #if defined(ARMCC)
       
    58 deffile ../eabi/ 
       
    59 #elif defined( WINSCW )
       
    60 deffile ../bwinscw/ 
       
    61 #elif defined( WINS )
       
    62 deffile ../bwins/ 
       
    63 #else
       
    64 deffile ../bmarm/ 
       
    65 #endif
       
    66 
       
    67 SMPSAFE