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 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME btgp |
|
21 |
|
22 // INCLUDES |
|
23 #include <ecom/registryinfo.rh> |
|
24 #include "btgpspsy.hrh" |
|
25 #include "Nla_btgpspsy.loc" |
|
26 |
|
27 // RESOURCE DEFINITIONS |
|
28 RESOURCE REGISTRY_INFO r_btpsy_reginfo |
|
29 { |
|
30 dll_uid = 0x101FE99A; |
|
31 interfaces = |
|
32 { |
|
33 INTERFACE_INFO |
|
34 { |
|
35 interface_uid = 0x101f7a7c; |
|
36 implementations = |
|
37 { |
|
38 IMPLEMENTATION_INFO |
|
39 { |
|
40 implementation_uid = KPosBTPSYImplUid; |
|
41 version_no = 60; |
|
42 display_name = "BT GPS PSY"; |
|
43 } |
|
44 }; |
|
45 } |
|
46 }; |
|
47 } |
|
48 |
|
49 // End of File |
|
50 |
|
51 |
|
52 |
|
53 |