forked from evanspjz/android-complete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
60 lines (57 loc) · 4.01 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user guide at https://docs.gradle.org/5.1.1/userguide/multi_project_builds.html
*/
rootProject.name = 'android_auth'
// Android DevX Projects
include ':adal', ':msal', ':common', ':AADAuthenticator',
':brokerHost', ':adalTestApp', ':msalTestApp', ':package-inspector', ':pop-benchmarker',
':labapi', ':keyvault', ':testutils', 'msalautomationapp', 'uiautomationutilities', 'brokerautomationapp',
':oneauth', ':oneauthtestapp', ':msalcpptesthost', ':AzureSample'//, ':tsl', ':AzureSample',
project(':adal').projectDir = new File('adal/adal')
project(':msal').projectDir = new File('msal/msal')
project(':common').projectDir = new File('common/common')
project(':AADAuthenticator').projectDir = new File('broker/AADAuthenticator')
project(':brokerHost').projectDir = new File('broker/userapp')
project(':adalTestApp').projectDir = new File('adal/userappwithbroker')
project(':msalTestApp').projectDir = new File('msal/testapps/testapp')
project(':AzureSample').projectDir = new File('azuresample/app')
project(':package-inspector').projectDir = new File('msal/package-inspector')
project(':pop-benchmarker').projectDir = new File('msal/pop-benchmarker')
project(':labapi').projectDir = new File('common/labapi')
project(':keyvault').projectDir = new File('common/keyvault')
project(':testutils').projectDir = new File('common/testutils')
project(':msalautomationapp').projectDir = new File('msal/msalautomationapp')
project(':uiautomationutilities').projectDir = new File('common/uiautomationutilities')
project(':brokerautomationapp').projectDir = new File('broker/brokerautomationapp')
project(':oneauth').projectDir = new File('oneauth/sources/android/gradle')
project(':oneauthtestapp').projectDir = new File('oneauth/testapps/android/oneauthtestapp/app')
project(':msalcpptesthost').projectDir = new File('msalcpp/test/android/testhost/app')
//project(':tsl').projectDir = new File('tsl/tokenshare')
// Authenticator projects
/*
include ':app', ':NgcProviderLibrary', ':AadRemoteNgcLibrary', ':SharedCoreLibrary',
':TestUtilitiesLibrary', ':3rdparty', ':VerifiableCredential-SDK',
':VerifiableCredential-Wallet', ':CommonUiLibrary', ':ReactNativeLibrary', ':GraphClient',
':LocationLibrary', ':Brooklyn', ':MsaAccountLibrary', 'RootDetectionLibrary', ":MfaLibrary"
project(':app').projectDir = new File('authenticator/PhoneFactor/app')
project(':NgcProviderLibrary').projectDir = new File('authenticator/PhoneFactor/NgcProviderLibrary')
project(':AadRemoteNgcLibrary').projectDir = new File('authenticator/PhoneFactor/AadRemoteNgcLibrary')
project(':SharedCoreLibrary').projectDir = new File('authenticator/PhoneFactor/SharedCoreLibrary')
project(':TestUtilitiesLibrary').projectDir = new File('authenticator/PhoneFactor/TestUtilitiesLibrary')
project(':3rdparty').projectDir = new File('authenticator/PhoneFactor/3rdparty')
project(':MfaLibrary').projectDir = new File('authenticator/PhoneFactor/MfaLibrary')
project(':MsaAccountLibrary').projectDir = new File('authenticator/PhoneFactor/MsaAccountLibrary/')
project(':VerifiableCredential-SDK').projectDir = new File('authenticator/PhoneFactor/VerifiableCredential-SDK/sdk')
project(':VerifiableCredential-Wallet').projectDir = new File('authenticator/PhoneFactor/VerifiableCredential-Wallet')
project(':CommonUiLibrary').projectDir = new File('authenticator/PhoneFactor/CommonUiLibrary')
project(':ReactNativeLibrary').projectDir = new File('authenticator/PhoneFactor/ReactNativeLibrary')
project(':GraphClient').projectDir = new File('authenticator/PhoneFactor/GraphClient')
project(':LocationLibrary').projectDir = new File('authenticator/PhoneFactor/LocationLibrary')
project(':Brooklyn').projectDir = new File('authenticator/PhoneFactor/Brooklyn')
project(':RootDetectionLibrary').projectDir = new File('authenticator/PhoneFactor/RootDetectionLibrary')
*/