51
|
1 |
// Copyright (c) 2004-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 |
@file
|
|
18 |
@internalComponent
|
|
19 |
*/
|
|
20 |
|
|
21 |
PRJ_MMPFILES
|
|
22 |
remconextapi1.mmp
|
|
23 |
|
|
24 |
PRJ_EXPORTS
|
|
25 |
../public/remconextapi1.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(remcon/remconextapi1.h)
|
|
26 |
../public/remcontrackinfocontroller.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(remcontrackinfocontroller.h)
|
|
27 |
../public/remcontrackinfocontrollerobserver.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(remcontrackinfocontrollerobserver.h)
|
|
28 |
../public/remcontrackinfotarget.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(remcontrackinfotarget.h)
|
|
29 |
../public/remcontrackinfotargetobserver.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(remcontrackinfotargetobserver.h)
|
|
30 |
../public/remconabsvolcontroller.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(remconabsvolcontroller.h)
|
|
31 |
../public/remconabsvolcontrollerobserver.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(remconabsvolcontrollerobserver.h)
|
|
32 |
../public/remconabsvoltarget.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(remconabsvoltarget.h)
|
|
33 |
../public/remconabsvoltargetobserver.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(remconabsvoltargetobserver.h)
|