skins/Symbian/group/bld.inf
author William Roberts <williamr@symbian.org>
Tue, 23 Mar 2010 16:09:27 +0000
branchSymbian3_Theme
changeset 35 838be9535c06
permissions -rw-r--r--
Start integration branch for Symbian^3 Theme The theme has been built using Carbide.ui on S60 5th Edition using the N97 plugin The source code in sf/mw/uiresources/skins/Symbian/srcdata was used to generate the installable SIS file which lives in the group directory, but the aim here is to build the theme for delivery in the ROM (preferrably as the default theme). Running "sbs -b bld.inf -c winscw" should build cleanly and deliver a matched set of files which then show up in the Settings | Themes | General list. Attempting to install it produces "Theme Corrupted".
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
/*
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
* Copyright (c) 2010 Symbian Foundation Ltd.
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
* All rights reserved.
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
* under the terms of the Licence "Eclipse Public License v1.0"
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
*
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
* Initial Contributors:
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
* Symbian Foundation Ltd.
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
*
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
* Contributors:
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
*
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
* Description:  
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
* Build the Symbian Theme
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
*/
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
#ifndef TOOLS
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
PRJ_EXTENSIONS
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
start extension skins/skingenerator
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
	option AKNSSKINNAME themepackage
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
	option AKNSSKINREALNAME Symbian
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
	option AKNSSKINUID A00000EB
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
	option AKNSSRCDIR $(EXTENSION_ROOT)/../srcdata
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
end
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
838be9535c06 Start integration branch for Symbian^3 Theme
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
#endif