skins/Symbian/group/bld.inf
branchSymbian3_Theme
changeset 35 838be9535c06
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/skins/Symbian/group/bld.inf	Tue Mar 23 16:09:27 2010 +0000
@@ -0,0 +1,29 @@
+/*
+* Copyright (c) 2010 Symbian Foundation Ltd.
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the Licence "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:
+* Symbian Foundation Ltd.
+*
+* Contributors:
+*
+* Description:  
+* Build the Symbian Theme
+*/
+
+#ifndef TOOLS
+
+PRJ_EXTENSIONS
+
+start extension skins/skingenerator
+	option AKNSSKINNAME themepackage
+	option AKNSSKINREALNAME Symbian
+	option AKNSSKINUID A00000EB
+	option AKNSSRCDIR $(EXTENSION_ROOT)/../srcdata
+end
+
+#endif