equal
deleted
inserted
replaced
|
1 // Copyright (c) 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 // recupgrade.dll Symbian OS new MIME type recognizer |
|
15 // |
|
16 |
|
17 |
|
18 |
|
19 /** |
|
20 @file |
|
21 @test |
|
22 @internalComponent - Internal Symbian test code |
|
23 */ |
|
24 |
|
25 target recupgrade.dll |
|
26 targettype plugin |
|
27 uid 0x10009d8d 0xA000B461 |
|
28 VENDORID 0x70000001 |
|
29 CAPABILITY All -Tcb |
|
30 |
|
31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 //systeminclude /epoc32/include/ecom |
|
33 |
|
34 SOURCEPATH . |
|
35 source recupgrade.cpp |
|
36 |
|
37 library euser.lib apmime.lib efsrv.lib |
|
38 |
|
39 start resource A000B461.rss |
|
40 target recupgrade.rsc |
|
41 end |
|
42 |
|
43 SMPSAFE |