summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_joule.inc
AgeCommit message (Expand)AuthorFilesLines
2017-12-13Enabled general Intel bluetooth driver support instead of specific one.Kien Dinh1-1/+1
2017-12-10meta-intel: Switch to using WIC images onlyTom Rini1-4/+4
2017-10-14meta-agl-bsp: Make more and better use of WIC imagesTom Rini1-1/+1
2017-10-14BSPs: Do not use := for AGL_DEFAULT_IMAGE_FSTYPESTom Rini1-1/+1
2017-09-15realigning Joule on kernel 4.9Dominig ar Foll (Intel Open Source)1-1/+0
2017-09-08Upgrade to pyroChanghyeok Bae1-1/+1
2017-08-29Do not use cpio.gz for initramfs as smack does not workJan-Simon Möller1-1/+1
2017-08-09intel: build hddimg by defaultMartin Kelly1-1/+1
2017-07-05Fix for image format dependencies during parsingJan-Simon Möller1-0/+4
2017-04-04Add grub2 support in SOTAAnton Gerasimov1-0/+1
2017-01-26Move feature code into the meta recipesRonan1-0/+10
color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
	<name>@PROJECT_NAME@</name>
	<icon src="@PROJECT_ICON@"/>
	<content src="@WIDGET_ENTRY_POINT@" type="@WIDGET_TYPE@"/>
	<description>@PROJECT_DESCRIPTION@</description>
	<author>@PROJECT_AUTHOR@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
	<license>@PROJECT_LICENSE@</license>

	<feature name="urn:AGL:widget:required-permission">
		<param name="urn:AGL:permission::public:hidden" value="required" />
		<param name="urn:AGL:permission::public:no-htdocs" value="required" />
		<param name="http://tizen.org/privilege/internal/dbus" value="required" />
	</feature>

	<feature name="urn:AGL:widget:provided-api">
		<param name="geoclue" value="ws" />
	</feature>

	<feature name="urn:AGL:widget:required-api">
		<param name="@WIDGET_ENTRY_POINT@" value="local" />
	</feature>
</widget>