X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fbinding%2Flow-can-apidef.h;h=d8edab6261497ccf79f4f185e650f774ce2a8310;hb=d42b7240d7cbd8a36b5adfd9a5726302b37a0b0f;hp=1182b4fe073eb82d9ccdc3a677f4a45d9e6c26a1;hpb=cfe2298c30237186eb71c52f4105eb8534560e44;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/binding/low-can-apidef.h b/low-can-binding/binding/low-can-apidef.h index 1182b4fe..d8edab62 100644 --- a/low-can-binding/binding/low-can-apidef.h +++ b/low-can-binding/binding/low-can-apidef.h @@ -57,10 +57,10 @@ static const char _afb_description_v2_low_can[] = #include #endif /*static const struct afb_auth _afb_auths_v2_low_can[] = { - { .type = afb_auth_Permission, .text = "urn:AGL:permission:*:*platform:can:write ", .next = NULL} + { .type = afb_auth_Permission, .text = "urn:AGL:permission::platform:can:write", .next = NULL} };*/ -const struct afb_auth _afb_auths_v2_low_can[] = {afb::auth_permission("urn:AGL:permission:*:*platform:can:write ")}; +const struct afb_auth _afb_auths_v2_low_can[] = {afb::auth_permission("urn:AGL:permission::platform:can:write")}; void subscribe(struct afb_req req); void unsubscribe(struct afb_req req);