blob: 6aa124be18b5458f26e3fe64beaa9332141f1834 [file] [log] [blame] [edit]
/*
* Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
import "components/main/main.camkes";
/* Define our assembly to just contain the simple main object which is imported above */
assembly {
composition {
component main main_object;
}
configuration
{
/* No configuration */
}
}