Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1025 lines
66 KiB

  1. ��<?xml version="1.0" encoding="UTF-16"?>
  2. <!DOCTYPE DCARRIER SYSTEM "Mantis.DTD">
  3. <DCARRIER
  4. CarrierRevision="1"
  5. DTDRevision="16"
  6. >
  7. <TASKS
  8. Context="1"
  9. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  10. > </TASKS>
  11. <PLATFORMS
  12. Context="1"
  13. > </PLATFORMS>
  14. <REPOSITORIES
  15. Context="1"
  16. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  17. > </REPOSITORIES>
  18. <GROUPS
  19. Context="1"
  20. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  21. > </GROUPS>
  22. <COMPONENTS
  23. Context="0"
  24. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  25. >
  26. <COMPONENT
  27. ComponentVSGUID="{7C831161-8D4D-482D-8D09-7FD65975E0E2}"
  28. ComponentVIGUID="{C26426C2-2FF9-4220-A147-9FF4A01DB0F4}"
  29. Revision="620"
  30. RepositoryVSGUID="{8E0BE9ED-7649-47F3-810B-232D36C430B4}"
  31. Visibility="1000"
  32. MultiInstance="False"
  33. Released="False"
  34. Editable="True"
  35. HTMLFinal="False"
  36. IsMacro="False"
  37. Opaque="False"
  38. Context="1"
  39. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  40. >
  41. <HELPCONTEXT
  42. src="\\mantisqa\ovrdaily\mantis\hlp\arvindm\atm_component_description.htm"
  43. ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  44. <HTML DIR="LTR"><HEAD>
  45. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  46. <TITLE>ATM Component Description</TITLE>
  47. <style type="text/css">@import url(td.css);</style></HEAD>
  48. <BODY TOPMARGIN="0">
  49. <H1><A NAME="atm_component_description"></A><SUP></SUP>ATM Component Description</H1>
  50. <P>The asynchronous transfer mode (ATM) component contains networking support using ATM devices. There are four ATM communication modes:
  51. <UL type="disc">
  52. <LI>Using local area network (LAN) emulation, known as ATMLANE. This is the mode typically used in corporate LANs.</li>
  53. <LI>Using Ethernet-permanent virtual circuit (PVC), known as ATMEPVC. This is used in certain ATM-DSL deployments.</li>
  54. <LI>Using Classical Internet Protocols (IP) over ATM, known as ATMARPC and ATMARPS. This is an alternative LAN technique suitable for IP-only networks.</li>
  55. <LI>Using Winsock over raw ATM connections. This is used for special purpose applications .</li>
  56. </UL>
  57. <H1>Component Configuration</H1>
  58. <P>ATMLANE, ATMARPC, ATMARPS and Winsock do not require configuration when used over ATM.</P>
  59. <P>The following table shows the settings for Ethernet-PVC configurations.</P>
  60. <P class="fineprint"></P>
  61. <TABLE>
  62. <TR VALIGN="top">
  63. <TH width=23%>Property/setting name</TH>
  64. <TH width=13%>Default setting</TH>
  65. <TH width=34%>Description</TH>
  66. <TH width=15%>Property example </TH>
  67. <TH width=15%>Setting example </TH>
  68. </TR>
  69. <TR VALIGN="top">
  70. <TD width=23%>VPI</TD>
  71. <TD width=13%>0</TD>
  72. <TD width=34%>The virtual path identifier for the PVC on which the driver operates.</TD>
  73. <TD width=15%>VPI</TD>
  74. <TD width=15%>1</TD>
  75. </TR>
  76. <TR VALIGN="top">
  77. <TD width=23%>VCI</TD>
  78. <TD width=13%>0</TD>
  79. <TD width=34%>The virtual circuit identifier for the PVC.</TD>
  80. <TD width=15%>VCI</TD>
  81. <TD width=15%>100</TD>
  82. </TR>
  83. <TR VALIGN="top">
  84. <TD width=23%>Encap</TD>
  85. <TD width=13%>2</TD>
  86. <TD width=34%>Defines the encapsulation used for data transfer. Possible values are:
  87. <P>0 &#0150; IPv4</P>
  88. <P>1 &#0150; IPv4 LLC/SNAP</P>
  89. <P>2 &#0150; Ethernet</P>
  90. <P>3 &#0150; Ethernet LLC/SNAP</P>
  91. </TD>
  92. <TD width=15%>Encap</TD>
  93. <TD width=15%>1</TD>
  94. </TR>
  95. </TABLE><BR>
  96. <P class="fineprint"></P>
  97. <H1>Special Notes</H1>
  98. <P>ATM networks commonly use only one of the four possible operation modes listed above.</P>
  99. <H1>Links for Further Information</H1>
  100. <P>For more information on ATM technology, see this <A HREF="http://www.microsoft.com/hwdev">Microsoft Web site</A>.</P>
  101. </BODY>
  102. </HTML>]]></HELPCONTEXT>
  103. <PROPERTIES
  104. Context="1"
  105. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  106. > </PROPERTIES>
  107. <RESOURCES
  108. Context="1"
  109. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  110. >
  111. <RESOURCE
  112. Name="File(819):&quot;%12%&quot;,&quot;atmuni.sys&quot;"
  113. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  114. BuildTypeMask="819"
  115. BuildOrder="1000"
  116. Localize="False"
  117. Disabled="False"
  118. Context="1"
  119. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  120. >
  121. <PROPERTIES
  122. Context="1"
  123. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  124. >
  125. <PROPERTY
  126. Name="DstPath"
  127. Format="String"
  128. Context="1"
  129. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  130. >%12%</PROPERTY>
  131. <PROPERTY
  132. Name="DstName"
  133. Format="String"
  134. Context="1"
  135. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  136. >atmuni.sys</PROPERTY>
  137. <PROPERTY
  138. Name="SrcFileSize"
  139. Format="Integer"
  140. Context="1"
  141. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  142. >0</PROPERTY>
  143. <PROPERTY
  144. Name="NoExpand"
  145. Format="Boolean"
  146. Context="1"
  147. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  148. >False</PROPERTY>
  149. </PROPERTIES>
  150. <DISPLAYNAME>ATM UNI</DISPLAYNAME>
  151. <DESCRIPTION>ATM UNI 3.1 Call Manager</DESCRIPTION>
  152. </RESOURCE>
  153. <RESOURCE
  154. Name="File(819):&quot;%12%&quot;,&quot;atmlane.sys&quot;"
  155. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  156. BuildTypeMask="819"
  157. BuildOrder="1000"
  158. Localize="False"
  159. Disabled="False"
  160. Context="1"
  161. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  162. >
  163. <PROPERTIES
  164. Context="1"
  165. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  166. >
  167. <PROPERTY
  168. Name="DstPath"
  169. Format="String"
  170. Context="1"
  171. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  172. >%12%</PROPERTY>
  173. <PROPERTY
  174. Name="DstName"
  175. Format="String"
  176. Context="1"
  177. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  178. >atmlane.sys</PROPERTY>
  179. <PROPERTY
  180. Name="SrcFileSize"
  181. Format="Integer"
  182. Context="1"
  183. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  184. >0</PROPERTY>
  185. <PROPERTY
  186. Name="NoExpand"
  187. Format="Boolean"
  188. Context="1"
  189. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  190. >False</PROPERTY>
  191. </PROPERTIES>
  192. <DISPLAYNAME>ATM LANE</DISPLAYNAME>
  193. <DESCRIPTION>ATM LAN Emulation Protocol Driver</DESCRIPTION>
  194. </RESOURCE>
  195. <RESOURCE
  196. Name="File(819):&quot;%12%&quot;,&quot;atmarpc.sys&quot;"
  197. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  198. BuildTypeMask="819"
  199. BuildOrder="1000"
  200. Localize="False"
  201. Disabled="False"
  202. Context="1"
  203. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  204. >
  205. <PROPERTIES
  206. Context="1"
  207. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  208. >
  209. <PROPERTY
  210. Name="DstPath"
  211. Format="String"
  212. Context="1"
  213. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  214. >%12%</PROPERTY>
  215. <PROPERTY
  216. Name="DstName"
  217. Format="String"
  218. Context="1"
  219. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  220. >atmarpc.sys</PROPERTY>
  221. <PROPERTY
  222. Name="SrcFileSize"
  223. Format="Integer"
  224. Context="1"
  225. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  226. >0</PROPERTY>
  227. <PROPERTY
  228. Name="NoExpand"
  229. Format="Boolean"
  230. Context="1"
  231. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  232. >False</PROPERTY>
  233. </PROPERTIES>
  234. <DISPLAYNAME>ATM ARP Client</DISPLAYNAME>
  235. <DESCRIPTION>ATM ARP Client Protocol Driver (Classical IP over ATM)</DESCRIPTION>
  236. </RESOURCE>
  237. <RESOURCE
  238. Name="File(819):&quot;%11%&quot;,&quot;atmadm.exe&quot;"
  239. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  240. BuildTypeMask="819"
  241. BuildOrder="1000"
  242. Localize="False"
  243. Disabled="False"
  244. Context="1"
  245. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  246. >
  247. <PROPERTIES
  248. Context="1"
  249. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  250. >
  251. <PROPERTY
  252. Name="DstPath"
  253. Format="String"
  254. Context="1"
  255. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  256. >%11%</PROPERTY>
  257. <PROPERTY
  258. Name="DstName"
  259. Format="String"
  260. Context="1"
  261. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  262. >atmadm.exe</PROPERTY>
  263. <PROPERTY
  264. Name="SrcFileSize"
  265. Format="Integer"
  266. Context="1"
  267. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  268. >0</PROPERTY>
  269. <PROPERTY
  270. Name="NoExpand"
  271. Format="Boolean"
  272. Context="1"
  273. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  274. >False</PROPERTY>
  275. </PROPERTIES>
  276. <DISPLAYNAME>ATM Admin</DISPLAYNAME>
  277. <DESCRIPTION>ATM Administration Utility Program</DESCRIPTION>
  278. </RESOURCE>
  279. <RESOURCE
  280. Name="RawDep(819):&quot;File&quot;,&quot;netauni.inf&quot;"
  281. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  282. BuildTypeMask="819"
  283. BuildOrder="1000"
  284. Localize="False"
  285. Disabled="False"
  286. Context="1"
  287. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  288. >
  289. <PROPERTIES
  290. Context="1"
  291. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  292. >
  293. <PROPERTY
  294. Name="RawType"
  295. Format="String"
  296. Context="1"
  297. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  298. >File</PROPERTY>
  299. <PROPERTY
  300. Name="Value"
  301. Format="String"
  302. Context="1"
  303. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  304. >netauni.inf</PROPERTY>
  305. </PROPERTIES>
  306. </RESOURCE>
  307. <RESOURCE
  308. Name="RawDep(819):&quot;File&quot;,&quot;netlanem.inf&quot;"
  309. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  310. BuildTypeMask="819"
  311. BuildOrder="1000"
  312. Localize="False"
  313. Disabled="False"
  314. Context="1"
  315. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  316. >
  317. <PROPERTIES
  318. Context="1"
  319. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  320. >
  321. <PROPERTY
  322. Name="RawType"
  323. Format="String"
  324. Context="1"
  325. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  326. >File</PROPERTY>
  327. <PROPERTY
  328. Name="Value"
  329. Format="String"
  330. Context="1"
  331. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  332. >netlanem.inf</PROPERTY>
  333. </PROPERTIES>
  334. </RESOURCE>
  335. <RESOURCE
  336. Name="RawDep(819):&quot;File&quot;,&quot;netlanep.inf&quot;"
  337. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  338. BuildTypeMask="819"
  339. BuildOrder="1000"
  340. Localize="False"
  341. Disabled="False"
  342. Context="1"
  343. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  344. >
  345. <PROPERTIES
  346. Context="1"
  347. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  348. >
  349. <PROPERTY
  350. Name="RawType"
  351. Format="String"
  352. Context="1"
  353. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  354. >File</PROPERTY>
  355. <PROPERTY
  356. Name="Value"
  357. Format="String"
  358. Context="1"
  359. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  360. >netlanep.inf</PROPERTY>
  361. </PROPERTIES>
  362. </RESOURCE>
  363. <RESOURCE
  364. Name="RawDep(819):&quot;File&quot;,&quot;nettcpip.inf&quot;"
  365. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  366. BuildTypeMask="819"
  367. BuildOrder="1000"
  368. Localize="False"
  369. Disabled="False"
  370. Context="1"
  371. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  372. >
  373. <PROPERTIES
  374. Context="1"
  375. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  376. >
  377. <PROPERTY
  378. Name="RawType"
  379. Format="String"
  380. Context="1"
  381. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  382. >File</PROPERTY>
  383. <PROPERTY
  384. Name="Value"
  385. Format="String"
  386. Context="1"
  387. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  388. >nettcpip.inf</PROPERTY>
  389. </PROPERTIES>
  390. </RESOURCE>
  391. <RESOURCE
  392. Name="File(819):&quot;%11%&quot;,&quot;wshatm.dll&quot;"
  393. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  394. BuildTypeMask="819"
  395. BuildOrder="1000"
  396. Localize="False"
  397. Disabled="False"
  398. Context="1"
  399. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  400. >
  401. <PROPERTIES
  402. Context="1"
  403. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  404. >
  405. <PROPERTY
  406. Name="DstPath"
  407. Format="String"
  408. Context="1"
  409. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  410. >%11%</PROPERTY>
  411. <PROPERTY
  412. Name="DstName"
  413. Format="String"
  414. Context="1"
  415. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  416. >wshatm.dll</PROPERTY>
  417. <PROPERTY
  418. Name="NoExpand"
  419. Format="Boolean"
  420. Context="1"
  421. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  422. >False</PROPERTY>
  423. </PROPERTIES>
  424. <DISPLAYNAME>Winsock/ATM</DISPLAYNAME>
  425. <DESCRIPTION>Winsock services over ATM helper DLL</DESCRIPTION>
  426. </RESOURCE>
  427. <RESOURCE
  428. Name="RawDep(819):&quot;File&quot;,&quot;MSVCRT.dll&quot;"
  429. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  430. BuildTypeMask="819"
  431. BuildOrder="1000"
  432. Localize="False"
  433. Disabled="False"
  434. Context="1"
  435. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  436. >
  437. <PROPERTIES
  438. Context="1"
  439. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  440. >
  441. <PROPERTY
  442. Name="RawType"
  443. Format="String"
  444. Context="1"
  445. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  446. >File</PROPERTY>
  447. <PROPERTY
  448. Name="Value"
  449. Format="String"
  450. Context="1"
  451. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  452. >MSVCRT.dll</PROPERTY>
  453. </PROPERTIES>
  454. </RESOURCE>
  455. <RESOURCE
  456. Name="RawDep(819):&quot;File&quot;,&quot;ntdll.dll&quot;"
  457. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  458. BuildTypeMask="819"
  459. BuildOrder="1000"
  460. Localize="False"
  461. Disabled="False"
  462. Context="1"
  463. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  464. >
  465. <PROPERTIES
  466. Context="1"
  467. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  468. >
  469. <PROPERTY
  470. Name="RawType"
  471. Format="String"
  472. Context="1"
  473. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  474. >File</PROPERTY>
  475. <PROPERTY
  476. Name="Value"
  477. Format="String"
  478. Context="1"
  479. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  480. >ntdll.dll</PROPERTY>
  481. </PROPERTIES>
  482. </RESOURCE>
  483. <RESOURCE
  484. Name="RawDep(819):&quot;File&quot;,&quot;KERNEL32.dll&quot;"
  485. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  486. BuildTypeMask="819"
  487. BuildOrder="1000"
  488. Localize="False"
  489. Disabled="False"
  490. Context="1"
  491. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  492. >
  493. <PROPERTIES
  494. Context="1"
  495. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  496. >
  497. <PROPERTY
  498. Name="RawType"
  499. Format="String"
  500. Context="1"
  501. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  502. >File</PROPERTY>
  503. <PROPERTY
  504. Name="Value"
  505. Format="String"
  506. Context="1"
  507. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  508. >KERNEL32.dll</PROPERTY>
  509. </PROPERTIES>
  510. </RESOURCE>
  511. <RESOURCE
  512. Name="RawDep(819):&quot;File&quot;,&quot;WS2_32.dll&quot;"
  513. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  514. BuildTypeMask="819"
  515. BuildOrder="1000"
  516. Localize="False"
  517. Disabled="False"
  518. Context="1"
  519. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  520. >
  521. <PROPERTIES
  522. Context="1"
  523. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  524. >
  525. <PROPERTY
  526. Name="RawType"
  527. Format="String"
  528. Context="1"
  529. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  530. >File</PROPERTY>
  531. <PROPERTY
  532. Name="Value"
  533. Format="String"
  534. Context="1"
  535. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  536. >WS2_32.dll</PROPERTY>
  537. </PROPERTIES>
  538. </RESOURCE>
  539. <RESOURCE
  540. Name="File(819):&quot;%12%&quot;,&quot;atmepvc.sys&quot;"
  541. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  542. BuildTypeMask="819"
  543. BuildOrder="1000"
  544. Localize="False"
  545. Disabled="False"
  546. Context="1"
  547. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  548. >
  549. <PROPERTIES
  550. Context="1"
  551. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  552. >
  553. <PROPERTY
  554. Name="DstPath"
  555. Format="String"
  556. Context="1"
  557. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  558. >%12%</PROPERTY>
  559. <PROPERTY
  560. Name="DstName"
  561. Format="String"
  562. Context="1"
  563. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  564. >atmepvc.sys</PROPERTY>
  565. <PROPERTY
  566. Name="NoExpand"
  567. Format="Boolean"
  568. Context="1"
  569. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  570. >False</PROPERTY>
  571. </PROPERTIES>
  572. <DISPLAYNAME>Ethernet PVC</DISPLAYNAME>
  573. <DESCRIPTION>Ethernet over ATM Permanent Virtual Circuit (RFC 2684)</DESCRIPTION>
  574. </RESOURCE>
  575. <RESOURCE
  576. Name="File(819):&quot;%11%&quot;,&quot;atmpvcno.dll&quot;"
  577. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  578. BuildTypeMask="819"
  579. BuildOrder="1000"
  580. Localize="False"
  581. Disabled="False"
  582. Context="1"
  583. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  584. >
  585. <PROPERTIES
  586. Context="1"
  587. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  588. >
  589. <PROPERTY
  590. Name="DstPath"
  591. Format="String"
  592. Context="1"
  593. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  594. >%11%</PROPERTY>
  595. <PROPERTY
  596. Name="DstName"
  597. Format="String"
  598. Context="1"
  599. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  600. >atmpvcno.dll</PROPERTY>
  601. <PROPERTY
  602. Name="NoExpand"
  603. Format="Boolean"
  604. Context="1"
  605. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  606. >False</PROPERTY>
  607. </PROPERTIES>
  608. <DISPLAYNAME>Ethernet PVC Notify Object</DISPLAYNAME>
  609. <DESCRIPTION>Network configuration notify object for Ethernet PVC (atmepvc)</DESCRIPTION>
  610. </RESOURCE>
  611. <RESOURCE
  612. Name="File(819):&quot;%12%&quot;,&quot;rawwan.sys&quot;"
  613. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  614. BuildTypeMask="819"
  615. BuildOrder="1000"
  616. Localize="False"
  617. Disabled="False"
  618. Context="1"
  619. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  620. >
  621. <PROPERTIES
  622. Context="1"
  623. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  624. >
  625. <PROPERTY
  626. Name="DstPath"
  627. Format="String"
  628. Context="1"
  629. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  630. >%12%</PROPERTY>
  631. <PROPERTY
  632. Name="DstName"
  633. Format="String"
  634. Context="1"
  635. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  636. >rawwan.sys</PROPERTY>
  637. <PROPERTY
  638. Name="NoExpand"
  639. Format="Boolean"
  640. Context="1"
  641. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  642. >False</PROPERTY>
  643. </PROPERTIES>
  644. <DISPLAYNAME>Winsock/ATM driver</DISPLAYNAME>
  645. <DESCRIPTION>Winsock application support over ATM networks</DESCRIPTION>
  646. </RESOURCE>
  647. <RESOURCE
  648. Name="RawDep(819):&quot;File&quot;,&quot;ADVAPI32.dll&quot;"
  649. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  650. BuildTypeMask="819"
  651. BuildOrder="1000"
  652. Localize="False"
  653. Disabled="False"
  654. Context="1"
  655. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  656. >
  657. <PROPERTIES
  658. Context="1"
  659. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  660. >
  661. <PROPERTY
  662. Name="RawType"
  663. Format="String"
  664. Context="1"
  665. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  666. >File</PROPERTY>
  667. <PROPERTY
  668. Name="Value"
  669. Format="String"
  670. Context="1"
  671. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  672. >ADVAPI32.dll</PROPERTY>
  673. </PROPERTIES>
  674. </RESOURCE>
  675. <RESOURCE
  676. Name="RawDep(819):&quot;File&quot;,&quot;ole32.dll&quot;"
  677. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  678. BuildTypeMask="819"
  679. BuildOrder="1000"
  680. Localize="False"
  681. Disabled="False"
  682. Context="1"
  683. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  684. >
  685. <PROPERTIES
  686. Context="1"
  687. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  688. >
  689. <PROPERTY
  690. Name="RawType"
  691. Format="String"
  692. Context="1"
  693. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  694. >File</PROPERTY>
  695. <PROPERTY
  696. Name="Value"
  697. Format="String"
  698. Context="1"
  699. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  700. >ole32.dll</PROPERTY>
  701. </PROPERTIES>
  702. </RESOURCE>
  703. <RESOURCE
  704. Name="RawDep(819):&quot;File&quot;,&quot;OLEAUT32.dll&quot;"
  705. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  706. BuildTypeMask="819"
  707. BuildOrder="1000"
  708. Localize="False"
  709. Disabled="False"
  710. Context="1"
  711. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  712. >
  713. <PROPERTIES
  714. Context="1"
  715. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  716. >
  717. <PROPERTY
  718. Name="RawType"
  719. Format="String"
  720. Context="1"
  721. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  722. >File</PROPERTY>
  723. <PROPERTY
  724. Name="Value"
  725. Format="String"
  726. Context="1"
  727. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  728. >OLEAUT32.dll</PROPERTY>
  729. </PROPERTIES>
  730. </RESOURCE>
  731. <RESOURCE
  732. Name="RawDep(819):&quot;File&quot;,&quot;USER32.dll&quot;"
  733. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  734. BuildTypeMask="819"
  735. BuildOrder="1000"
  736. Localize="False"
  737. Disabled="False"
  738. Context="1"
  739. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  740. >
  741. <PROPERTIES
  742. Context="1"
  743. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  744. >
  745. <PROPERTY
  746. Name="RawType"
  747. Format="String"
  748. Context="1"
  749. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  750. >File</PROPERTY>
  751. <PROPERTY
  752. Name="Value"
  753. Format="String"
  754. Context="1"
  755. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  756. >USER32.dll</PROPERTY>
  757. </PROPERTIES>
  758. </RESOURCE>
  759. <RESOURCE
  760. Name="RawDep(819):&quot;File&quot;,&quot;netepvcm.inf&quot;"
  761. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  762. BuildTypeMask="819"
  763. BuildOrder="1000"
  764. Localize="False"
  765. Disabled="False"
  766. Context="1"
  767. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  768. >
  769. <PROPERTIES
  770. Context="1"
  771. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  772. >
  773. <PROPERTY
  774. Name="RawType"
  775. Format="String"
  776. Context="1"
  777. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  778. >File</PROPERTY>
  779. <PROPERTY
  780. Name="Value"
  781. Format="String"
  782. Context="1"
  783. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  784. >netepvcm.inf</PROPERTY>
  785. </PROPERTIES>
  786. </RESOURCE>
  787. <RESOURCE
  788. Name="RawDep(819):&quot;File&quot;,&quot;netepvcp.inf&quot;"
  789. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  790. BuildTypeMask="819"
  791. BuildOrder="1000"
  792. Localize="False"
  793. Disabled="False"
  794. Context="1"
  795. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  796. >
  797. <PROPERTIES
  798. Context="1"
  799. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  800. >
  801. <PROPERTY
  802. Name="RawType"
  803. Format="String"
  804. Context="1"
  805. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  806. >File</PROPERTY>
  807. <PROPERTY
  808. Name="Value"
  809. Format="String"
  810. Context="1"
  811. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  812. >netepvcp.inf</PROPERTY>
  813. </PROPERTIES>
  814. </RESOURCE>
  815. <RESOURCE
  816. Name="File(819):&quot;%12%&quot;,&quot;atmarps.sys&quot;"
  817. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  818. BuildTypeMask="819"
  819. BuildOrder="1000"
  820. Localize="False"
  821. Disabled="False"
  822. Context="1"
  823. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  824. >
  825. <PROPERTIES
  826. Context="1"
  827. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  828. >
  829. <PROPERTY
  830. Name="DstPath"
  831. Format="String"
  832. Context="1"
  833. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  834. >%12%</PROPERTY>
  835. <PROPERTY
  836. Name="DstName"
  837. Format="String"
  838. Context="1"
  839. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  840. >atmarps.sys</PROPERTY>
  841. <PROPERTY
  842. Name="NoExpand"
  843. Format="Boolean"
  844. Context="1"
  845. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  846. >False</PROPERTY>
  847. </PROPERTIES>
  848. <DISPLAYNAME>ATM ARP Server Driver</DISPLAYNAME>
  849. <DESCRIPTION>Kernel mode component that provides IP to ATM address resolution</DESCRIPTION>
  850. </RESOURCE>
  851. <RESOURCE
  852. Name="RawDep(819):&quot;File&quot;,&quot;netaarps.inf&quot;"
  853. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  854. BuildTypeMask="819"
  855. BuildOrder="1000"
  856. Localize="False"
  857. Disabled="False"
  858. Context="1"
  859. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  860. >
  861. <PROPERTIES
  862. Context="1"
  863. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  864. >
  865. <PROPERTY
  866. Name="RawType"
  867. Format="String"
  868. Context="1"
  869. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  870. >File</PROPERTY>
  871. <PROPERTY
  872. Name="Value"
  873. Format="String"
  874. Context="1"
  875. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  876. >netaarps.inf</PROPERTY>
  877. </PROPERTIES>
  878. </RESOURCE>
  879. </RESOURCES>
  880. <GROUPMEMBERS
  881. >
  882. <GROUPMEMBER
  883. GroupVSGUID="{388249D2-1897-44ff-86F2-E159A27AA037}"
  884. ></GROUPMEMBER>
  885. </GROUPMEMBERS>
  886. <DEPENDENCIES
  887. Context="1"
  888. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  889. > </DEPENDENCIES>
  890. <DISPLAYNAME>ATM ARP Server</DISPLAYNAME>
  891. <VERSION>1.0</VERSION>
  892. <DESCRIPTION>IP Address Resolution services for an IP over ATM Network</DESCRIPTION>
  893. <COPYRIGHT>2000 Microsoft Corp.</COPYRIGHT>
  894. <VENDOR>Microsoft Corp.</VENDOR>
  895. <OWNERS>arvindm</OWNERS>
  896. <AUTHORS>arvindm</AUTHORS>
  897. <DATECREATED>7/18/2000</DATECREATED>
  898. <DATEREVISED>4/13/2001</DATEREVISED>
  899. </COMPONENT>
  900. </COMPONENTS>
  901. <RESTYPES
  902. Context="1"
  903. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  904. > </RESTYPES>
  905. </DCARRIER>