omadrm/drmengine/group/RightsServer.mmp
changeset 0 95b198f216e5
child 2 76350b5be3d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omadrm/drmengine/group/RightsServer.mmp	Thu Dec 17 08:52:27 2009 +0200
@@ -0,0 +1,182 @@
+/*
+* Copyright (c) 2003-2008 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Makefile of DRM Engine & DRM Rights Database
+*
+*/
+
+
+#include <platform_paths.hrh>
+
+TARGET          RightsServer.exe
+TARGETTYPE      EXE
+
+UID             0x1000008d 0x101F51F2
+CAPABILITY      CAP_SERVER DRM CommDD ProtServ PowerMgmt
+VENDORID        VID_DEFAULT
+
+// Default system include paths for middleware layer modules.
+MW_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   /epoc32/include/libc
+SYSTEMINCLUDE   /epoc32/include/connect
+
+USERINCLUDE     ../Server/inc
+USERINCLUDE     ../AgentV2/inc
+USERINCLUDE     ../RO/inc
+USERINCLUDE     ../DCF/inc
+USERINCLUDE     ../Notifier/inc
+USERINCLUDE     ../Utils/inc
+USERINCLUDE     ../ROAP/inc
+USERINCLUDE     ../RoapStorage/inc
+USERINCLUDE     ../DRMClock/inc
+USERINCLUDE     ../KeyStorage/inc
+USERINCLUDE     ../DRMBackup/inc
+USERINCLUDE     ../../../inc   // ADo level inc dir
+
+SOURCEPATH      ../Server/src
+
+// DRM Engine (server side)
+SOURCE          DRMRightsServer.cpp
+SOURCE          DRMDbSession.cpp
+// SOURCE       drmpermissionlist.cpp
+SOURCE          drmparentstorage.cpp
+// SOURCE       drmpermissionitem.cpp
+SOURCE          drmreplaycache.cpp
+SOURCE          drmxoma.cpp
+SOURCE          DRMActiveOperation.cpp
+SOURCE          DRMObsoleteFinder.cpp
+SOURCE          drmconsume.cpp
+
+// DRM Rights Database
+SOURCE          DRMRightsDB.cpp
+SOURCE          DRMRightsData.cpp
+SOURCE          DRMCommonData.cpp
+SOURCE          DRMRightsCleaner.cpp
+
+// DRM Metering
+#ifdef RD_DRM_METERING
+SOURCE          drmmeteringdbdata.cpp
+#endif
+SOURCE          drmmeteringdb.cpp
+
+// DRM Backup implementation
+SOURCEPATH      ../DRMBackup/src
+SOURCE          DRMBackup.cpp
+SOURCE          DRMBackupObserver.cpp
+
+// DRM Notifier
+SOURCEPATH      ../Notifier/src
+
+SOURCE          DRMMessageStorage.cpp
+SOURCE          DRMNotifierServer.cpp
+SOURCE          DRMNotifierSession.cpp
+
+// RoapStorage
+SOURCEPATH      ../RoapStorage/src
+
+SOURCE          RoapStorageClient.cpp
+SOURCE          RoapStorageServer.cpp
+SOURCE          RoapStorageSession.cpp
+SOURCE          DRMContextDB.cpp
+// OCSP cert classes
+SOURCE          responsedecoder.cpp
+SOURCE          response.cpp
+SOURCE          responsecertinfo.cpp
+SOURCE          certid.cpp
+
+
+// DRM Clock
+#ifdef __DRM_CLOCK
+SOURCEPATH      ../DRMClock/src
+SOURCE          DRMClock.cpp
+SOURCE          DRMClockServer.cpp
+SOURCE          DRMClockSession.cpp
+
+SOURCE          DRMNitzObserver.cpp
+#else
+#ifdef __DRM_OMA2
+SOURCEPATH      ../DRMClock/src
+SOURCE          OMA2NotSupportedWithoutDRMClock:define__DRM_CLOCKvariation.cpp
+#endif // __DRM_OMA2
+#endif // __DRM_CLOCK
+
+// RDB and Process Watcher
+SOURCEPATH      ../utils/src
+SOURCE          dbwatcher.cpp
+SOURCE          dirwatcher.cpp
+SOURCE          procwatcher.cpp
+
+LIBRARY         drmdcf.lib
+LIBRARY         drmrights.lib
+LIBRARY         drmserverinterfaces.lib
+LIBRARY         euser.lib
+LIBRARY         estor.lib
+LIBRARY         efsrv.lib
+LIBRARY         hash.lib
+LIBRARY         cryptography.lib
+LIBRARY         crypto.lib
+LIBRARY         asn1.lib
+LIBRARY         x509.lib
+LIBRARY         x500.lib
+LIBRARY         pkixcert.lib
+LIBRARY         drmcrypto.lib
+LIBRARY         drmkeystorage.lib
+LIBRARY         edbms.lib
+LIBRARY         bafl.lib
+LIBRARY         etel.lib
+LIBRARY         etelmm.lib
+LIBRARY         abclient.lib
+LIBRARY         charconv.lib
+LIBRARY         dcfrep.lib
+LIBRARY         drmparsers.lib              // DRM message parser for RO import
+LIBRARY         centralrepository.lib       // Browser default AP
+LIBRARY         InetProtUtil.lib            // URI parser
+LIBRARY         flogger.lib
+LIBRARY         featmgr.lib                 // Feature Manager
+LIBRARY         wmdrmfileserverclient.lib
+#ifdef RD_DRM_METERING
+LIBRARY         random.lib
+#endif
+
+LIBRARY StarterClient.lib // reset
+
+#ifdef RD_MULTIPLE_DRIVE
+LIBRARY         platformenv.lib
+#endif
+
+LIBRARY         SysUtil.lib
+// LIBRARY      commonengine.lib // Backup
+
+/*
+#if !defined(WINS)
+MACRO           DRM_USE_SERIALNUMBER
+LIBRARY         etel.lib
+#endif
+*/
+// Uncomment the following lines to enable internal logging.
+/*
+macro _DRM_TESTING
+USERINCLUDE     ../internal/tsrc_internal
+SOURCEPATH      ../internal/tsrc_internal
+LIBRARY         drmdebugtools.lib
+LIBRARY         HAL.lib
+LIBRARY         charconv.lib
+*/
+
+#if defined( WINSCW )
+deffile ../bwinscw/
+#elif defined( WINS )
+deffile ../bwins/
+#endif
+
+//SMPSAFE