1min_machine_size: "n1-standard-1" 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 11default_usr_cfg { 12 machine_type: "n1-standard-1" 13 network: "default" 14 extra_data_disk_size_gb: 0 15 16 metadata_variable { 17 key: "camera_front" 18 value: "1,32,24,checker-sliding" 19 } 20 21 metadata_variable { 22 key: "camera_back" 23 value: "1,640,480,checker-fixed" 24 } 25 26 metadata_variable { 27 key: "cfg_sta_ephemeral_cache_size_mb" 28 value: "512" 29 } 30 31 metadata_variable { 32 key: "cfg_sta_ephemeral_data_size_mb" 33 value: "2048" 34 } 35 36 metadata_variable { 37 key: "cfg_sta_persistent_data_device" 38 value: "default" 39 } 40 41 metadata_variable { 42 key: "gps_coordinates" 43 value: "37.422,122.084,100,0,1,1" 44 } 45} 46 47# Device resolution 48device_resolution_map { 49 key: "nexus5" 50 value: "1080x1920x32x480" 51} 52 53device_resolution_map { 54 key: "nexus6" 55 value: "1440x2560x32x560" 56} 57 58# nexus7 (2012) 59device_resolution_map { 60 key: "nexus7_2012" 61 value: "800x1280x32x213" 62} 63 64device_resolution_map { 65 key: "nexus7_2013" 66 value: "1200x1920x32x320" 67} 68 69device_resolution_map { 70 key: "nexus9" 71 value: "1536x2048x32x320" 72} 73 74device_resolution_map { 75 key: "nexus10" 76 value: "1600x2560x32x320" 77} 78 79# Default orientation 80 81device_default_orientation_map { 82 key: "nexus5" 83 value: "portrait" 84} 85 86device_default_orientation_map { 87 key: "nexus6" 88 value: "landscape" 89} 90 91device_default_orientation_map { 92 key: "nexus7_2012" 93 value: "landscape" 94} 95 96device_default_orientation_map { 97 key: "nexus7_2013" 98 value: "landscape" 99} 100 101device_default_orientation_map { 102 key: "nexus9" 103 value: "landscape" 104} 105 106device_default_orientation_map { 107 key: "nexus10" 108 value: "landscape" 109} 110 111# Precreated data images. 112precreated_data_image { 113 key: 4 114 value: "extradisk-image-4gb" 115} 116precreated_data_image { 117 key: 10 118 value: "extradisk-image-10gb" 119} 120