Leaked source code of windows server 2003
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.

111 lines
3.8 KiB

  1. /*:
  2. @*: This file is organized into two main blocks. The first block contains
  3. @*: code (non-string) sections which are specific to languages. Please put
  4. @*: the code sections in the correct language.
  5. @*: The second block is reserved for [Strings] which localizers will be
  6. @*: working with. It is further divided using "#if LANGUAGE ==" for language
  7. @*: specific strings. For strings which are common to all languages
  8. @*: place outside the #ifs.
  9. @*:
  10. @*: This file is first precompiled with LANGUAGE_ID
  11. @*: set to the language (see inf\win4\inf\makefile.inc for details).
  12. @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
  13. @*: will appear.
  14. @*:
  15. @*: Important: To support locstudio, this file contains only ONE [Strings] section.
  16. @*:
  17. @*/
  18. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  19. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  20. #elif LANGUAGE_ID == 0x804
  21. //CHS specific sections
  22. #elif LANGUAGE_ID == 0x404
  23. //CHT specific sections
  24. #elif LANGUAGE_ID == 0x411
  25. //JPN specific sections
  26. @n:[Manufacturer]
  27. @n:%MfgNEC%=NEC
  28. @n:
  29. @n:[NEC]
  30. @n:%PCI\VEN_11D1&DEV_01F7.DeviceDesc%=NO_DRV,PCI\VEN_11D1&DEV_01F7
  31. @n:
  32. @n:; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  33. @n:[NO_DRV]
  34. @n:
  35. @n:[NO_DRV.Services]
  36. @n:AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install
  37. @n:
  38. #elif LANGUAGE_ID == 0x412
  39. //KOR specific sections
  40. #endif
  41. // String section below for localizers
  42. [Strings]
  43. #if LANGUAGE_ID == 0x411
  44. @n:MfgNEC="NEC"
  45. @n:PCI\VEN_11D1&DEV_01F7.DeviceDesc="NEC PC-9821V233����DVD�f�R�[�_�{�[�h"
  46. @n:SPSVCINST_ASSOCSERVICE=0x00000002
  47. #endif
  48. ; non-localizeable
  49. Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  50. KSCATEGORY_DATADECOMPRESSOR="{2721AE20-7E70-11D0-A5D6-28DB04C10000}"
  51. KSCATEGORY_CAPTURE="{65e8773d-8f56-11d0-a3b9-00a0c9223196}"
  52. KSCATEGORY_TVTUNER="{a799a800-a46d-11d0-a18c-00a02401dcd4}"
  53. KSCATEGORY_CROSSBAR="{a799a801-a46d-11d0-a18c-00a02401dcd4}"
  54. SERVICE_KERNEL_DRIVER=1
  55. SERVICE_DEMAND_START=3
  56. SERVICE_AUTO_START=2
  57. SERVICE_ERROR_NORMAL=1
  58. REG_EXPAND_SZ=0x00020000
  59. REG_DWORD=0x00010001
  60. KEY_RUNONOSSTARTUP="Software\Microsoft\Windows\CurrentVersion\Run"
  61. ;localizeable
  62. Msft="Microsoft"
  63. MfgToshiba="Toshiba"
  64. Tosh8888.DeviceDesc="Toshiba DVD decoder card ver3"
  65. MfgRavisent="RAVISENT Technologies Inc."
  66. Cinemaster2DVD.DeviceDesc="Cinemaster C WDM DVD Driver"
  67. Cinemaster2.DeviceDesc="Cinemaster C WDM Main Driver"
  68. CinemasterCLC.DeviceDesc="CineMaster C 3.0 WDM Main Driver"
  69. MPEGVideoSubKey="System\CurrentControlSet\control\MediaResources\mci\mpegvideo"
  70. DVDVideoSubKey="System\CurrentControlSet\control\MediaResources\mci\dvdvideo"
  71. MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
  72. ; DVD Player
  73. DVDPLAY_DESC="DVD Player"
  74. FOLDER_DESC="Accessories\Entertainment"
  75. ; Toshiba pin name stuff
  76. GUID.VideoIn="{33AD5F43-F1BC-11D1-94A5-0000F8053484}"
  77. GUID.VPEOut="{33AD5F44-F1BC-11D1-94A5-0000F8053484}"
  78. GUID.AudioIn="{33AD5F45-F1BC-11D1-94A5-0000F8053484}"
  79. GUID.CCOut="{33AD5F46-F1BC-11D1-94A5-0000F8053484}"
  80. GUID.SubpicIn="{33AD5F47-F1BC-11D1-94A5-0000F8053484}"
  81. GUID.NTSCOut="{33AD5F48-F1BC-11D1-94A5-0000F8053484}"
  82. Node.VideoIn="Video In"
  83. Node.VPEOut="VPE Out"
  84. Node.AudioIn="Audio In"
  85. Node.CCOut="CC Out"
  86. Node.SubpicIn="Subpicture In"
  87. Node.NTSCOut="NTSC Out"
  88. ; Ravisent pin name stuff
  89. VideoInGUID="{8d12d0c0-dafc-11d2-bda7-0060085117bc}"
  90. AudioInGUID="{a6e7f980-dafc-11d2-bda7-0060085117bc}"
  91. SubpicInGUID="{b02b30c0-dafc-11d2-bda7-0060085117bc}"
  92. VPEOutGUID="{b8497000-dafc-11d2-bda7-0060085117bc}"
  93. Line21OutGUID="{c2253dc0-dafc-11d2-bda7-0060085117bc}"
  94. VideoInName="Video"
  95. AudioInName="Audio"
  96. SubpicInName="SubPicture"
  97. VPEOutName="VPE"
  98. Line21OutName="~CC Info"