~ctf/checkbox/bug811177

« back to all changes in this revision

Viewing changes to examples/hwtest-gtk.ini

  • Committer: ubuntu
  • Date: 2008-01-29 20:32:40 UTC
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: ubuntu@ubuntu-20080129203240-s2me3vbksz3kghrw
Using *_directory configuration variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[DEFAULT]
 
2
 
 
3
# Directory where hwtest related files are located.
 
4
hwtest_directory = .
 
5
 
 
6
# Space separated list of files to include as a dependency for the
 
7
# GTK interface.
 
8
includes = %(hwtest_directory)s/configs/hwtest.ini
 
9
 
 
10
[hwtest/plugins/user_interface]
 
11
 
 
12
# Title of the user interface
 
13
title = Hardware Testing
 
14
 
 
15
# Module where the user interface implementation is defined.
 
16
interface_module = hwtest_gtk.gtk_interface
 
17
 
 
18
# Class implementing the UserInterface interface.
 
19
interface_class = GTKInterface
 
20
 
 
21
# Path where GTK files are stored.
 
22
gtk_path = %(hwtest_directory)s/gtk