[NativeTCT][MAINTENANCE][Adding native-tct-2.3.1.zip tool]
[test/tct/native/api.git] / tct.conf
1 [general]
2 buildroot= ~/GBS-ROOT-TCT-WEARABLE/
3
4 [profile.device] # Profile for Device
5 obs=obs.device
6 repos = repo.device
7
8 [profile.sdk]   # Profile for SDK
9 obs=obs.sdk
10 repos=repo.sdk
11
12 [obs.device]    # obs for SDK.Ref_Target
13 #OBS API URL pointing to a remote OBS.
14 url = {Proper repository}
15
16 [obs.sdk]               # obs for SDK.Emulator
17 #OBS API URL pointing to a remote OBS.
18 url = {Proper repository}
19         
20 #device
21 [repo.device] # Repository for Tizen 2.3 SDK Target snapshot 
22 #Mobile
23 #url = {Proper repository}
24 #Wearable
25 url = {Proper repository}
26
27 #SDK
28 [repo.sdk] # Repository for Tizen 2.3 SDK Emulator snapshot
29 #Mobile
30 #url = {Proper repository}
31 #Wearable
32 url = {Proper repository}
33
34