Explorar el Código

Change the bootstrap setreg files to use the poper platform folders instead of using the old PlatformGet() function. Once no longer used we can deprecate PlatformGet() (#13547)

Signed-off-by: byrcolin <[email protected]>

Signed-off-by: byrcolin <[email protected]>
AMZN-byrcolin hace 2 años
padre
commit
ecf542f648

+ 10 - 0
Registry/Platform/Android/bootstrap_overrides.setreg

@@ -0,0 +1,10 @@
+{
+    "Amazon": {
+        "AzCore": {
+            "Bootstrap": {
+                "assets": "android",
+                "connect_to_remote": 1
+            }
+        }
+    }
+}

+ 11 - 0
Registry/Platform/Linux/bootstrap_overrides.setreg

@@ -0,0 +1,11 @@
+{
+    "Amazon": {
+        "AzCore": {
+            "Bootstrap": {
+                "assets": "linux",
+                "connect_to_remote": 1,
+                "wait_for_connect": 1
+            }
+        }
+    }
+}

+ 3 - 0
Registry/Platform/Mac/bootstrap_overrides.setreg

@@ -2,6 +2,9 @@
     "Amazon": {
         "AzCore": {
             "Bootstrap": {
+                "assets": "mac",
+                "connect_to_remote": 1,
+                "wait_for_connect": 1,
                 // The first time an application is launched on MacOS, each
                 // dynamic library is inspected by the OS before being loaded.
                 // This can take a while on some Macs.

+ 10 - 0
Registry/Platform/Windows/bootstrap_overrides.setreg

@@ -0,0 +1,10 @@
+{
+    "Amazon": {
+        "AzCore": {
+            "Bootstrap": {
+                "connect_to_remote": 1,
+                "wait_for_connect": 1
+            }
+        }
+    }
+}

+ 10 - 0
Registry/Platform/iOS/bootstrap_overrides.setreg

@@ -0,0 +1,10 @@
+{
+    "Amazon": {
+        "AzCore": {
+            "Bootstrap": {
+                "assets": "ios",
+                "connect_to_remote": 1
+            }
+        }
+    }
+}

+ 0 - 25
Registry/bootstrap.setreg

@@ -3,37 +3,12 @@
         "AzCore": {
             "Bootstrap": {
                 "remote_filesystem": 0,
-                "provo_remote_filesystem": 0,
-                "android_remote_filesystem": 0,
-                "ios_remote_filesystem": 0,
-                "mac_remote_filesystem": 0,
                 "assets": "pc",
-                "linux_assets": "linux",
-                "android_assets": "android",
-                "ios_assets": "ios",
-                "mac_assets": "mac",
-                "salem_assets": "salem",
                 "allowed_list": "",
                 "remote_ip": "127.0.0.1",
                 "remote_port": 45643,
                 "connect_to_remote": 0,
-                "windows_connect_to_remote": 1,
-                "linux_connect_to_remote": 1,
-                "provo_connect_to_remote": 1,
-                "salem_connect_to_remote": 0,
-                "jasper_connect_to_remote": 0,
-                "android_connect_to_remote": 0,
-                "ios_connect_to_remote": 0,
-                "mac_connect_to_remote": 0,
                 "wait_for_connect": 0,
-                "provo_wait_for_connect": 0,
-                "salem_wait_for_connect": 0,
-                "jasper_wait_for_connect": 0,
-                "windows_wait_for_connect": 1,
-                "linux_wait_for_connect": 1,
-                "android_wait_for_connect": 0,
-                "ios_wait_for_connect": 0,
-                "mac_wait_for_connect": 0,
                 "connect_ap_timeout" : 3,
                 "launch_ap_timeout": 15,
                 "wait_ap_ready_timeout": 1200