skins/Symbian/group/bld.inf
author Shabe Razvi <shaber@symbian.org>
Tue, 29 Jun 2010 17:52:36 +0100
branchRCL_3
changeset 69 9f7689c0f138
parent 67 5a24651a1303
child 70 4cf8882385e1
permissions -rw-r--r--
Fix AKNSSRCDIR to correct location relative to skingenerator.flm (EXTENSION_ROOT)

/*
* 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 200259E6
	option AKNSSRCDIR $(EXTENSION_ROOT)/../../Symbian/srcdata
end

#endif