equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 // domainpolicy.mmp |
|
15 // domainpolicy2.dll Domain manager policy module |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 |
|
24 TARGET domainpolicy2.dll |
|
25 CAPABILITY PowerMgmt ProtServ DiskAdmin |
|
26 TARGETTYPE dll |
|
27 |
|
28 userinclude ../dominc |
|
29 userinclude ../inc |
|
30 |
|
31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 |
|
33 sourcepath ../domsrc |
|
34 source domainpolicy2.cpp |
|
35 |
|
36 library euser.lib |
|
37 |
|
38 |
|
39 #ifdef WINS |
|
40 deffile /epoc32/include/def/bwins/domainpolicy.def |
|
41 #else |
|
42 deffile /epoc32/include/def/eabi/domainpolicy.def |
|
43 #endif |
|
44 |
|
45 |
|
46 START WINS |
|
47 END |
|
48 |
|
49 START MARM |
|
50 END |
|
51 |
|
52 VENDORID 0x70000001 |
|
53 |
|
54 SMPSAFE |