diff -r 493788a4a8a4 -r 3bdc3b853094 omadrm/drmengine/server/src/DRMServerStarter.cpp --- a/omadrm/drmengine/server/src/DRMServerStarter.cpp Fri Apr 16 15:14:55 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,167 +0,0 @@ -/* -* Copyright (c) 2002 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: This file is used only if RDRMRightsClient starts the -* DRM Rights Database server. -* -*/ - -// INCLUDE FILES -#include -#include -#include - -#ifdef RD_MULTIPLE_DRIVE -#include -#endif - -#include "drmengineclientserver.h" - -// EXTERNAL DATA STRUCTURES -// EXTERNAL FUNCTION PROTOTYPES -// CONSTANTS -#ifdef __WINS__ -LOCAL_C const TUint KServerMinHeapSize = 0x1000; -LOCAL_C const TUint KServerMaxHeapSize = 0x300000; -_LIT( KRightsServerFile, "RightsServer" ); -#else - -#ifdef RD_MULTIPLE_DRIVE -_LIT( KRightsServerFile, "%c:\\RightsServer.exe" ); -#else -_LIT( KRightsServerFile, "e:\\RightsServer.exe" ); -#endif -#endif - -// MACROS -// LOCAL CONSTANTS AND MACROS -// MODULE DATA STRUCTURES -// LOCAL FUNCTION PROTOTYPES -LOCAL_C TInt CreateServer( void ); - -// FORWARD DECLARATIONS - -// ============================= LOCAL FUNCTIONS =============================== - -// ----------------------------------------------------------------------------- -// CreateServer launches the DRM Rights server [process (THUMB/ARMI)|thread (WINS)]. -// Returns: KErrNone: No errors. -//