equal
deleted
inserted
replaced
|
1 // Copyright (c) 2010 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 // Initial Contributors: |
|
8 // Nokia Corporation - initial contribution. |
|
9 // Contributors: |
|
10 // |
|
11 |
|
12 #include "../inc/atmisccmdpluginuids.hrh" |
|
13 #include <ecom/registryinfo.rh> |
|
14 #include <atext_interfaceuid.h> |
|
15 |
|
16 RESOURCE REGISTRY_INFO theInfo |
|
17 { |
|
18 // UID for the DLL |
|
19 dll_uid = 0x2002C3BA;//KUidATCFunEcomDll; |
|
20 // Declare array of interface info |
|
21 interfaces = |
|
22 { |
|
23 INTERFACE_INFO |
|
24 { |
|
25 // UID of interface that is implemented |
|
26 interface_uid = 0x2001CBEE; // ATEXT_INTERFACE_DUN_UID; |
|
27 implementations = |
|
28 { |
|
29 IMPLEMENTATION_INFO |
|
30 { |
|
31 implementation_uid = 0x2002DC6B;// KUidATMiscCmdEcomImpl; |
|
32 version_no = 1; |
|
33 display_name = "Miscellaneous AT commands Implementation"; |
|
34 default_data = "MAT+CLCK|MAT+CPWD|MAT+CUSD|MAT+CPIN|MAT+CNUM|MAT+CFUN|MAT+CBC|OAT+CMEE|MAT^HVER|MAT+CGSN|MAT+CGMR|MAT+CGMI|MAT+CMGD|OAT+CMGF"; |
|
35 opaque_data = ""; |
|
36 } |
|
37 }; |
|
38 } |
|
39 }; |
|
40 } |
|
41 |
|
42 // End of file |