Closed saxenauts closed 5 years ago
Hello there,
Thanks for the question. sim_enclave
is using the correct rule. I'm not a bazel expert but what I think is happening is that the asylo_proto_library
function is generating a new rule called tf_trusted_config_proto_cc
. This BUILD file was developed based on the Asylo tutorials and you can see that they're doing a similar thing here: https://asylo.dev/docs/guides/quickstart.html#building-and-running-an-enclave-application
Let me know if you have further questions. Happy to help.
In the following rules definitions (tf_trusted/BUILD), the rule name defined in sim_enclave is "tf_trusted_config_proto", and the dependencies in sim_enclave and enclave_loader is named "tf_trusted_config_proto_cc".
Just wanted to check if this is intended.