sl@0: // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Definitions required for RUsbMassStorage sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: #ifndef __RUSBMASSSTORAGE_H__ sl@0: #define __RUSBMASSSTORAGE_H__ sl@0: sl@0: #include sl@0: #include "usbmsshared.h" sl@0: sl@0: const TUid KUsbMsSvrUid = {0x101f7774}; sl@0: sl@0: #ifdef __USBMS_NO_PROCESSES__ sl@0: sl@0: const TUint KUsbMsStackSize = 0x3000; // 12KB sl@0: const TUint KUsbMsMinHeapSize = 0x1000; // 4KB sl@0: const TUint KUsbMsMaxHeapSize = 0x40000; // 256KB sl@0: sl@0: _LIT(KUsbMsImg, "usbmsserver"); sl@0: sl@0: #else sl@0: sl@0: _LIT(KUsbMsImg1, "usbmsserver.exe"); sl@0: _LIT(KUsbMsImg, "z:\\system\\programs\\usbmsserver.exe"); sl@0: sl@0: #endif //__USBMS_NO_PROCESSES__ sl@0: sl@0: #endif //__RUSBMASSSTORAGE_H__