mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-08-29 18:13:36 +00:00
Update the cbindgen toml to re-enable clang-format check
Change-Id: I826b172087a09111c4f9934794f2a5c9e195e1ad GitOrigin-RevId: ed65bc8643bf5e909760dc632d856048e8aace62
This commit is contained in:
parent
b2bd86e43b
commit
70b86c9c84
@ -1,6 +1,6 @@
|
|||||||
language = "C"
|
language = "C"
|
||||||
include_guard = "__MEMORY_MANAGER_BINDINGS_H__"
|
include_guard = "__MEMORY_MANAGER_BINDINGS_H__"
|
||||||
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.\n */"
|
||||||
no_includes = true
|
no_includes = true
|
||||||
includes = ["CamkesBindings.h"]
|
includes = ["CamkesBindings.h"]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
language = "C"
|
language = "C"
|
||||||
include_guard = "__ML_COORDINATOR_BINDINGS_H__"
|
include_guard = "__ML_COORDINATOR_BINDINGS_H__"
|
||||||
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.\n */"
|
||||||
no_includes = true
|
no_includes = true
|
||||||
includes = ["CamkesBindings.h"]
|
includes = ["CamkesBindings.h"]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
language = "C"
|
language = "C"
|
||||||
include_guard = "__PROCESS_MANAGER_BINDINGS_H__"
|
include_guard = "__PROCESS_MANAGER_BINDINGS_H__"
|
||||||
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.\n */"
|
||||||
no_includes = true
|
no_includes = true
|
||||||
includes = ["CamkesBindings.h"]
|
includes = ["CamkesBindings.h"]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
language = "C"
|
language = "C"
|
||||||
include_guard = "__SECURITY_COORDINATOR_BINDINGS_H__"
|
include_guard = "__SECURITY_COORDINATOR_BINDINGS_H__"
|
||||||
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.\n */"
|
||||||
no_includes = true
|
no_includes = true
|
||||||
includes = ["CamkesBindings.h"]
|
includes = ["CamkesBindings.h"]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
language = "C"
|
language = "C"
|
||||||
include_guard = "__STORAGE_MANAGER_BINDINGS_H__"
|
include_guard = "__STORAGE_MANAGER_BINDINGS_H__"
|
||||||
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.\n */"
|
||||||
no_includes = true
|
no_includes = true
|
||||||
includes = ["CamkesBindings.h"]
|
includes = ["CamkesBindings.h"]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
language = "C"
|
language = "C"
|
||||||
include_guard = "__TIMER_SERVICE_BINDINGS_H__"
|
include_guard = "__TIMER_SERVICE_BINDINGS_H__"
|
||||||
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.\n */"
|
||||||
no_includes = true
|
no_includes = true
|
||||||
includes = ["CamkesBindings.h"]
|
includes = ["CamkesBindings.h"]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
language = "C"
|
language = "C"
|
||||||
include_guard = "__CAMKES_BINDINGS_H__"
|
include_guard = "__CAMKES_BINDINGS_H__"
|
||||||
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.\n */"
|
||||||
no_includes = true
|
no_includes = true
|
||||||
|
|
||||||
[export]
|
[export]
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#ifndef __CAMKES_BINDINGS_H__
|
#ifndef __CAMKES_BINDINGS_H__
|
||||||
#define __CAMKES_BINDINGS_H__
|
#define __CAMKES_BINDINGS_H__
|
||||||
|
|
||||||
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.
|
||||||
|
*/
|
||||||
|
|
||||||
#define CAP_RELEASE 2147483648
|
#define CAP_RELEASE 2147483648
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#ifndef __MEMORY_MANAGER_BINDINGS_H__
|
#ifndef __MEMORY_MANAGER_BINDINGS_H__
|
||||||
#define __MEMORY_MANAGER_BINDINGS_H__
|
#define __MEMORY_MANAGER_BINDINGS_H__
|
||||||
|
|
||||||
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "CamkesBindings.h"
|
#include "CamkesBindings.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#ifndef __ML_COORDINATOR_BINDINGS_H__
|
#ifndef __ML_COORDINATOR_BINDINGS_H__
|
||||||
#define __ML_COORDINATOR_BINDINGS_H__
|
#define __ML_COORDINATOR_BINDINGS_H__
|
||||||
|
|
||||||
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "CamkesBindings.h"
|
#include "CamkesBindings.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#ifndef __PROCESS_MANAGER_BINDINGS_H__
|
#ifndef __PROCESS_MANAGER_BINDINGS_H__
|
||||||
#define __PROCESS_MANAGER_BINDINGS_H__
|
#define __PROCESS_MANAGER_BINDINGS_H__
|
||||||
|
|
||||||
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "CamkesBindings.h"
|
#include "CamkesBindings.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#ifndef __SECURITY_COORDINATOR_BINDINGS_H__
|
#ifndef __SECURITY_COORDINATOR_BINDINGS_H__
|
||||||
#define __SECURITY_COORDINATOR_BINDINGS_H__
|
#define __SECURITY_COORDINATOR_BINDINGS_H__
|
||||||
|
|
||||||
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "CamkesBindings.h"
|
#include "CamkesBindings.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#ifndef __STORAGE_MANAGER_BINDINGS_H__
|
#ifndef __STORAGE_MANAGER_BINDINGS_H__
|
||||||
#define __STORAGE_MANAGER_BINDINGS_H__
|
#define __STORAGE_MANAGER_BINDINGS_H__
|
||||||
|
|
||||||
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "CamkesBindings.h"
|
#include "CamkesBindings.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#ifndef __TIMER_SERVICE_BINDINGS_H__
|
#ifndef __TIMER_SERVICE_BINDINGS_H__
|
||||||
#define __TIMER_SERVICE_BINDINGS_H__
|
#define __TIMER_SERVICE_BINDINGS_H__
|
||||||
|
|
||||||
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "CamkesBindings.h"
|
#include "CamkesBindings.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user