blob: d74ee9d70b063fbd070919fa35bac6794bed7bc3 [file] [log] [blame]
Chris Masonee7dd0162010-03-23 13:50:58 -07001# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# The names of expected mount-points, devices, magic files, etc on chrome os.
6
7USER_DATA_DIR = '/home/chronos'
8
9LOGIN_PROFILE = USER_DATA_DIR+'/Default'
10
11CRYPTOHOME_DEVICE = '/dev/mapper/cryptohome'
12CRYPTOHOME_MOUNT_PT = USER_DATA_DIR+'/user'
13
14BROWSER = 'chrome'
15
Daniel Erate98b6682010-03-26 09:02:52 -070016WINDOW_MANAGER = 'chromeos-wm'
17
Chris Masonee7dd0162010-03-23 13:50:58 -070018LOGGED_IN_MAGIC_FILE = '/var/run/state/logged-in'
19
20DISABLE_BROWSER_RESTART_MAGIC_FILE = '/tmp/disable_chrome_restart'