69 lines
1.4 KiB
Plaintext
69 lines
1.4 KiB
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "Platform Cryptography Plugin",
|
|
"Description": "Exposes a unified API for cryptography functionality provided by the platform, if available. Otherwise, interfaces with OpenSSL.",
|
|
"Category": "Misc",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"EnabledByDefault": true,
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": false,
|
|
"Installed": false,
|
|
"SupportedPrograms": [ "UnrealPak" ],
|
|
"Modules": [
|
|
{
|
|
"Name": "PlatformCrypto",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "EarliestPossible",
|
|
"PlatformAllowList": [
|
|
"Android",
|
|
"IOS",
|
|
"Mac",
|
|
"Win64",
|
|
"Linux",
|
|
"LinuxArm64"
|
|
],
|
|
"PlatformDenyList": [
|
|
"TVOS"
|
|
],
|
|
"ProgramAllowList": [ "UnrealPak" ]
|
|
},
|
|
{
|
|
"Name": "PlatformCryptoTypes",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "EarliestPossible",
|
|
"PlatformAllowList": [
|
|
"Android",
|
|
"IOS",
|
|
"Mac",
|
|
"Win64",
|
|
"Linux",
|
|
"LinuxArm64"
|
|
],
|
|
"PlatformDenyList": [
|
|
"TVOS"
|
|
]
|
|
},
|
|
{
|
|
"Name": "PlatformCryptoOpenSSL",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "EarliestPossible",
|
|
"PlatformAllowList": [
|
|
"Android",
|
|
"IOS",
|
|
"Mac",
|
|
"Win64",
|
|
"Linux",
|
|
"LinuxArm64"
|
|
],
|
|
"PlatformDenyList": [
|
|
"TVOS"
|
|
]
|
|
}
|
|
]
|
|
} |