aboutsummaryrefslogtreecommitdiffstats
path: root/src/beaver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beaver.h')
-rw-r--r--src/beaver.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/beaver.h b/src/beaver.h
new file mode 100644
index 0000000..c440901
--- /dev/null
+++ b/src/beaver.h
@@ -0,0 +1,32 @@
+/*
+ * Copyright (C) 2007, 2008 OpenedHand Ltd.
+ * Authored by: Rob Bradford <rob@o-hand.com>
+ *
+ * This is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU General Public License as published by the Free Software
+ * Foundation, version 2 of the License.
+ *
+ * This software is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef _BEAVER
+#define _BEAVER
+
+#include "beaver-target.h"
+#include "beaver-target-qemu.h"
+#include "beaver-settings-page.h"
+
+#define PREFS_PROP_SDK_ROOT "sdk.root"
+#define PREFS_PROP_TRIPLET "sdk.triplet"
+#define PREFS_PROP_POKY_ROOT "sdk.poky_root"
+#define PREFS_PROP_POKY_MODE "sdk.poky_mode"
+#define PREFS_PROP_KERNEL "sdk.kernel"
+#define PREFS_PROP_ROOTFS "sdk.rootfs"
+
+#endif /* _BEAVER */