securityanddataprivacytools/securityconfig/ups/romstub/bld.inf
changeset 90 8c545fea2798
parent 8 35751d3474b7
child 96 a71299154b21
--- a/securityanddataprivacytools/securityconfig/ups/romstub/bld.inf	Thu Jul 22 20:18:20 2010 +0530
+++ b/securityanddataprivacytools/securityconfig/ups/romstub/bld.inf	Thu Aug 12 21:07:10 2010 +0530
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -19,6 +19,10 @@
 PRJ_EXPORTS
 ../ups_config.iby /epoc32/rom/include/ups_config.iby
 
+// FLM interface and implementation
+upsromstubsis.xml /epoc32/tools/makefile_templates/security/upsromstubsis.xml
+upsromstubsis.flm /epoc32/tools/makefile_templates/security/upsromstubsis.flm
+
 PRJ_TESTEXPORTS
 
 PRJ_MMPFILES
@@ -26,7 +30,13 @@
 #ifndef TOOLS
 #ifndef TOOLS2
 
-gnumakefile buildstub.mak
+// FLM calls
+PRJ_EXTENSIONS
+
+start extension security.upsromstubsis.export
+option SISNAME upsserver
+option SRCDIR  .
+end
 
 #endif
 #endif