mediakeys/MMKeyBearer/inc/MMKeyBearerImplementation.h
branchRCL_3
changeset 19 924385140d98
parent 0 2e3d3ce01487
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <c32comm.h>
    25 #include <c32comm.h>
    26 #include <remcon/remconbearerplugin.h>
    26 #include <remcon/remconbearerplugin.h>
    27 #include <remcon/remconbearerinterface.h>
    27 #include <remcon/remconbearerinterface.h>
    28 #include <remcon/messagetype.h>
    28 #include <remcon/messagetype.h>
    29 #include <AknCapServerClient.h>
    29 #include <keyguardaccessapi.h>
       
    30 
       
    31 
    30 
    32 
    31 #include "MMKeyBearerObserverPS.h"
    33 #include "MMKeyBearerObserverPS.h"
    32 
    34 
    33 //CONSTANTS
    35 //CONSTANTS
    34 const TInt KDataBufferSize = 10;
    36 const TInt KDataBufferSize = 10;
   153         TInt iUSBFileTransfer;
   155         TInt iUSBFileTransfer;
   154         // For posting event to P&S 
   156         // For posting event to P&S 
   155         RProperty iProperty;
   157         RProperty iProperty;
   156         
   158         
   157         // For keylock interaction
   159         // For keylock interaction
   158         RAknUiServer iAknServer;
   160         CKeyguardAccessApi* iKeyguardAccess;
   159         TBool iAknServerConnected;
   161         };
   160     };
       
   161 
   162 
   162 #endif // __MMKEYBEARERIMPLEMENTATION_H__
   163 #endif // __MMKEYBEARERIMPLEMENTATION_H__