usbmgmt/usbmgr/device/inf-files/symusb_98_7.inf
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 ; Copyright (c) 2003-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 "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".
       
     7 ;
       
     8 ; Initial Contributors:
       
     9 ; Nokia Corporation - initial contribution.
       
    10 ;
       
    11 ; Contributors:
       
    12 ;
       
    13 ; Description:
       
    14 ; Windows Device Setup File
       
    15 ;
       
    16 ; USB Modem installer for Windows 98, Part 2/2
       
    17 ; This file is given to Windows after the USB device is installed and
       
    18 ; (immediately) a new (unknown) device gets detected. This will becoming
       
    19 ; the modem.
       
    20 ;
       
    21 
       
    22 [Version]
       
    23 Signature  = $WINDOWS NT$
       
    24 Class      = Modem
       
    25 ClassGuid  = {4D36E96D-E325-11CE-BFC1-08002BE10318}
       
    26 Provider   = %String0%
       
    27 LayoutFile = layout.inf
       
    28 
       
    29 [Manufacturer]
       
    30 %String1% = Models
       
    31 
       
    32 [Models]
       
    33 %String2% = SYMUSB, USB\SYMBIAN
       
    34 
       
    35 [SYMUSB]
       
    36 Include = symusb_98_9.inf
       
    37 Needs   = Main, Properties, PortDriver, External, Responses
       
    38 AddReg  = Main, Properties, PortDriver, External, Responses
       
    39 
       
    40 [Strings]
       
    41 String0 = "Symbian Ltd"
       
    42 String1 = "Symbian Ltd, London (UK)"
       
    43 String2 = "Lubbock USB Modem Test Driver"
       
    44 
       
    45 ; --- eof ---