Annotation of ntddk/src/setup/inf/layout/txtsetup.oem, revision 1.1.1.1

1.1       root        1: #
                      2: # format for txtsetup.oem.
                      3: #
                      4: # General format:
                      5: #
                      6: # [section]
                      7: # key = value1,value2,...
                      8: #
                      9: #
                     10: # The hash ('#') introduces a comment.
                     11: # Strings with embedded spaces, commas, or hashes should be double-quoted
                     12: #
                     13: 
                     14: 
                     15: [Disks]
                     16: 
                     17: # This section lists all disks in the disk set.
                     18: #
                     19: # <description> is a descriptive name for a disk, used when
                     20: #   prompting for the disk
                     21: # <tagfile> is a file whose presence allows setup to recognize
                     22: #   that the disk is inserted.
                     23: # <directory> is where the files are located on the disk.
                     24: #
                     25: 
                     26: d1 = "OEM DISK (LAYOUT)", \laytag, \
                     27: 
                     28: [Defaults]
                     29: 
                     30: # This section lists the default selection for each 'required'
                     31: # hardware component.  If a line is not present for a component,
                     32: # the default defaults to the first item in the [<component_name>]
                     33: # section (see below).
                     34: #
                     35: # <component_name> is one of computer, display, keyboard, mouse, scsi
                     36: # <id> is a unique <within the component> string to be associated
                     37: #   with an option.
                     38: 
                     39: "Keyboard Layout" = 00000809
                     40: 
                     41: 
                     42: ["Keyboard Layout"]
                     43: 
                     44: # This section lists the options available for a particular component.
                     45: #
                     46: # <id> is the unique string for the option
                     47: # <description> is a text string, presented to the user in a menu
                     48: # <key_name> gives the name of the key to be created for the component in
                     49: #   HKEY_LOCAL_MACHINE\ControlSet001\Services
                     50: 
                     51: 00000809 = "OEM UK English Keyboard Layout", ""
                     52: 
                     53: [Files."Keyboard Layout".00000809]
                     54: 
                     55: # This section lists the files that should be copied if the user
                     56: # selects a particular component option.
                     57: #
                     58: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
                     59: #   See below.
                     60: # <source_disk> identifies where the file is to be copied from, and must
                     61: #   match en entry in the [Disks] section.
                     62: # <filename> is the name of the file. This will be appended to the
                     63: #   directory specified for the disk in the [Disks] section to form the
                     64: #   full path of the file on the disk.
                     65: 
                     66: dll = d1, kbduk.dll
                     67: inf = d1, oemsetup.inf
                     68: 
                     69: 
                     70: [Config."Keyboard Layout".00000809]
                     71: 
                     72: # This section specifies values to be set in the registry for
                     73: # particular component options.  Required values in the services\xxx
                     74: # key are created automatically -- use this section to specify additional
                     75: # keys to be created in services\xxx and values in services\xxx and
                     76: # services\xxx\yyy.
                     77: #
                     78: # <key_name> is relative to the services node for this device.
                     79: #   If it is empty, then it refers to the services node.
                     80: #   If specified, the key is created first.
                     81: # <value_name> specifies the value to be set within the key
                     82: # <value_type> is a string like REG_DWORD.  See below.
                     83: # <value> specifies the actual value; its format depends on <value_type>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.