~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/util/tests/drirc_configdir/01-unused

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" standalone="yes"?>
2
 
<!DOCTYPE driconf [
3
 
   <!ELEMENT driconf      (device+)>
4
 
   <!ELEMENT device       (application | engine)+>
5
 
   <!ATTLIST device       driver CDATA #IMPLIED>
6
 
   <!ELEMENT application  (option+)>
7
 
   <!ATTLIST application  name CDATA #REQUIRED
8
 
                          executable CDATA #IMPLIED
9
 
                          executable_regexp CDATA #IMPLIED
10
 
                          sha1 CDATA #IMPLIED
11
 
                          application_name_match CDATA #IMPLIED
12
 
                          application_versions CDATA #IMPLIED>
13
 
   <!ELEMENT engine       (option+)>
14
 
 
15
 
   <!-- engine_name_match: A regexp matching the engine name -->
16
 
   <!-- engine_versions: A version in range format
17
 
             (version 1 to 4 : "1:4") -->
18
 
 
19
 
   <!ATTLIST engine       engine_name_match CDATA #REQUIRED
20
 
                          engine_versions CDATA #REQUIRED>
21
 
 
22
 
   <!ELEMENT option       EMPTY>
23
 
   <!ATTLIST option       name CDATA #REQUIRED
24
 
                          value CDATA #REQUIRED>
25
 
]>
26
 
 
27
 
<!-- since this file lacks its extension, it shouldn't be parsed. -->
28
 
 
29
 
<driconf>
30
 
    <device>
31
 
        <application name="Application 1" executable="app1">
32
 
            <option name="mesa_drirc_option" value="100" />
33
 
        </application>
34
 
    </device>
35
 
</driconf>