29 #ifndef GPGFRONTEND_ZH_CN_TS_GPGINFO_H
30 #define GPGFRONTEND_ZH_CN_TS_GPGINFO_H
42 std::string DatabasePath;
43 std::string GnupgVersion;
44 std::string GpgConfPath;
45 std::string AssuanPath;
47 std::string GpgAgentPath;
48 std::string DirmngrPath;
49 std::string KeyboxdPath;
50 std::string GpgMEVersion;
51 std::string GnuPGHomePath;
53 std::map<std::string, std::vector<std::string>> ComponentsInfo;
54 std::map<std::string, std::vector<std::string>> ConfigurationsInfo;
55 std::map<std::string, std::vector<std::string>> OptionsInfo;
56 std::map<std::string, std::vector<std::string>> AvailableOptionsInfo;
Use to record some info about gnupg.
Definition: GpgInfo.h:39
std::string AppPath
executable binary path of gnupg
Definition: GpgInfo.h:41
Definition: CoreCommonUtil.cpp:31