omadrm/drmengine/group/RightsServer.mmp
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2003-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:  Makefile of DRM Engine & DRM Rights Database
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          RightsServer.exe
       
    22 TARGETTYPE      EXE
       
    23 
       
    24 UID             0x1000008d 0x101F51F2
       
    25 CAPABILITY      CAP_SERVER DRM CommDD ProtServ PowerMgmt
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 // Default system include paths for middleware layer modules.
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 SYSTEMINCLUDE   /epoc32/include/libc
       
    31 SYSTEMINCLUDE   /epoc32/include/connect
       
    32 
       
    33 USERINCLUDE     ../Server/inc
       
    34 USERINCLUDE     ../AgentV2/inc
       
    35 USERINCLUDE     ../RO/inc
       
    36 USERINCLUDE     ../DCF/inc
       
    37 USERINCLUDE     ../Notifier/inc
       
    38 USERINCLUDE     ../Utils/inc
       
    39 USERINCLUDE     ../ROAP/inc
       
    40 USERINCLUDE     ../RoapStorage/inc
       
    41 USERINCLUDE     ../DRMClock/inc
       
    42 USERINCLUDE     ../KeyStorage/inc
       
    43 USERINCLUDE     ../DRMBackup/inc
       
    44 USERINCLUDE     ../../../inc   // ADo level inc dir
       
    45 
       
    46 SOURCEPATH      ../Server/src
       
    47 
       
    48 // DRM Engine (server side)
       
    49 SOURCE          DRMRightsServer.cpp
       
    50 SOURCE          DRMDbSession.cpp
       
    51 // SOURCE       drmpermissionlist.cpp
       
    52 SOURCE          drmparentstorage.cpp
       
    53 // SOURCE       drmpermissionitem.cpp
       
    54 SOURCE          drmreplaycache.cpp
       
    55 SOURCE          drmxoma.cpp
       
    56 SOURCE          DRMActiveOperation.cpp
       
    57 SOURCE          DRMObsoleteFinder.cpp
       
    58 SOURCE          drmconsume.cpp
       
    59 
       
    60 // DRM Rights Database
       
    61 SOURCE          DRMRightsDB.cpp
       
    62 SOURCE          DRMRightsData.cpp
       
    63 SOURCE          DRMCommonData.cpp
       
    64 SOURCE          DRMRightsCleaner.cpp
       
    65 
       
    66 // DRM Metering
       
    67 #ifdef RD_DRM_METERING
       
    68 SOURCE          drmmeteringdbdata.cpp
       
    69 #endif
       
    70 SOURCE          drmmeteringdb.cpp
       
    71 
       
    72 // DRM Backup implementation
       
    73 SOURCEPATH      ../DRMBackup/src
       
    74 SOURCE          DRMBackup.cpp
       
    75 SOURCE          DRMBackupObserver.cpp
       
    76 
       
    77 // DRM Notifier
       
    78 SOURCEPATH      ../Notifier/src
       
    79 
       
    80 SOURCE          DRMMessageStorage.cpp
       
    81 SOURCE          DRMNotifierServer.cpp
       
    82 SOURCE          DRMNotifierSession.cpp
       
    83 
       
    84 // RoapStorage
       
    85 SOURCEPATH      ../RoapStorage/src
       
    86 
       
    87 SOURCE          RoapStorageClient.cpp
       
    88 SOURCE          RoapStorageServer.cpp
       
    89 SOURCE          RoapStorageSession.cpp
       
    90 SOURCE          DRMContextDB.cpp
       
    91 // OCSP cert classes
       
    92 SOURCE          responsedecoder.cpp
       
    93 SOURCE          response.cpp
       
    94 SOURCE          responsecertinfo.cpp
       
    95 SOURCE          certid.cpp
       
    96 
       
    97 
       
    98 // DRM Clock
       
    99 #ifdef __DRM_CLOCK
       
   100 SOURCEPATH      ../DRMClock/src
       
   101 SOURCE          DRMClock.cpp
       
   102 SOURCE          DRMClockServer.cpp
       
   103 SOURCE          DRMClockSession.cpp
       
   104 
       
   105 SOURCE          DRMNitzObserver.cpp
       
   106 #else
       
   107 #ifdef __DRM_OMA2
       
   108 SOURCEPATH      ../DRMClock/src
       
   109 SOURCE          OMA2NotSupportedWithoutDRMClock:define__DRM_CLOCKvariation.cpp
       
   110 #endif // __DRM_OMA2
       
   111 #endif // __DRM_CLOCK
       
   112 
       
   113 // RDB and Process Watcher
       
   114 SOURCEPATH      ../utils/src
       
   115 SOURCE          dbwatcher.cpp
       
   116 SOURCE          dirwatcher.cpp
       
   117 SOURCE          procwatcher.cpp
       
   118 
       
   119 LIBRARY         drmdcf.lib
       
   120 LIBRARY         drmrights.lib
       
   121 LIBRARY         drmserverinterfaces.lib
       
   122 LIBRARY         euser.lib
       
   123 LIBRARY         estor.lib
       
   124 LIBRARY         efsrv.lib
       
   125 LIBRARY         hash.lib
       
   126 LIBRARY         cryptography.lib
       
   127 LIBRARY         crypto.lib
       
   128 LIBRARY         asn1.lib
       
   129 LIBRARY         x509.lib
       
   130 LIBRARY         x500.lib
       
   131 LIBRARY         pkixcert.lib
       
   132 LIBRARY         drmcrypto.lib
       
   133 LIBRARY         drmkeystorage.lib
       
   134 LIBRARY         edbms.lib
       
   135 LIBRARY         bafl.lib
       
   136 LIBRARY         etel.lib
       
   137 LIBRARY         etelmm.lib
       
   138 LIBRARY         abclient.lib
       
   139 LIBRARY         charconv.lib
       
   140 LIBRARY         dcfrep.lib
       
   141 LIBRARY         drmparsers.lib              // DRM message parser for RO import
       
   142 LIBRARY         centralrepository.lib       // Browser default AP
       
   143 LIBRARY         InetProtUtil.lib            // URI parser
       
   144 LIBRARY         flogger.lib
       
   145 LIBRARY         featmgr.lib                 // Feature Manager
       
   146 LIBRARY         wmdrmfileserverclient.lib
       
   147 #ifdef RD_DRM_METERING
       
   148 LIBRARY         random.lib
       
   149 #endif
       
   150 
       
   151 LIBRARY StarterClient.lib // reset
       
   152 
       
   153 #ifdef RD_MULTIPLE_DRIVE
       
   154 LIBRARY         platformenv.lib
       
   155 #endif
       
   156 
       
   157 LIBRARY         SysUtil.lib
       
   158 // LIBRARY      commonengine.lib // Backup
       
   159 
       
   160 /*
       
   161 #if !defined(WINS)
       
   162 MACRO           DRM_USE_SERIALNUMBER
       
   163 LIBRARY         etel.lib
       
   164 #endif
       
   165 */
       
   166 // Uncomment the following lines to enable internal logging.
       
   167 /*
       
   168 macro _DRM_TESTING
       
   169 USERINCLUDE     ../internal/tsrc_internal
       
   170 SOURCEPATH      ../internal/tsrc_internal
       
   171 LIBRARY         drmdebugtools.lib
       
   172 LIBRARY         HAL.lib
       
   173 LIBRARY         charconv.lib
       
   174 */
       
   175 
       
   176 #if defined( WINSCW )
       
   177 deffile ../bwinscw/
       
   178 #elif defined( WINS )
       
   179 deffile ../bwins/
       
   180 #endif
       
   181 
       
   182 //SMPSAFE