AnKangCAVE51/AnKang/Windows/Engine/Plugins/Experimental/PlatformCrypto/PlatformCrypto.uplugin

69 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"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"
]
}
]
}