policymanagement/group/genericcopy.xml
changeset 0 b497e44ab2fc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/policymanagement/group/genericcopy.xml	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description: Implementation of policymanagement components
+#
+-->
+
+<build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build ../../schema/build/2_0.xsd">
+    <interface name="policy.genericcopy" extends="Symbian.UserFLM" flm="genericcopy.flm">
+		
+			<!-- genericcopy parameters which does not have defaults (please notice use of default attribute) -->
+			<param name='TARGETDIR' default="" />
+			<!-- Generated path -->
+			<param name='SOURCEDIR' default="" />
+			<param name='FILEPATTERN' default="" />
+    </interface>
+</build>
\ No newline at end of file