|
Android-cuttlefish cvd tool
|
#include <gflags/gflags.h>#include "absl/log/log.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/host/commands/secure_env/secure_env_windows_lib.h"
Functions | |
| DEFINE_string (keymaster_pipe, "", "Keymaster pipe path") | |
| DEFINE_string (gatekeeper_pipe, "", "Gatekeeper pipe path") | |
| DEFINE_bool (use_tpm, false, "Whether to use TPM for cryptography primitives.") | |
| int | main (int argc, char **argv) |
| DEFINE_bool | ( | use_tpm | , |
| false | , | ||
| "Whether to use TPM for cryptography primitives." | |||
| ) |
| DEFINE_string | ( | gatekeeper_pipe | , |
| "" | , | ||
| "Gatekeeper pipe path" | |||
| ) |
| DEFINE_string | ( | keymaster_pipe | , |
| "" | , | ||
| "Keymaster pipe path" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |