[M130 Migration][Emulator] Add definition in emulator 41/325541/4
authorpranayc1 <pranay.c1@samsung.com>
Wed, 11 Jun 2025 12:07:49 +0000 (17:37 +0530)
committerBot Blink <blinkbot@samsung.com>
Thu, 12 Jun 2025 19:29:08 +0000 (19:29 +0000)
1. When repository is "emulator32" and "emulator64", tizen_emulator_support is true.
2. Define TIZEN_EMULATOR_SUPPORT.

Reference Patch:
https://archive.tizen.org/gerrit/308940
https://archive.tizen.org/gerrit/310004

Change-Id: I20c029370d931d4614a580865e62f7206f48bfe3
Signed-off-by: pranayc1 <pranay.c1@samsung.com>
packaging/chromium-efl.spec
tizen_src/build/config/BUILD.gn
tizen_src/build/config/tizen_features.gni

index c9383fbde0e4fd62302f8d9664f2f937587f47ae..4997410bb2586e5c59e616ee42e2a8f2c518314d 100644 (file)
@@ -797,7 +797,7 @@ fi
 %if "%{?tizen_profile_name}" == "tv" && %{tizen_version} >= 60
   "tizen_vd_nga=true" \
 %endif
-%if "%{?_repository}" == "emulator" || "%{?_repository}" == "emulator32-x11"
+%if "%{?_repository}" == "emulator" || "%{?_repository}" == "emulator32-x11" || "%{?_repository}" == "emulator32" || "%{?_repository}" == "emulator64"
   "tizen_emulator_support=true"  \
 %endif
 %if "%{?tizen_profile_name}" == "tv"
index 5fdd9159d34b6fb8be832fac99d1633f003772f4..085c625696a3dd8540cf93bb13766b99ad8f70bd 100644 (file)
@@ -216,4 +216,8 @@ config("tizen_feature_flags") {
   if (tizen_tv_wasm_caching) {
     defines += [ "TIZEN_TV_WASM_CACHING" ]
   }
+
+  if (tizen_emulator_support) {
+    defines += [ "TIZEN_EMULATOR_SUPPORT" ]
+  }
 }
index 8c5d413fe0bbf7c16ce6a070dbc390ca6ad6d241..cfbf86ec82478cb3e25ee0d481e3e10f841e5eed 100644 (file)
@@ -65,6 +65,7 @@ declare_args() {
   xwalk_extension_service_path = ""
 
   tizen_atmos_decoder_enable = false
+  tizen_emulator_support = false
   tizen_pepper_extensions = false
   tizen_release_build = false