sl@0: // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef MMFDRMPLUGINCLIENTSERVER_H sl@0: #define MMFDRMPLUGINCLIENTSERVER_H sl@0: sl@0: // opcodes used in message passing between client and server sl@0: enum TMMFDRMPluginServerRequest sl@0: { sl@0: EMMFControllerLaunchRequest, sl@0: EMMFControllerSessionHandle, sl@0: EMMFControllerThreadPanic, sl@0: EMMFControllerThreadKill, sl@0: EMMFControllerSetThreadPriority, sl@0: EMMFDRMContentOpenByFilePath, sl@0: EMMFDRMContentOpenByFileHandle, sl@0: EMMFDRMContentEvaluateIntent, sl@0: EMMFDRMContentGetMimeType, sl@0: EMMFDRMContentGetFileHeader, sl@0: EMMFSetDrmPluginServerTimeout sl@0: }; sl@0: sl@0: #endif