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.

80 lines
2.1 KiB

  1. ;
  2. ; main.psu.ini
  3. ;
  4. ; This file defines language specific settings for use in the build process.
  5. ; This file includes the general settings from the include file listed below for
  6. ; all languages. This include file is designed as site specific. Redmond and
  7. ; Dublin will have seperate general include files.
  8. ;
  9. ; This file defines many of the optional settings used by a VBL or different
  10. ; language build process, centralizing them in one place.
  11. ;
  12. ; You may add new fields as appropriate, with comments clearly stating the
  13. ; purpose and valid entries the field may contain, and preferrably and example.
  14. ;
  15. ; Finally, please call the script GetIniSetting.cmd to retrieve data from this
  16. ; file to a cmd script, or alternately use PlGetIniSetting.pm to retrieve data
  17. ; to a perl script. The &MyGetField( $FieldName, $Language, $BranchName ) sub
  18. ; will return the field's value or undef if not found.
  19. ;
  20. ; Please note that any fields you do not have reason to use may be simply
  21. ; commented out with a semicolon.
  22. ;
  23. ;
  24. ;
  25. ;
  26. ; --- BEGIN SETTINGS --
  27. ;
  28. ;
  29. ;
  30. ; MuiReleaseServer
  31. ;
  32. ; Purpose: This field enumerates release servers to propagate the mui build
  33. ; via muiprop.pm
  34. ;
  35. ; Example: MuiReleaseServer=intblds10\d$
  36. ;
  37. MuiReleaseServer=intblds10
  38. ;
  39. ;
  40. ;
  41. ;
  42. ; MuiPrimaryPath
  43. ;
  44. ; Purpose: This field sets the path on the release server to propagate the mui
  45. ; build.
  46. ; via muiprop.pm
  47. ;
  48. ; Example: MuiPrimaryPath=d$\release\mui
  49. ;
  50. MuiPrimaryPath=\d$\release\mui.psu
  51. ;
  52. ;
  53. ;
  54. ;
  55. ; BootTestMachines::<archtype>::<sku>
  56. ;
  57. ; Purpose: The machines listed in these fields will be used as boot test
  58. ; machines during the postbuild process. The machines must have
  59. ; specific settings for safe builds and startup items -- see
  60. ; AutoBootTest.cmd or contact WadeLa. The name given in this field
  61. ; must be the name of the safe build. If no field is specified for a
  62. ; given archtype and sku, no boot test is run.
  63. ;
  64. ; Example: BootTestMachines::X86FRE::per
  65. ;
  66. BootTestMachines::X86FRE::srv=i32bt020
  67. BootTestMachines::X86CHK::srv=i32bt020
  68. ;
  69. ;
  70. ;
  71. ;
  72. ; Includes
  73. ;
  74. ; Purpose: Include general settings for all languages.
  75. ;
  76. ; Example: include=redmond.intl.ini
  77. ;
  78. #include redmond.intl.ini
  79. ;
  80. ;