uigraphics/NVGRenderStage/res/nvgrenderstage.rss
author William Roberts <williamr@symbian.org>
Wed, 21 Apr 2010 16:01:50 +0100
changeset 47 bb62470f88ca
permissions -rw-r--r--
Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
// nvgrenderstage.rss
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
// All rights reserved.
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
// This component and the accompanying materials are made available
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
// under the terms of "Eclipse Public License v1.0"
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
// which accompanies this distribution, and is available
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
//
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
// Initial Contributors:
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
// Nokia Corporation - initial contribution.
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
//
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
// Contributors:
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
//
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
// Description:
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
// Registry file for the standard wserv plugins
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
// 
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
//
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
#include <ecom/registryinfo.rh>
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
RESOURCE REGISTRY_INFO theInfo
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
	{
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
	dll_uid = 0x1028653A;
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
	interfaces =
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
		{
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
		INTERFACE_INFO
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
			{
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
			interface_uid = 0x10285A29;
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
			implementations =
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
				{
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
				IMPLEMENTATION_INFO
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
					{
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
					implementation_uid = 0x1028653B;
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
					version_no = 1;
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    36
					display_name = "NVGRenderStage";
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    37
					default_data = "";
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
					opaque_data = "";
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    39
					}
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    40
				};
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    41
			}
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    42
		};
bb62470f88ca Add NVGRenderStage code, and reapply associated changes to epoc.ini and wsini.ini
William Roberts <williamr@symbian.org>
parents:
diff changeset
    43
	}