equal
deleted
inserted
replaced
|
1 // MmfDevSoundCustomInterfaceExtensions.hrh |
|
2 |
|
3 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 // All rights reserved. |
|
5 // This component and the accompanying materials are made available |
|
6 // under the terms of "Eclipse Public License v1.0" |
|
7 // which accompanies this distribution, and is available |
|
8 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 // |
|
10 // Initial Contributors: |
|
11 // Nokia Corporation - initial contribution. |
|
12 // |
|
13 // Contributors: |
|
14 // |
|
15 // Description: |
|
16 // |
|
17 |
|
18 #ifndef MMFDEVSOUNDCUSTOMINTERFACEEXTENSIONS_HRH |
|
19 #define MMFDEVSOUNDCUSTOMINTERFACEEXTENSIONS_HRH |
|
20 |
|
21 /** |
|
22 * @publishedPartner |
|
23 * @file |
|
24 * @released |
|
25 */ |
|
26 |
|
27 #define KUidDevSoundCIClientExtension 0x10283405 |
|
28 #define KUidDevSoundCIServerExtension 0x10283406 |
|
29 #define KMmfUidCIClientExtensionImpl 0x10283408 |
|
30 #define KMmfUidCIServerExtensionImpl 0x10283409 |
|
31 |
|
32 #endif |
|
33 |