Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
bus.inf
Package: 虚拟串口驱动程序.rar [view]
Upload User: zanmei2
Upload Date: 2010-03-06
Package Size: 775k
Code Size: 2k
Category:
Communication Document
Development Platform:
C/C++
- ;/*++
- ;
- ;Copyright (c) 1990-1999 Microsoft Corporation All rights Reserved
- ;
- ;Module Name:
- ;
- ; BUS.INF
- ;
- ;Abstract:
- ; INF file for installing toaster bus enumerator driver
- ;
- ;--*/
- [Version]
- Signature="$WINDOWS NT$"
- Class=System
- ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
- Provider=%MSFT%
- DriverVer=06/17/1999, 5.00.2064
- CatalogFile=toaster.cat
- [DestinationDirs]
- Drivers_Dir = 12
- [SourceDisksNames]
- 1 = %DiskId1%,,,""
- [SourceDisksFiles]
- busenum.sys = 1,,
- ;*****************************************
- ; ToasterBus Install Section
- ;*****************************************
- [Manufacturer]
- %StdMfg%=Standard
- [Standard]
- ;
- ; These are the toaster bus pnp ids
- ;
- %ToasterBus.DeviceDesc%=ToasterBus_Device, rootbusenum
- [ToasterBus_Device.NT]
- CopyFiles=Drivers_Dir
- [Drivers_Dir]
- busenum.sys
- ;-------------- Service installation
- [ToasterBus_Device.NT.Services]
- AddService = busenum,%SPSVCINST_ASSOCSERVICE%, busenum_Service_Inst
- ; -------------- busenum driver install sections
- [busenum_Service_Inst]
- DisplayName = %busenum.SVCDESC%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%busenum.sys
- LoadOrderGroup = Extended Base
- [Strings]
- SPSVCINST_ASSOCSERVICE= 0x00000002
- MSFT = "Microsoft"
- StdMfg = "(Standard system devices)"
- DiskId1 = "Toaster Bus Installation Disk #1"
- ToasterBus.DeviceDesc = "Toaster Bus Enumerator DeviceDesc"
- ;ToasterBuf.DeviceDesc显示在设备型号中
- busenum.SVCDESC = "Toaster Bus Enum for Display 03-12-11"