lh-l4v/camkes
Japheth Lim f053fb0181 CamkesAdlSpec: allow ad-hoc additions to integrity policy
Each CAmkES assembly gets an extra field `policy_extra` to specify
extra policy edges. These are added to the default policy graph from
`policy_of`.

This feature is intended to support endpoint merging in the
`global-endpoint` CAmkES template, which could add communication
edges that were not present in the ADL.
2019-09-05 17:03:41 +10:00
..
adl-spec CamkesAdlSpec: allow ad-hoc additions to integrity policy 2019-09-05 17:03:41 +10:00
cdl-refine CamkesAdlSpec: allow ad-hoc additions to integrity policy 2019-09-05 17:03:41 +10:00
glue-proofs global: isabelle update_cartouches 2019-06-14 11:41:21 +10:00
glue-spec global: isabelle update_cartouches 2019-06-14 11:41:21 +10:00
Makefile Removes all trailing whitespaces 2017-07-12 15:13:51 +10:00
README release cleanup 2014-07-17 18:22:50 +02:00
ROOT CamkesCdlRefine: delete Generator theory 2019-07-24 16:08:14 +10:00
tests.xml camkes: support generalised connector semantics 2019-07-24 16:08:14 +10:00

README

#
# Copyright 2014, NICTA
#
# This software may be distributed and modified according to the terms of
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(NICTA_GPL)
#

CAmkES is a component platform for seL4. This directory contains files related
to a formal Isabelle model of CAmkES.

 adl-spec/ - Architectural model.
 glue-proofs/ - AutoCorres-based work (bottom-up approach to glue code).
 glue-spec/ - Behavioural model (top-down approach to glue code).