tree: cdd59e1f209d3677beeeae3658524cd19365bb5f [path history] [tgz]
  1. hello_world_v0/
  2. hello_world_v1/
  3. assemble_security_pkg_test_system.gni
  4. build_info.gni
  5. README.md
  6. v0_version.txt
  7. v1_version.txt
  8. verify_update_package_resources_test.py
src/security/pkg_test/assemblies/README.md

System Assemblies for Security Package Delivery Tests

This directory contains very small system assemblies for use in security package delivery tests. These assemblies are used to define the running system and/or system update in the hermetic package delivery system.

Assembly Listing

  1. hello_world_v0: A minimal system that contains a “Hello, World!” program. This assembly is usually used as an initial running system. The system update version is intended to encode “Version 1.0.0, released 1 January 1970”.
  2. hello_world_v1: A minimal system that contains a “Hello, World!” program that is different from the one assembled in hello_world_v0. This assembly is usually used as an update to the hello_world_v1 assembly. The system update version is intended to encode “Version 1.1.0, released 1 January 1970”.