android signing

This commit is contained in:
2026-01-01 16:13:08 +02:00
parent 37f689f36d
commit 95d7489aa3
8 changed files with 180 additions and 15 deletions

16
fpc/public/legal.h Normal file
View File

@@ -0,0 +1,16 @@
#ifndef LEGAL_H
#define LEGAL_H
struct LegalInfo_t
{
const char *FirstName;
const char *LastName;
const char *OrganizationalUnitName;
const char *OrganizationName;
const char *City;
const char *State;
const char *CountryCode;
};
#endif