First public contribution.
1 // Copyright (c) 2004-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 // Definitions required for RUsbMassStorage
22 #ifndef __RUSBMASSSTORAGE_H__
23 #define __RUSBMASSSTORAGE_H__
26 #include "usbmsshared.h"
28 const TUid KUsbMsSvrUid = {0x101f7774};
30 #ifdef __USBMS_NO_PROCESSES__
32 const TUint KUsbMsStackSize = 0x3000; // 12KB
33 const TUint KUsbMsMinHeapSize = 0x1000; // 4KB
34 const TUint KUsbMsMaxHeapSize = 0x40000; // 256KB
36 _LIT(KUsbMsImg, "usbmsserver");
40 _LIT(KUsbMsImg1, "usbmsserver.exe");
41 _LIT(KUsbMsImg, "z:\\system\\programs\\usbmsserver.exe");
43 #endif //__USBMS_NO_PROCESSES__
45 #endif //__RUSBMASSSTORAGE_H__