policymanagement/group/bld.inf
changeset 0 b497e44ab2fc
child 9 57a65a3a658c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/policymanagement/group/bld.inf	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,98 @@
+/*
+* Copyright (c) 2005 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
+*
+*/
+
+
+#include <platform_paths.hrh>
+
+PRJ_PLATFORMS
+DEFAULT
+
+PRJ_EXPORTS
+
+// Generic configuration interface for component cenrep settings  
+../conf/policy_management.confml                    MW_LAYER_CONFML(policy_management.confml)
+../conf/policy_management_10207815.crml 	        MW_LAYER_CRML(policy_management_10207815.crml)
+../conf/policy_management_10207816.crml 	        MW_LAYER_CRML(policy_management_10207816.crml)
+../conf/policy_management_10207843.crml 	        MW_LAYER_CRML(policy_management_10207843.crml)
+./genericcopy.flm                                   /epoc32/tools/makefile_templates/policy/genericcopy.flm
+./genericcopy.xml 			            /epoc32/tools/makefile_templates/policy/genericcopy.xml
+./genericcopy.meta 			            /epoc32/tools/makefile_templates/policy/genericcopy.meta
+
+
+
+PRJ_EXTENSIONS
+
+#ifdef SBSV2
+
+
+START EXTENSION policy/genericcopy
+OPTION TARGETDIR epoc32/data/Z/private/10207815
+OPTION SOURCEDIR sf/mw/remotemgmt/policymanagement/policyengine/Data/policies
+
+OPTION FILEPATTERN *.txt
+END
+
+START EXTENSION policy/genericcopy
+OPTION TARGETDIR epoc32/release/winscw/udeb/Z/private/10207815
+OPTION SOURCEDIR sf/mw/remotemgmt/policymanagement/policyengine/Data/policies
+
+OPTION FILEPATTERN *.txt
+END
+
+
+START EXTENSION policy/genericcopy
+OPTION TARGETDIR epoc32/release/winscw/urel/Z/private/10207815
+OPTION SOURCEDIR sf/mw/remotemgmt/policymanagement/policyengine/Data/policies
+
+OPTION FILEPATTERN *.txt
+END
+
+
+START EXTENSION policy/genericcopy
+OPTION TARGETDIR epoc32/release/armv5/udeb/Z/private/10207815
+OPTION SOURCEDIR sf/mw/remotemgmt/policymanagement/policyengine/Data/policies
+
+OPTION FILEPATTERN *.txt
+END
+
+
+START EXTENSION policy/genericcopy
+OPTION TARGETDIR epoc32/release/armv5/urel/Z/private/10207815
+OPTION SOURCEDIR sf/mw/remotemgmt/policymanagement/policyengine/Data/policies
+
+OPTION FILEPATTERN *.txt
+END
+#endif
+
+PRJ_MMPFILES
+
+#ifndef SBSV2 
+
+#if defined(__SERIES60_30__)
+gnumakefile initial_policies_apollo30.mk
+#else 
+gnumakefile INITIAL_POLICIES.mk
+#endif
+
+#endif
+
+
+//gnumakefile tarm_format_scripts.mk
+
+#include "../pmdmadapter/group/bld.inf"
+#include "../dmutilserver/group/bld.inf"
+#include "../policyengine/group/bld.inf"