summaryrefslogtreecommitdiffstats
path: root/meta-agl/meta-agl-basesystem/recipes-core/agl-basefiles/files/share/system_launcher_main.xml
blob: ac34d29b51c49a92dddc285f7629a55eb10d5047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" ?>

<!DOCTYPE system_launcher [
  <!ELEMENT system_launcher (group+) >

  <!ELEMENT  group (launch+) >
  <!ATTLIST group
    name        CDATA               #REQUIRED
    wait_time   CDATA               #REQUIRED
    trigger     (True|False)        #REQUIRED
  >

  <!ELEMENT  launch EMPTY >
  <!ATTLIST launch
    name              CDATA               #REQUIRED
    path              CDATA               #REQUIRED
    priority          CDATA               #REQUIRED
    critical          CDATA               #REQUIRED
    retry_cnt         CDATA               #REQUIRED
    arguments         CDATA               #REQUIRED
    logging_mask      CDATA               "NULL"
    restart           (me|NULL)           #REQUIRED
    is_start_required (True|False)        #REQUIRED
    shutdown_critical       CDATA         #REQUIRED
    shutdown_wait_time      CDATA         #REQUIRED
    fast_shutdown_wait_time CDATA         #REQUIRED
    user_name               CDATA         #REQUIRED
    is_agl_unit                  (True|False)  #IMPLIED
    disable_agl_resethistory     (True|False)  #IMPLIED
    disable_nonagl_resethistory  (True|False)  #IMPLIED
    env_cond                CDATA         #IMPLIED
    cpu_assign              CDATA         #IMPLIED
  >

  <!ENTITY system_launcher_body SYSTEM   "system_launcher_body.xml">
]>

<system_launcher>
  &system_launcher_body;
</system_launcher>