equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 |
|
17 |
|
18 // RESOURCE IDENTIFIER |
|
19 NAME EDEF |
|
20 |
|
21 // INCLUDES |
|
22 #include <ecom/registryinfo.rh> |
|
23 #include "eposdefaultpsy.hrh" |
|
24 |
|
25 // RESOURCE DEFINITIONS |
|
26 |
|
27 // --------------------------------------------------------- |
|
28 // |
|
29 // r_eposdefault_reginfo |
|
30 // PSY resources for Default Proxy PSY |
|
31 // |
|
32 // --------------------------------------------------------- |
|
33 // |
|
34 RESOURCE REGISTRY_INFO r_eposdefault_reginfo |
|
35 { |
|
36 dll_uid = 0x101F4FFF; |
|
37 interfaces = |
|
38 { |
|
39 INTERFACE_INFO |
|
40 { |
|
41 interface_uid = 0x101f7a7c; |
|
42 implementations = |
|
43 { |
|
44 IMPLEMENTATION_INFO |
|
45 { |
|
46 implementation_uid = KPosDefaultPsyImplUid; |
|
47 version_no = 1; |
|
48 display_name = ""; |
|
49 } |
|
50 }; |
|
51 } |
|
52 }; |
|
53 } |
|
54 |
|
55 // End of File |