equal
deleted
inserted
replaced
|
1 // Copyright (c) 2001-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 TARGET cookiemanager.dll |
|
17 TARGETTYPE DLL |
|
18 CAPABILITY ALL -TCB |
|
19 |
|
20 UID 0x1000008D 0x101F55E7 |
|
21 VENDORID 0x70000001 |
|
22 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
23 SYSTEMINCLUDE /epoc32/include /epoc32/include/http |
|
24 #else |
|
25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
26 SYSTEMINCLUDE /epoc32/include/ecom |
|
27 SYSTEMINCLUDE /epoc32/include/platform/ecom |
|
28 SYSTEMINCLUDE /epoc32/include/platform |
|
29 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
30 SYSTEMINCLUDE /epoc32/include/mw |
|
31 #endif |
|
32 USERINCLUDE ../example ../inc ../core |
|
33 |
|
34 SOURCEPATH ../example |
|
35 SOURCE examplecookiemanagermain.cpp examplecookiemanager.cpp |
|
36 |
|
37 LIBRARY euser.lib http.lib bafl.lib inetprotutil.lib |
|
38 SMPSAFE |