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