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