[AUDIO-BRINGUP]
[reactos.git] / media / inf / nettcpip.inf
1 ; NETTCPIP.INF
2
3 ; Installation file for TCP/IP protocol
4
5 [Version]
6 Signature = "$Windows NT$"
7 ;Signature = "$ReactOS$"
8 LayoutFile = layout.inf
9 Class = NetTrans
10 ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
11 Provider = %ReactOS%
12 DriverVer = 04/12/2006,1.00
13
14 ;----------------------------- TCP/IP DRIVER ----------------------------
15
16 [MS_TCPIP.PrimaryInstall]
17 AddReg = TCPIP_AddReg_Global.NT
18
19 [TCPIP_AddReg_Global.NT]
20 ; The following entries should be generated from .inf files during installation
21 ; TCPIP Protocol
22 HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Characteristics",0x00010001,0x00000080
23 HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","ComponentId",0x00000000,"ms_tcpip"
24 HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Description",0x00000000,"Internet Protocol (TCP/IP)"
25 HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfPath",0x00000000,"BUGBUG_Create from Inffile.inf"
26 HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfSection",0x00000000,"BUGBUG_Create from Inffile.inf"
27 HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","ClsId",0x00000000,"{A907657F-6FDF-11D0-8EFB-00C04FD912B2}"
28 HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","HelpText",0x00000000,"Transmission Control Protocol/Internet Protocol"
29 HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","Service",0x00000000,"Tcpip"
30
31 ; TCP/IP driver
32 ; NOTE: These settings should be added by the network setup
33 ; These bindings are of the windows 2000 type, and will probably need to be
34 ; twiddled to get 3rd-party network-related software to work.
35 ; NT4 puts additional stuff in the Bind, Export, and Route values.
36 HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","UseDelayedAcceptance",0x00010001,0x00000000
37 HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","MaxSockAddrLength",0x00010001,0x00000010
38 HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","MinSockAddrLength",0x00010001,0x00000010
39 HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","HelperDllName",0x00000000,"%SystemRoot%\System32\wshtcpip.dll"
40 HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","Mapping",0x00000001,0c,00,00,00,03,00,00,00,02,00,00,00,01,00,00,00,06,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,06,00,00,00,00,00,00,00,00,00,00,00,06,00,00,00,00,00,00,00,01,00,00,00,06,00,00,00,02,00,00,00,02,00,00,00,11,00,00,00,02,00,00,00,02,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,02,00,00,00,11,00,00,00,02,00,00,00,03,00,00,00,00,00,00,00,02,00,00,00,03,00,00,00,01,00,00,00
41 HKLM,"SYSTEM\CurrentControlSet\Services\Winsock\Parameters","Transports",0x00010000,"Tcpip"
42
43 [MS_TCPIP.PrimaryInstall.Services]
44 AddService = Tcpip, , tcpip_Service_Inst
45
46 [tcpip_Service_Inst]
47 ServiceType = 1
48 StartType = 1
49 ErrorControl = 1
50 ServiceBinary = %12%\tcpip.sys
51 LoadOrderGroup = PNP_TDI
52 AddReg = tcpip_AddReg
53
54 [tcpip_AddReg]
55 HKR,"Parameters","DataBasePath",0x00010000,"DataBasePath"
56 HKR,"Parameters","Domain",0x00010000,""
57 HKR,"Parameters","Hostname",0x00010000,"ROSHost"
58 HKR,"Parameters","NameServer",0x00010000,""
59 HKR,"Parameters","ForwardBroadcasts",0x00010001,0x00000000
60 HKR,"Parameters","IPEnableRouter",0x00010001,0x00000000
61 HKR,"Parameters","SearchList",0x00010000,""
62 HKR,"Parameters","EnableSecurityFilters",0x00010001,0x00000000
63 ;HKR,"Parameters","PersistentRoutes",,0x00000010
64
65 ;-------------------------------- STRINGS -------------------------------
66
67 [Strings]
68 ReactOS = "ReactOS Team"