Collection of miscellaneous PAL changes required for restricted platforms. (#6482)

Signed-off-by: bosnichd <bosnichd@amazon.com>
This commit is contained in:
bosnichd
2021-12-20 08:15:10 -07:00
committed by GitHub
parent fea4d0e6b1
commit d5b9cf10cf
25 changed files with 139 additions and 36 deletions
@@ -15,15 +15,15 @@
#include <AzCore/Serialization/SerializeContext.h>
#if defined(AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS)
#if defined(TOOLS_SUPPORT_JASPER)
#include <Platform/Jasper/RHI.Builders/ShaderPlatformInterface_Jasper.h>
#endif
#if defined(TOOLS_SUPPORT_PROVO)
#include <Platform/Provo/RHI.Builders/ShaderPlatformInterface_Provo.h>
#endif
#if defined(TOOLS_SUPPORT_SALEM)
#include <Platform/Salem/RHI.Builders/ShaderPlatformInterface_Salem.h>
#endif
# if defined(TOOLS_SUPPORT_JASPER)
# include AZ_RESTRICTED_FILE_EXPLICIT(RHI.Builders/ShaderPlatformInterface, Jasper)
# endif
# if defined(TOOLS_SUPPORT_PROVO)
# include AZ_RESTRICTED_FILE_EXPLICIT(RHI.Builders/ShaderPlatformInterface, Provo)
# endif
# if defined(TOOLS_SUPPORT_SALEM)
# include AZ_RESTRICTED_FILE_EXPLICIT(RHI.Builders/ShaderPlatformInterface, Salem)
# endif
#endif
#include <Atom/RHI.Reflect/DX12/Base.h>