Android-cuttlefish cvd tool
|
#include <android-base/logging.h>
#include <gflags/gflags.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 | ||
) |