mediakeys/MMKeyBearer/inc/MMKeyBearerImplementation.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005 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 <keyguardaccessapi.h>
    29 #include <AknCapServerClient.h>
    30 
       
    31 
       
    32 
    30 
    33 #include "MMKeyBearerObserverPS.h"
    31 #include "MMKeyBearerObserverPS.h"
    34 
    32 
    35 //CONSTANTS
    33 //CONSTANTS
    36 const TInt KDataBufferSize = 10;
    34 const TInt KDataBufferSize = 10;
   155         TInt iUSBFileTransfer;
   153         TInt iUSBFileTransfer;
   156         // For posting event to P&S 
   154         // For posting event to P&S 
   157         RProperty iProperty;
   155         RProperty iProperty;
   158         
   156         
   159         // For keylock interaction
   157         // For keylock interaction
   160         CKeyguardAccessApi* iKeyguardAccess;
   158         RAknUiServer iAknServer;
   161         };
   159         TBool iAknServerConnected;
       
   160     };
   162 
   161 
   163 #endif // __MMKEYBEARERIMPLEMENTATION_H__
   162 #endif // __MMKEYBEARERIMPLEMENTATION_H__