File tree 4 files changed +30
-2
lines changed
apps/system/components/kata-os-common/src/camkes
4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ To use crates from Sparrow you can reference them from a local repository or
45
45
directly from GitHub using git; e.g. in a Config.toml:
46
46
```
47
47
kata-os-common = { path = "../system/components/kata-os-common" }
48
- kata-os-common = { git = "https://github.com/google/ AmbiML/sparrow/kata" }
48
+ kata-os-common = { git = "https://github.com/AmbiML/sparrow/kata" }
49
49
```
50
50
NB: the git usage depends on cargo's support for searching for a crate
51
51
named "kata-os-common" in the kata repo.
Original file line number Diff line number Diff line change 1
- INTERFACES =../../../../interfaces
1
+ INTERFACES =${OUT}/kata/components
2
2
3
3
${INTERFACES}/CamkesBindings.h : src/lib.rs cbindgen.toml
4
4
cbindgen -c cbindgen.toml src/lib.rs -o $@
Original file line number Diff line number Diff line change
1
+ # Copyright 2022 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # https://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
1
15
set (CAMKES_APP "system" CACHE STRING "The one and only CAmkES application in this project" )
2
16
#set(CAPDL_LOADER_APP "capdl-loader-app" CACHE STRING "")
3
17
set (CAPDL_LOADER_APP "kata-os-rootserver" CACHE STRING "" )
Original file line number Diff line number Diff line change
1
+ # Copyright 2022 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # https://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
1
15
fn_call_width = 70
2
16
fn_single_line = true
You can’t perform that action at this time.
0 commit comments