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: "6170097"
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: "phone"
59  value: "cpu:2,resolution:720x1280,dpi:320,memory:4g"
60}
61
62common_hw_property_map {
63  key: "auto"
64  value: "cpu:2,resolution:1280x800,dpi:160,memory:4g"
65}
66
67common_hw_property_map {
68  key: "wear"
69  value: "cpu:2,resolution:320x320,dpi:240,memory:2g"
70}
71
72common_hw_property_map {
73  key: "tablet"
74  value: "cpu:2,resolution:2560x1800,dpi:320,memory:4g"
75}
76
77common_hw_property_map {
78  key: "tv"
79  value: "cpu:2,resolution:1280x720,dpi:213,memory:2g"
80}
81
82# Device resolution
83device_resolution_map {
84  key: "nexus5"
85  value: "1080x1920x32x480"
86}
87
88device_resolution_map {
89  key: "nexus6"
90  value: "1440x2560x32x560"
91}
92
93# nexus7 (2012)
94device_resolution_map {
95  key: "nexus7_2012"
96  value: "800x1280x32x213"
97}
98
99device_resolution_map {
100  key: "nexus7_2013"
101  value: "1200x1920x32x320"
102}
103
104device_resolution_map {
105  key: "nexus9"
106  value: "1536x2048x32x320"
107}
108
109device_resolution_map {
110  key: "nexus10"
111  value: "1600x2560x32x320"
112}
113
114# Default orientation
115
116device_default_orientation_map {
117  key: "nexus5"
118  value: "portrait"
119}
120
121device_default_orientation_map {
122  key: "nexus6"
123  value: "landscape"
124}
125
126device_default_orientation_map {
127  key: "nexus7_2012"
128  value: "landscape"
129}
130
131device_default_orientation_map {
132  key: "nexus7_2013"
133  value: "landscape"
134}
135
136device_default_orientation_map {
137  key: "nexus9"
138  value: "landscape"
139}
140
141device_default_orientation_map {
142  key: "nexus10"
143  value: "landscape"
144}
145
146# Precreated data images.
147precreated_data_image {
148  key: 4
149  value: "extradisk-image-4gb"
150}
151precreated_data_image {
152  key: 10
153  value: "extradisk-image-10gb"
154}
155