author | Santosh V Patil <santosh.v.patil@nokia.com> |
Fri, 13 Nov 2009 15:59:20 +0530 | |
branch | RCL_1 |
changeset 24 | 1440dc310db1 |
permissions | -rw-r--r-- |
24
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
1 |
/* |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
3 |
* All rights reserved. |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
5 |
* under the terms of the License "Eclipse Public License v1.0" |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
8 |
* |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
11 |
* |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
12 |
* Contributors: |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
13 |
* |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
14 |
* Description: |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
15 |
* |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
16 |
*/ |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
17 |
|
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
18 |
|
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
19 |
/** |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
20 |
@file |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
21 |
*/ |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
22 |
|
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
23 |
#ifndef __ROOTCERTS_IBY__ |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
24 |
#define __ROOTCERTS_IBY__ |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
25 |
|
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
26 |
data=ZRESOURCE\swicertstore.dat resource\swicertstore.dat |
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
27 |
|
1440dc310db1
Fix for bug 805. Added bld.inf to rootcertificates component for exporting the SWI certificate store.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
28 |
#endif // __ROOTCERTS_IBY__ |