usbengines/usbwatcher/rom/usbwatcher_resources.iby
branchGCC_SURGE
changeset 63 ef2686f7597e
parent 40 e84fb4c9218b
parent 57 62e6d990246c
child 70 8ba4a4a03bae
equal deleted inserted replaced
40:e84fb4c9218b 63:ef2686f7597e
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: personality resources for UsbMan.
       
    15 *
       
    16 */
       
    17 #ifndef __USBWATCHERRESOURCES_IBY__
       
    18 #define __USBWATCHERRESOURCES_IBY__
       
    19 
       
    20 #ifdef __USB
       
    21 
       
    22 #ifdef __MEDIA_TRANSFER_PROTOCOL
       
    23 
       
    24 #ifdef FF_USB_MODEM
       
    25 data=DATAZ_\private\101fe1db\usbman_pcsmtppam.rsc    \private\101fe1db\usbman.rsc
       
    26 #else // !FF_USB_MODEM
       
    27 data=DATAZ_\private\101fe1db\usbman_pcsmtp.rsc    \private\101fe1db\usbman.rsc
       
    28 #endif // FF_USB_MODEM
       
    29 
       
    30 #else // !__MEDIA_TRANSFER_PROTOCOL
       
    31 
       
    32 #ifdef FF_USB_MODEM
       
    33 data=DATAZ_\private\101fe1db\usbman_pcspam.rsc    \private\101fe1db\usbman.rsc
       
    34 #else // !FF_USB_MODEM
       
    35 data=DATAZ_\private\101fe1db\usbman_pcs.rsc    \private\101fe1db\usbman.rsc
       
    36 #endif // FF_USB_MODEM
       
    37 
       
    38 #endif // __MEDIA_TRANSFER_PROTOCOL
       
    39 
       
    40 #endif // __USB
       
    41 
       
    42 #endif // __USBWATCHERRESOURCES_IBY__