Update the cbindgen toml to re-enable clang-format check

Change-Id: I826b172087a09111c4f9934794f2a5c9e195e1ad
GitOrigin-RevId: ed65bc8643bf5e909760dc632d856048e8aace62
This commit is contained in:
Cindy Liu 2022-06-27 17:03:54 -07:00 committed by Sam Leffler
parent b2bd86e43b
commit 70b86c9c84
14 changed files with 21 additions and 14 deletions

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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]

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"