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.

54 lines
1.7 KiB

  1. ;
  2. ; main.heb.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. ; BootTestMachines::<archtype>::<sku>
  30. ;
  31. ; Purpose: The machines listed in these fields will be used as boot test
  32. ; machines during the postbuild process. The machines must have
  33. ; specific settings for safe builds and startup items -- see
  34. ; AutoBootTest.cmd or contact WadeLa. The name given in this field
  35. ; must be the name of the safe build. If no field is specified for a
  36. ; given archtype and sku, no boot test is run.
  37. ;
  38. ; Example: BootTestMachines::X86FRE::per
  39. ;
  40. BootTestMachines::X86FRE::pro=i32bt007
  41. BootTestMachines::X86CHK::pro=i32bt007
  42. ;
  43. ;
  44. ;
  45. ;
  46. ; Includes
  47. ;
  48. ; Purpose: Include general settings for all languages.
  49. ;
  50. ; Example: include=redmond.intl.ini
  51. ;
  52. #include redmond.intl.ini
  53. ;
  54. ;