-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonkey.jungle
34 lines (30 loc) · 1.58 KB
/
monkey.jungle
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
project.manifest = manifest.xml
# fix autobuild to be a specific device
base.sourcePath=$(fr230.sourcePath)
# Resource Paths:
# Layouts:
fr235.resourcePath = $(fr235.resourcePath);resources-fr230
epix.resourcePath = $(epix.resourcePath);resources-vivoactive
# 16 Colors
fenix3.resourcePath = $(fenix3.resourcePath);resources-16color
fenix3_hr.resourcePath = $(fenix3_hr.resourcePath);resources-16color
d2bravo.resourcePath = $(d2bravo.resourcePath);resources-16color
d2bravo_titanium.resourcePath = $(d2bravo_titanium.resourcePath);resources-16color
fr230.resourcePath = $(fr230.resourcePath);resources-16color
fr235.resourcePath = $(fr235.resourcePath);resources-16color
fr630.resourcePath = $(fr630.resourcePath);resources-16color
fr735xt.resourcePath = $(fr735xt.resourcePath);resources-16color
fr920xt.resourcePath = $(fr920xt.resourcePath);resources-16color
# 64 Colors
epix.resourcePath = $(epix.resourcePath);resources-64color
fenixchronos.resourcePath = $(fenixchronos.resourcePath);resources-64color
vivoactive.resourcePath = $(vivoactive.resourcePath);resources-64color
vivoactive_hr.resourcePath = $(vivoactive_hr.resourcePath);resources-64color
vivoactive3.resourcePath = $(vivoactive3.resourcePath);resources-64color
# define+ the actual sourcePaths
# Always Active only supported on MIP displays (not LCD/OLED)
vivoactive3.sourcePath=source;source-always_active
# TODO: Add for other devices supporting Always Active Display
fr230.sourcePath=source;source-non_aa
vivoactive5.sourcePath=source;source-non_aa
# LCD/OLED displays may support Always *ON* (low power) instead (not the same as Always *Active*)