devsound/a3fsrvstart/group/bld.inf
changeset 2 1c6fdad012dc
parent 0 79dd3e2336a0
--- a/devsound/a3fsrvstart/group/bld.inf	Fri Oct 08 19:43:41 2010 +0100
+++ b/devsound/a3fsrvstart/group/bld.inf	Fri Oct 08 19:45:45 2010 +0100
@@ -1,4 +1,5 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+
+// Copyright (c) 2010 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"
@@ -13,17 +14,17 @@
 // Description:
 //
 
-#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
+PRJ_PLATFORMS
+// specify the platforms your component needs to be built for here
+// may add platform for OMAP, Helen etc
+DEFAULT
 
-PRJ_PLATFORMS
-DEFAULT
+#include "../group/bld_common.inf"
+
+#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
 
 PRJ_EXPORTS
 ./a3fserverstart.iby							/epoc32/rom/include/a3fserverstart.iby
 
-PRJ_MMPFILES
-../mmpfiles/mmfaudioserverstart.mmp
+#endif
 
-#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
-
-// End of file