# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1270061491 -10800 # Node ID efa42b0c6af0e19ab778b9d7ba615bc54500a4ab # Parent 88688c05574c36c377a206c3fd471ccd688b6a1f Revision: 201009 Kit: 201013 diff -r 88688c05574c -r efa42b0c6af0 camcordermmfplugin/mediarecorder/traces/CCMRMDFVideoRecorderTraces.h --- a/camcordermmfplugin/mediarecorder/traces/CCMRMDFVideoRecorderTraces.h Mon Mar 15 12:41:16 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ -/* -* Copyright (c) 2009 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: CCMRMDFVideoRecorderTraces.h -* -*/ -// Created by TraceCompiler 1.0.27 -// DO NOT EDIT, CHANGES WILL BE LOST - -#ifndef __CCMRMDFVIDEORECORDERTRACES_H__ -#define __CCMRMDFVIDEORECORDERTRACES_H__ - -#define KOstTraceComponentID 0x101f8507 - -#define CCMRVIDEORECORDER_MDVRONEWBUFFERS 0x40001 - - -inline TBool OstTraceGen2( TUint32 aTraceID, TInt aParam1, TInt aParam2 ) - { - TBool retval = BTrace8( KBTraceCategoryOpenSystemTrace, EOstTraceActivationQuery, KOstTraceComponentID, aTraceID ); - if ( retval ) - { - TUint8 data[ 8 ]; - TUint8* ptr = data; - *( ( TInt* )ptr ) = aParam1; - ptr += sizeof ( TInt ); - *( ( TInt* )ptr ) = aParam2; - ptr += sizeof ( TInt ); - ptr -= 8; - retval = OstSendNBytes( KBTraceCategoryOpenSystemTrace, EOstTrace, KOstTraceComponentID, aTraceID, ptr, 8 ); - } - return retval; - } - -inline TBool OstTraceGen2( TUint32 aTraceID, TInt32 aParam1, TInt32 aParam2 ) - { - TBool retval = BTrace8( KBTraceCategoryOpenSystemTrace, EOstTraceActivationQuery, KOstTraceComponentID, aTraceID ); - if ( retval ) - { - TUint8 data[ 8 ]; - TUint8* ptr = data; - *( ( TInt* )ptr ) = aParam1; - ptr += sizeof ( TInt ); - *( ( TInt* )ptr ) = aParam2; - ptr += sizeof ( TInt ); - ptr -= 8; - retval = OstSendNBytes( KBTraceCategoryOpenSystemTrace, EOstTrace, KOstTraceComponentID, aTraceID, ptr, 8 ); - } - return retval; - } - - -#endif - -// End of file - diff -r 88688c05574c -r efa42b0c6af0 package_definition.xml --- a/package_definition.xml Mon Mar 15 12:41:16 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -