Sign in
opensecura
/
3p
/
sel4
/
camkes
/
cb16a1c46eee4d9c08d81dce135619acb77f6e92
/
.
/
apps
/
rotate
/
components
/
Server
/
Server.camkes
blob: 655fc588f213c904db366f433d0a1e5409ce5646 [
file
]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
import
"../../interfaces/Rotation.idl4"
;
component
Server
{
provides
Rotation
s
;
}