merge from upstream makefile
authorKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 4 Apr 2013 20:12:53 +0000 (13:12 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 4 Apr 2013 20:12:53 +0000 (13:12 -0700)
Makefile
config.xml [new file with mode: 0644]

index 69f8b75..20b0c31 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ ICON_DIR    = ${DESTDIR}/usr/share/pixmaps
 VERSION     = $(shell grep version manifest.json | cut -f4 -d"\"")
 PACKAGE     = $(PROJECT)-$(VERSION)
 
-FILES = index.html *.js *.css manifest.json *.png
+FILES = index.html *.js *.css manifest.json *.png *.xml
 
 PKG_NAME := $(PROJECT)
 SPECFILE = $(addsuffix .spec, $(PKG_NAME))
diff --git a/config.xml b/config.xml
new file mode 100644 (file)
index 0000000..230570b
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/GhostCluster" version="1.0.0" viewmodes="maximized">
+    <tizen:application id="BVDmHsmARk" required_version="1.0"/>
+    <content src="index.html"/>
+    <icon src="GhostCluster.png"/>
+    <name>GhostCluster</name>
+</widget>