build_helper_configs.py: Add config_debug_PSA_API_nolib

Differs from config_debug_PSA_API only in:
    "lib_model":        [False]

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I122e5bf0b90bcccc18df5546555318dbb6f17dde
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index fb64f7f..1f55a1c 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -1269,6 +1269,28 @@
                 "invalid": _common_tfm_invalid_configs + []
                 }
 
+config_debug_PSA_API_nolib = {"seed_params": {
+                "tfm_platform":     ["arm/mps2/an521"],
+                "toolchain_file":   ["toolchain_ARMCLANG.cmake"],
+                "lib_model":        [False],
+                "isolation_level":  ["1"],
+                "test_regression":  [False],
+                "test_psa_api":     ["CRYPTO",
+                                     "INITIAL_ATTESTATION",
+                                     "STORAGE",
+                                     "IPC"],
+                "cmake_build_type": ["Debug"],
+                "with_otp":         ["off"],
+                "with_bl2":         [True],
+                "with_ns":          [True],
+                "profile":          [""],
+                "partition_ps":     ["ON"],
+                "extra_params":     [""]
+                },
+                "common_params": _common_tfm_builder_cfg,
+                "invalid": _common_tfm_invalid_configs + []
+                }
+
 # Configuration used in CI
 config_ci = {"seed_params": {
                 "tfm_platform":     ["arm/mps2/an521"],
@@ -1561,6 +1583,7 @@
                     "doxygen": config_doxygen,
                     "debug": config_debug,
                     "debug_PSA_API": config_debug_PSA_API,
+                    "debug_PSA_API_nolib": config_debug_PSA_API_nolib,
                     "release": config_release,
 
                     #DevOps team test group