equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0"" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Provides the information required for building all |
|
15 * Device Encryption components. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <ProductVariant.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 PRJ_EXPORTS |
|
23 |
|
24 // ROM files |
|
25 ../rom/DevEnc.iby CORE_APP_LAYER_IBY_EXPORT_PATH(DevEncryption.iby) |
|
26 ../rom/DevEncResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(DevEncResources.iby) |
|
27 |
|
28 // Exported headers |
|
29 ../common/DevEncDef.h APP_LAYER_PLATFORM_EXPORT_PATH(DevEncDef.h) |
|
30 |
|
31 PRJ_MMPFILES |
|
32 |
|
33 #include "../DevEncNotifPlugin/group/bld.inf" |
|
34 #include "../DevEncUi/group/bld.inf" |
|
35 #include "../DevEncDmAdapter/group/bld.inf" |
|
36 #include "../DevEncGsPlugin/group/bld.inf" |
|
37 #include "../help/group/bld.inf" |
|
38 |
|
39 |
|
40 // End of file |