1min_machine_size: "n1-standard-4"
2disk_image_name: "avd-system.tar.gz"
3disk_image_mime_type: "application/x-tar"
4disk_image_extension: ".tar.gz"
5disk_raw_image_name: "disk.raw"
6disk_raw_image_extension: ".img"
7default_extra_data_disk_device: "/dev/block/sdb"
8creds_cache_file: ".acloud_oauth2.dat"
9user_agent: "acloud"
10
11# [GOLDFISH only] The emulator build target: "sdk_tools_linux".
12# We use it to get build id if build id is not provided and It's very unlikely
13# that this will ever change.
14emulator_build_target: "sdk_tools_linux"
15
16default_usr_cfg {
17  machine_type: "n1-standard-4"
18  network: "default"
19  extra_data_disk_size_gb: 0
20  instance_name_pattern: "ins-{uuid}-{build_id}-{build_target}"
21  fetch_cvd_version: "6630221"
22
23  metadata_variable {
24    key: "camera_front"
25    value: "1,32,24,checker-sliding"
26  }
27
28  metadata_variable {
29    key: "camera_back"
30    value: "1,640,480,checker-fixed"
31  }
32
33  metadata_variable {
34    key: "cfg_sta_ephemeral_cache_size_mb"
35    value: "512"
36  }
37
38  metadata_variable {
39    key: "cfg_sta_ephemeral_data_size_mb"
40    value: "2048"
41  }
42
43  metadata_variable {
44    key: "cfg_sta_persistent_data_device"
45    value: "default"
46  }
47
48  metadata_variable {
49    key: "gps_coordinates"
50    value: "37.422,122.084,100,0,1,1"
51  }
52}
53
54# Below are common HW properties, the values also could be referred in the
55# AVD manager of android sdk.
56# https://developer.android.com/studio/run/managing-avds
57common_hw_property_map {
58  key: "local-phone"
59  value: "cpu:4,resolution:720x1280,dpi:320,memory:6g"
60}
61
62common_hw_property_map {
63  key: "local-auto"
64  value: "cpu:4,resolution:1280x800,dpi:160,memory:6g"
65}
66
67common_hw_property_map {
68  key: "local-wear"
69  value: "cpu:4,resolution:320x320,dpi:240,memory:2g"
70}
71
72common_hw_property_map {
73  key: "local-tablet"
74  value: "cpu:4,resolution:2560x1800,dpi:320,memory:6g"
75}
76
77common_hw_property_map {
78  key: "phone"
79  value: "cpu:4,resolution:720x1280,dpi:320,memory:4g"
80}
81
82common_hw_property_map {
83  key: "auto"
84  value: "cpu:4,resolution:1280x800,dpi:160,memory:4g"
85}
86
87common_hw_property_map {
88  key: "wear"
89  value: "cpu:4,resolution:320x320,dpi:240,memory:2g"
90}
91
92common_hw_property_map {
93  key: "tablet"
94  value: "cpu:4,resolution:2560x1800,dpi:320,memory:4g"
95}
96
97common_hw_property_map {
98  key: "tv"
99  value: "cpu:4,resolution:1280x720,dpi:213,memory:2g"
100}
101
102# Device resolution
103device_resolution_map {
104  key: "nexus5"
105  value: "1080x1920x32x480"
106}
107
108device_resolution_map {
109  key: "nexus6"
110  value: "1440x2560x32x560"
111}
112
113# nexus7 (2012)
114device_resolution_map {
115  key: "nexus7_2012"
116  value: "800x1280x32x213"
117}
118
119device_resolution_map {
120  key: "nexus7_2013"
121  value: "1200x1920x32x320"
122}
123
124device_resolution_map {
125  key: "nexus9"
126  value: "1536x2048x32x320"
127}
128
129device_resolution_map {
130  key: "nexus10"
131  value: "1600x2560x32x320"
132}
133
134# Default orientation
135
136device_default_orientation_map {
137  key: "nexus5"
138  value: "portrait"
139}
140
141device_default_orientation_map {
142  key: "nexus6"
143  value: "landscape"
144}
145
146device_default_orientation_map {
147  key: "nexus7_2012"
148  value: "landscape"
149}
150
151device_default_orientation_map {
152  key: "nexus7_2013"
153  value: "landscape"
154}
155
156device_default_orientation_map {
157  key: "nexus9"
158  value: "landscape"
159}
160
161device_default_orientation_map {
162  key: "nexus10"
163  value: "landscape"
164}
165
166# Precreated data images.
167precreated_data_image {
168  key: 4
169  value: "extradisk-image-4gb"
170}
171precreated_data_image {
172  key: 10
173  value: "extradisk-image-10gb"
174}
175