graphicsdeviceinterface/colourpalette/group/palette.mmp
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 /**
       
    16 @file
       
    17 
       
    18 @SYMPurpose palette.dll Dynamic palette support
       
    19 */
       
    20 
       
    21 target                  palette.dll
       
    22 CAPABILITY All -Tcb
       
    23 targettype              DLL
       
    24 uid              0x1000008D 0x100056E3
       
    25 VENDORID 0x70000001
       
    26 
       
    27 userinclude             . ../inc
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 
       
    30 sourcepath              ../src
       
    31 source palette.cpp
       
    32 
       
    33 LIBRARY         euser.lib
       
    34 
       
    35 START WINS
       
    36 	baseaddress     0x7dd70000
       
    37 END
       
    38 
       
    39 START MARM
       
    40 END
       
    41 
       
    42 
       
    43 UNPAGED
       
    44 
       
    45 
       
    46 SMPSAFE