blob: 18d1f3b983a5fa5e29347bc0a1151f5bb7ca2f94 [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
Daniel Erat3e3f7f42010-03-29 17:19:14 -070020CHROME_WINDOW_MAPPED_MAGIC_FILE = \
21 '/var/run/state/windowmanager/initial-chrome-window-mapped'
22
Chris Masonee7dd0162010-03-23 13:50:58 -070023DISABLE_BROWSER_RESTART_MAGIC_FILE = '/tmp/disable_chrome_restart'