usbengines/usbwatcher/src/usbman_pcsmtp.rss
branchRCL_3
changeset 23 25fce757be94
parent 22 5b2a402e96ac
child 24 e02eb84a14d2
--- a/usbengines/usbwatcher/src/usbman_pcsmtp.rss	Thu Aug 19 10:54:11 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,118 +0,0 @@
-/*
-* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:  Resource file for usbman configuration.
-*
-*/
-
-
-NAME USBM
-
-#include <badef.rh>
-#include <bldvariant.hrh>
-#include <usbpersonalityids.h>
-#include <usbman.loc>
-#include "usbman.rh"
-#include "usbvariation.rh"
-
-
-
-RESOURCE BA_RSS_SIGNATURE
-    {
-    signature = 3;
-    }
-
-RESOURCE usb_configuration usb_config
-    {
-    }
-    
-        
-RESOURCE PERSONALITY_ARRAY device_personalities
-    {
-    personalities = 
-        {
-        PERSONALITY
-            {
-            bDeviceClass = 0x02;
-            bDeviceSubClass = 0x00;
-            protocol = 0x00;
-            numConfigurations = 0x01;
-            vendorId = per_vendorId;
-            productId = per_productId_PCSuiteMTP;
-            bcdDevice = per_bcdDevice;
-            manufacturer = per_manufacturer;
-            product = per_product;
-            id = KUsbPersonalityIdPCSuiteMTP;
-            class_uids = "102827B3, 101fbf22, 101fbf24, 10281F2A";
-            description = qtn_usb_mode_ovisuite_mtp;
-            detailedDescription = qtn_usb_mode_msg_ovi_suite;
-            property = 0x00000000;
-            }
-        ,
-        PERSONALITY
-            {
-            bDeviceClass = 0x00;
-            bDeviceSubClass = 0x00;
-            protocol = 0x00;
-            numConfigurations = 0x01;
-            vendorId = per_vendorId;
-            productId = per_productId_MassStorage;
-            bcdDevice = per_bcdDevice;
-            manufacturer = per_manufacturer;
-            product = per_product;
-            id = KUsbPersonalityIdMS;
-            class_uids = "10204bbc";
-            description = qtn_usb_mode_mass_storage;
-            detailedDescription = qtn_usb_mode_msg_mass_storage;
-            property = 0x00000000;
-            }
-        ,
-        PERSONALITY
-            {
-            bDeviceClass = 0x00;
-            bDeviceSubClass = 0x00;
-            protocol = 0x00;
-            numConfigurations = 0x01;
-            vendorId = per_vendorId;
-            productId = per_productId_MediaTransfer;  
-            bcdDevice = per_bcdDevice;
-            manufacturer = per_manufacturer;
-            product = per_product;
-            id = KUsbPersonalityIdMTP;
-            class_uids = "102827B3";
-            description = qtn_usb_mode_mtp;
-            detailedDescription = qtn_usb_mode_msg_mtp;
-            property = 0x00000000;
-            }
-		,
-        PERSONALITY
-            {
-            bDeviceClass = 0x02;
-            bDeviceSubClass = 0x00;
-            protocol = 0x00;
-            numConfigurations = 0x01;
-            vendorId = per_vendorId;
-            productId = per_productId_RNDIS;
-            bcdDevice = per_bcdDevice;
-            manufacturer = per_manufacturer;
-            product = per_product;
-            id = KUsbPersonalityIdRNDIS;
-            class_uids = "20013d2f";
-            description = qtn_usb_mode_rndis;
-            detailedDescription = qtn_usb_mode_msg_rndis;
-            property = 0x00000001;
-            }
-        };
-    }
-            
-// End o file