equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 // hcishared.dll Host TBTBasebandLinkState, TBTFeatures and TLinkPolicy used throughout the HCI. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @publishedPartner |
|
21 */ |
|
22 |
|
23 TARGET hcishared.dll |
|
24 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
25 TARGETTYPE DLL |
|
26 |
|
27 UID 0x1000008d 0x102864B5 |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 SOURCE hcishared.cpp |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 USERINCLUDE ../../inc // bluetooth/inc |
|
36 |
|
37 LIBRARY euser.lib |
|
38 |
|
39 OPTION CW -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv |
|
40 |
|
41 UNPAGED |
|
42 |
|
43 SMPSAFE |