[ubuntu] specify policy_group

This commit is contained in:
Maxim Ermilov 2013-11-11 17:59:04 +04:00
parent 43245253e8
commit 9bc7912d4e

View File

@ -46,6 +46,11 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<!-- ubuntu --> <!-- ubuntu -->
<platform name="ubuntu"> <platform name="ubuntu">
<config-file target="config.xml" parent="/*">
<feature name="Camera">
<param policy_group="connectivity" policy_version="1" />
</feature>
</config-file>
<header-file src="src/ubuntu/network_information.h" /> <header-file src="src/ubuntu/network_information.h" />
<source-file src="src/ubuntu/network_information.cpp" /> <source-file src="src/ubuntu/network_information.cpp" />
</platform> </platform>