libamxo  4.3.4
Object Definition Language (ODL) parsing
issue_48.odl
Go to the documentation of this file.
2  prefix_ = "X_SOFTATHOME-COM_";
3 }
4 
5 %define {
6  object Firewall {
7  %persistent object '${prefix_}Policy'[] {
8  }
9  }
10 }
11 
12 %define {
13  select 'Firewall.${prefix_}Policy' {
14  }
15 }
16 
17 %populate {
18  object 'Firewall.${prefix_}Policy' {
19  }
20 }
config
Definition: issue_48.odl:1
define
Definition: main.odl:1