blob: 72be01b403d3cf64174e4d8c00b3407c882025c7 [file] [log] [blame]
LuK1337e48f96d2020-09-16 00:24:54 +02001#####################################
2# hal_attribute_omni(hal_name)
3define(`hal_attribute_omni', `
4attribute hal_$1;
5expandattribute hal_$1 true;
6attribute hal_$1_client;
7expandattribute hal_$1_client true;
8attribute hal_$1_server;
9expandattribute hal_$1_server false;
10')