• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: "emulator-linux_x64_internal".
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: "emulator-linux_x64_internal"
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: "9123511"
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
54common_hw_property_map {
55  key: "local-auto"
56  value: "cpu:4,resolution:1280x800,dpi:160,memory:4g"
57}
58
59common_hw_property_map {
60  key: "local-wear"
61  value: "cpu:4,resolution:320x320,dpi:240,memory:2g"
62}
63
64common_hw_property_map {
65  key: "local-tablet"
66  value: "cpu:4,resolution:2560x1800,dpi:320,memory:4g"
67}
68
69common_hw_property_map {
70  key: "local-foldable"
71  value: "cpu:4,resolution:1768x2208,dpi:386,memory:4g"
72}
73
74common_hw_property_map {
75  key: "phone"
76  value: "cpu:4,resolution:720x1280,dpi:320,memory:2g"
77}
78
79common_hw_property_map {
80  key: "auto"
81  value: "cpu:4,resolution:1280x800,dpi:160,memory:4g"
82}
83
84common_hw_property_map {
85  key: "wear"
86  value: "cpu:4,resolution:320x320,dpi:240,memory:2g"
87}
88
89common_hw_property_map {
90  key: "tablet"
91  value: "cpu:4,resolution:2560x1800,dpi:320,memory:4g"
92}
93
94common_hw_property_map {
95  key: "tv"
96  value: "cpu:4,resolution:1920x1080,dpi:213,memory:2g"
97}
98
99common_hw_property_map {
100  key: "foldable"
101  value: "cpu:4,resolution:1768x2208,dpi:386,memory:4g"
102}
103
104# Device resolution
105device_resolution_map {
106  key: "nexus5"
107  value: "1080x1920x32x480"
108}
109
110device_resolution_map {
111  key: "nexus6"
112  value: "1440x2560x32x560"
113}
114
115# nexus7 (2012)
116device_resolution_map {
117  key: "nexus7_2012"
118  value: "800x1280x32x213"
119}
120
121device_resolution_map {
122  key: "nexus7_2013"
123  value: "1200x1920x32x320"
124}
125
126device_resolution_map {
127  key: "nexus9"
128  value: "1536x2048x32x320"
129}
130
131device_resolution_map {
132  key: "nexus10"
133  value: "1600x2560x32x320"
134}
135
136# Default orientation
137
138device_default_orientation_map {
139  key: "nexus5"
140  value: "portrait"
141}
142
143device_default_orientation_map {
144  key: "nexus6"
145  value: "landscape"
146}
147
148device_default_orientation_map {
149  key: "nexus7_2012"
150  value: "landscape"
151}
152
153device_default_orientation_map {
154  key: "nexus7_2013"
155  value: "landscape"
156}
157
158device_default_orientation_map {
159  key: "nexus9"
160  value: "landscape"
161}
162
163device_default_orientation_map {
164  key: "nexus10"
165  value: "landscape"
166}
167
168# Precreated data images.
169precreated_data_image {
170  key: 4
171  value: "extradisk-image-4gb"
172}
173precreated_data_image {
174  key: 10
175  value: "extradisk-image-10gb"
176}
177precreated_data_image {
178  key: 100
179  value: "extradisk-image-100gb"
180}
181