usbmgmt/usbmgrtest/ObexClassController/ObexUsbClassController/ObexClassController/src/obexusbman.rss
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2005-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:
       
    15 * Resource file for usbman configuration.
       
    16 * This file is needed when implementing Obex over USB.
       
    17 * This file needs to be placed in usbman\src\ and a new build needs 
       
    18 * to be made.
       
    19 *
       
    20 */
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 
       
    26 NAME USBM
       
    27 
       
    28 #include <badef.rh>
       
    29 #include "usbman.rh"
       
    30 
       
    31 #ifdef LANGUAGE_01 			// UK English  
       
    32  	#include "usbman_01.rls"	
       
    33 #elif LANGUAGE_02 	 		// French  
       
    34  	#include "usbman_02.rls"	
       
    35 #elif defined LANGUAGE_03  		// German
       
    36  	#include "usbman_03.rls"
       
    37 #elif defined LANGUAGE_10  		// US English
       
    38  	#include "usbman_10.rls"
       
    39 #endif      
       
    40 
       
    41 RESOURCE BA_RSS_SIGNATURE
       
    42 	{
       
    43 	signature = 1;
       
    44 	}
       
    45 
       
    46 RESOURCE usb_configuration usb_config
       
    47 	{
       
    48 	}
       
    49 	
       
    50 		
       
    51 RESOURCE PERSONALITY_ARRAY device_personalities
       
    52 	{
       
    53 	personalities = 
       
    54 		{
       
    55 		PERSONALITY
       
    56 			{
       
    57 			bDeviceClass = 02;
       
    58 			bDeviceSubClass = 0;
       
    59 			protocol = 0;
       
    60 			numConfigurations = 1;
       
    61 			vendorId = 0x0e22;
       
    62 			productId = 0x000c;
       
    63 			bcdDevice = 0;
       
    64 			manufacturer = per_manufacturer1;
       
    65 			product = per_product1;
       
    66 			id = 1;					
       
    67 			class_uids = "101fbf24, 10274339";    			
       
    68 			description = per_description1;
       
    69 			}
       
    70 		};
       
    71 	}
       
    72