+++ /dev/null
-declare_args() {
- # Default Tizen profile for the build
- profile = "mobile"
-
- # Default Tizen version for the build
- api_version = "7.0"
-
- # Default build type [debug/ release/ test]
- build_type = "debug"
-
- ws_path = "C:\Users\wootak.jung\source\repos\SettingBluetooth"
-
- # Build with debug info
- debug_build = true
-
- # Build with tests
- test_build = false
-}
-
-contains_native_proj = false
-#Skip dotnet/msbuild for dotnet build
-skip_dotnet_build = true
-
-# Default path for dotnet-cli
-dotnet_cli_path = "C:\Program Files\dotnet\dotnet.exe"
-
-# Default path for msbuild
-msbuild_path = ""
-
-# Default tool for dotnet build [dotnet-cli/ msbuild]
-dotnet_build_tool = "dotnet-cli"
-
-# Working folder for dotnet workspace, paths to csproj or sln
-working_folder= "C:/Users/wootak.jung/source/repos/SettingBluetooth/SettingBluetooth"
-
-target_os = "linux"
-
-
-# hybrid ws
-hyb_web_pkg = ""
-hyb_native_pkg = ""
-hyb_native_pkg_id = ""
-hyb_native_pkg_ver = ""
-hyb_dotnet_pkg = ""
-hyb_dotnet_dep_pkgs = ""
-hyb_resource_pkg = "resource_build\org.tizen.cssetting-bluetooth-1.0.0.rpk"
-hyb_base_pkg = "resource_build\org.tizen.cssetting-bluetooth-1.0.0.rpk"
-hyb_final_pkg = "org.tizen.cssetting-bluetooth-1.0.0.rpk"
-hyb_final_pkg_id = "org.tizen.cssetting-bluetooth"
-hyb_final_app_id = ""
-hyb_final_pkg_type = "resource"
-hyb_web_widget_id = ""
-utc_bin_path = ""
-native_test_path = ""
-hyb_action_code = ""
-unity_pkg = ""
-hyb_pack_check = true
-contains_ime_category = false
-widget_app = false
-
-native_projects_path = [
-]
-
-profiles_path = "C:/tizen-studio-data/profile/profiles.xml"
-signing_profile = ""
-# set opt if non empty web projects
-if (hyb_web_pkg != ""){
- opt = false
-}
-
-# using native toolchain for hybrid build,
-rootstrap = "public"
-compiler = "llvm"
-arch = "x86"
-verbose_build = false
-strip_debug_info = false
-
-
-# Use default signing profile for packaging
-default_signing_profile = "false"
-
-# Author certificate for package signing
-author_cert = "C:/tizen-studio-data/keystore/author/myprofile.p12"
-
-# Distributor certificate for package signing
-distributor_cert = "C:/tizen-studio/tools/certificate-generator/certificates/distributor/sdk-platform/tizen-distributor-signer.p12"
-
-# Distributor2 certificate for package signing
-distributor2_cert = ""
-
-# Author profile item password attr
-author_pass_attr = "C:\tizen-studio-data\keystore\author\myprofile.pwd"
-
-# Distributor profile item password attr
-distributor_pass_attr = "C:\tizen-studio-data\tools\certificate-generator\certificates\distributor\sdk-platform\tizen-distributor-signer.pwd"
-
-# Distributor2 profile item password attr
-distributor2_pass_attr = ""
-
-# Tizen Studio path
-tizen_studio = "C:/tizen-studio"
-
-# Tizen core path
-tizen_core = "C:/tizen-studio/tools/tizen-core"
-
-# Out directory for native package file
-native_out_dir = "tpk"
-
-web_out_dir = "wgt"
-
-resource_out_dir = "rpk"
-
-
-# Source path filter patterns
-exclude_patterns = [
- "_exclude*",
-]
-
-# Test source path pattern
-test_src_patterns = [
- "_test*",
-]
-
-if (!test_build) {
- exclude_patterns += test_src_patterns
-}
-
-set_sources_assignment_filter(exclude_patterns)
-if (contains_native_proj){
- set_default_toolchain(":${arch}_${compiler}")
-} else {
- set_default_toolchain("${tizen_core}/dotnet/toolchains:dotnet_builder")
-}
\ No newline at end of file
api_version: 7.0
# Path of profiles.xml, containing the signing profiles
# If value is empty, the profiles.xml in the data_path specified in tizen-studio/tools/tizen-core/config.yaml will be used
-profiles_xml_path: C:/tizen-studio-data/profile/profiles.xml
+profiles_xml_path:
# Signing profile to be used for Tizen package signing
# If value is empty, active signing profile will be used
signing_profile: ''
# Default nuget version for Tizen.HotReload
tizen_hotreload_version: 1.0.1
# Working folder for dotnet & web workspace, paths to csproj or sln or config.xml, if empty all projects will be build
-working_folder: C:\Users\wootak.jung\source\repos\SettingBluetooth\SettingBluetooth
+working_folder:
# Default path for Google Chrome
chrome_path:
# Default options to be passed to Chrome when running web simulator