omadrm/drmengine/group/DrmParsers.mmp
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2005-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:  DRM parsers t build configuration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DrmParsers.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x10205CAD
       
    24 CAPABILITY      CAP_GENERAL_DLL DRM
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 USERINCLUDE     ../DCF/inc
       
    28 USERINCLUDE     ../RO/inc
       
    29 USERINCLUDE     ../ROAP/inc
       
    30 USERINCLUDE     ../Utils/inc
       
    31 USERINCLUDE     ../DM/inc
       
    32 USERINCLUDE     ../Legacy/inc
       
    33 USERINCLUDE     ../AgentV2/inc
       
    34 USERINCLUDE     ../Server/inc
       
    35 USERINCLUDE     ../Notifier/inc
       
    36 USERINCLUDE     ../RoapStorage/inc
       
    37 USERINCLUDE     ../DcfRepository/client/inc
       
    38 USERINCLUDE     ../KeyStorage/inc
       
    39 USERINCLUDE     ../../../inc   // ADo level inc dir
       
    40 
       
    41 // Default system include paths for middleware layer modules.
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE   /epoc32/include/libc
       
    44 SYSTEMINCLUDE   /epoc32/include/ecom
       
    45 SYSTEMINCLUDE   /epoc32/include/caf
       
    46 
       
    47 SOURCEPATH      ../DM/src
       
    48 SOURCE          Oma1DcfCreator.cpp
       
    49 SOURCE          DRMMessageParser.cpp
       
    50 SOURCE          b64.cpp
       
    51 
       
    52 SOURCEPATH      ../RO/src
       
    53 SOURCE          DrmRightsParser.cpp
       
    54 SOURCE          DrmProtectedRoParser.cpp
       
    55 
       
    56 LIBRARY         drmcrypto.lib drmserverinterfaces.lib drmrights.lib dcfrep.lib
       
    57 LIBRARY         drmdcf.lib euser.lib XmlFramework.lib hash.lib
       
    58 LIBRARY         estor.lib efsrv.lib apmime.lib InetProtUtil.lib bnf.lib
       
    59 LIBRARY         cryptography.lib bafl.lib charconv.lib drmkeystorage.lib
       
    60 
       
    61 #ifdef RD_MULTIPLE_DRIVE
       
    62 LIBRARY       platformenv.lib
       
    63 #endif
       
    64 
       
    65 LIBRARY    flogger.lib
       
    66 
       
    67 #if defined( ARMCC )
       
    68 deffile ../eabi/
       
    69 #elif defined( WINSCW )
       
    70 deffile ../bwinscw/
       
    71 #elif defined( WINS )
       
    72 deffile ../bwins/
       
    73 #else
       
    74 deffile ../bmarm/
       
    75 #endif
       
    76 
       
    77 SMPSAFE