diff -r 000000000000 -r bde4ae8d615e os/graphics/windowing/windowserver/group/twsthemeserverpropertydefine.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/graphics/windowing/windowserver/group/twsthemeserverpropertydefine.mmp Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,33 @@ +// 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" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// This .exe is to define an RProperty for simulating the Theme Server. +// It needs to have the same UID3 as the theme server. +// + +TARGET twsthemeserverpropertydefine.exe +CAPABILITY WriteDeviceData ReadDeviceData +TARGETTYPE EXE +//The UID3 value should be the same as the actual Theme Server UID3 +UID 0x00000000 0x20022E82 +VENDORID 0x70000001 + +SOURCEPATH ../test/tauto +SOURCE themeserverpropertydefine.cpp + +USERINCLUDE ../inc ../test/tauto +OS_LAYER_SYSTEMINCLUDE + +LIBRARY euser.lib ws32.lib bafl.lib + +SMPSAFE \ No newline at end of file