equal
deleted
inserted
replaced
|
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 // remconstatusapi.dll Remote Control status API- an outer-layer client |
|
15 // side library providing access to AV/C status commands. |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 @internalComponent |
|
22 */ |
|
23 |
|
24 TARGET remconstatusapi.dll //Recommended unpaged |
|
25 TARGETPATH /system/libs |
|
26 // We need all these caps because we don't know anything about the process |
|
27 // we'll be running in. |
|
28 CAPABILITY All -Tcb |
|
29 TARGETTYPE dll |
|
30 // UID2 = 0x1000008d for static interface DLLs. |
|
31 // UID3 = unique for RemCon system |
|
32 UID 0x1000008d 0x10207ea5 |
|
33 VENDORID 0x70000001 |
|
34 |
|
35 SOURCEPATH . |
|
36 SOURCE statusapicontroller.cpp remconstatusapicontrollerobserver.cpp |
|
37 |
|
38 USERINCLUDE ../common |
|
39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 |
|
41 LIBRARY euser.lib |
|
42 LIBRARY remconinterfacebase.lib |
|
43 |
|
44 #include <bluetooth/btlogger.mmh> |
|
45 |
|
46 // |
|
47 // End of file |
|
48 |
|
49 SMPSAFE |