occlum/tools/gen_enclave_conf
zongmin.gu 942321363d Combine the enclave configuration into the occlum configuration file
Update the occlum.json to align with the gen_enclave_conf design.
Below is the two updated structures:
   "metadata": {
        "product_id": 0,
        "version_number": 0,
        "debuggable": true
    },
    "resource_limits": {
        "max_num_of_threads": 32,
        "kernel_space_heap_size": "32MB",
        "kernel_space_stack_size": "1MB",
        "user_space_size": "256MB"
    }
2020-06-05 11:03:47 +08:00
..
src Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00
.gitignore Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00
Cargo.lock Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00
Cargo.toml Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00
Makefile Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00