Define class for managing background sound
[platform/core/uifw/tts.git] / sam_cli_sample_tizen.cfg
1 #!/usr/bin/env bash
2 #
3 # Copyright (C) 2018 The SAM Tool Authors. All rights reserved.
4 #
5 #               SAM (S/W Architecture Maturity)
6 #
7 # Samsung Research,
8 # Samsung Electronics Co., Ltd.
9 #
10 # This software and its documentation are confidential and proprietary
11 # information of Samsung Electronics Co., Ltd.  No part of the software and
12 # documents may be copied, reproduced, transmitted, translated, or reduced to
13 # any electronic medium or machine-readable form without the prior written
14 # consent of Samsung Electronics.
15 #
16 # Samsung Electronics makes no representations with respect to the contents,
17 # and assumes no responsibility for any errors that might appear in the
18 # software and documents. This publication and the contents here of are subject
19 # to change without notice.
20 #
21
22 ################################
23 # Project Name
24 ################################
25 SAM_PRJ_NAME="tts_refactoring"
26
27
28 ################################
29 # Source Code
30 ################################
31 BUILD_CMD="gbs build -A armv7l -P tizen_latest --include-all --clean"
32 CLEAN_CMD="gbs build -A armv7l -P tizen_latest --include-all --clean"
33 SRC_PATH=$PWD
34 SRC_LANG="auto_c_cpp"                             # Supported languages : c, java
35 SRC_SCOPE="/home/abuild/rpmbuild/BUILD/tts-1.65.4;$SRC_PATH"     # Scoping list
36 #SRC_EXCLUDE="config/src_exclude.cfg"    # Excluding list
37
38
39 ################################
40 # SCRA
41 ################################
42 SCRA_SKIP=FALSE                              # Options : TRUE, FALSE
43 SCRA_RAW_DATA_PATH=".scap/workspace/scra"
44 SCRA_ROOT_TO_CUT="/home/abuild/rpmbuild/BUILD/tts-1.65.4"
45
46
47 ################################
48 # PMD CPD (Duplicated Code)
49 ################################
50 PMD_SKIP=FALSE                              # Options : TRUE, FALSE
51 PMD_RAW_DATA_PATH=".scap/workspace/pmd"
52 PMD_USE_BUILT_PATH=FALSE                    # Options : TRUE, FALSE
53 PMD_ROOT_TO_CUT=$SRC_PATH
54 #PMD_EXCLUDE_LIST="config/src_exclude.cfg"  # Excluding list of PMD
55 #PMD_RESULT_DETAIL_MODE=FALSE                # Options : TRUE, FALSE
56 #PMD_HEAP_SIZE=2048m
57 #PMD_ENCODING="utf-8"
58
59
60 ################################
61 # Analysis Hub (SCAP)
62 ################################
63 SCAP_TOOL_PATH="hub/code-analysis-hub/bin/scap"
64 SCAP=$SCAP_TOOL_PATH
65
66
67 ################################
68 # Advanced Option
69 ################################
70 #ADVANCED_SAM_OPTION="config/sam.cfg"