Update contrib.
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\include\drivers\pbusmedia.h
24 #ifndef __PBUSMEDIA_H__
25 #define __PBUSMEDIA_H__
26 #include <drivers/pbus.h>
27 #include <drivers/locmedia.h>
29 const TInt KMediaRemountForceMediaChange = 0x00000001;
32 The purpose of this class is to abstract the interface between the local media sub-system and peripheral bus controller.
33 An instance of this class provides the notification call back of media change and power down events.
34 This class is used by Media driver.
35 @see TMMCardControllerInterface
37 NONSHARABLE_CLASS(DPBusPrimaryMedia) : public DPrimaryMediaBase
40 DPBusPrimaryMedia(DPBusSocket* aSocket);
42 virtual TInt Create(TMediaDevice aDevice, TInt aMediaId, TInt aLastMediaId);
43 virtual TInt QuickCheckStatus();
44 virtual TInt ForceMediaChange(TInt aFlags);
45 virtual TInt InitiatePowerUp();
46 virtual TInt DoInCritical();
47 virtual void DoEndInCritical();
48 virtual void DeltaCurrentConsumption(TInt aCurrent);
49 virtual void DefaultDriveCaps(TLocalDriveCapsV2& aCaps);
50 virtual TBool IsRemovableDevice(TInt& aSocketNum);
52 void PBusStateChange(TInt aState, TInt anError);
55 Peripheral bus notification callback.
58 TPBusCallBack iBusCallBack;
61 Pointer to peripheral bus socket object.
67 Holds one of the state corresponding to PBUS.
72 Updated with greater than zero, if pbus supports more than one card.
73 For each slot new instance of DPBusPrimaryMedia is created and updated in iSlotNumber.