Files
drivers_adapter/uhdf2/hcs/default/device_info.hcs
T
s00442234 433b0d6e23 fix file permissiom and md info
Signed-off-by: s00442234 <susha@huawei.com>
2022-03-10 19:14:15 +08:00

21 lines
536 B
Plaintext

root {
device_info {
match_attr = "hdf_manager";
template host {
hostName = "";
priority = 100;
template device {
template deviceNode {
policy = 0;
priority = 100;
preload = 0;
permission = 0664;
moduleName = "";
serviceName = "";
deviceMatchAttr = "";
}
}
}
}
}