|
1 /* |
|
2 * Copyright (c) 2009 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 the License "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: |
|
15 * |
|
16 */ |
|
17 |
|
18 /* Automatically generated from WrtPlatform.cpp using create_hash_table. DO NOT EDIT ! */ |
|
19 |
|
20 #include "lookup.h" |
|
21 |
|
22 namespace KJS { |
|
23 |
|
24 static const struct HashEntry WrtPlatformTableEntries[] = { |
|
25 { 0, 0, 0, 0, 0 }, |
|
26 { "id", JSWrtPlatform::id, DontDelete|ReadOnly, 0, &WrtPlatformTableEntries[5] }/* 3009267213 */ , |
|
27 { "romVersion", JSWrtPlatform::romVersion, DontDelete|ReadOnly, 0, &WrtPlatformTableEntries[4] }/* 536387650 */ , |
|
28 { "manufacturer", JSWrtPlatform::manufacturer, DontDelete|ReadOnly, 0, 0 }/* 728964911 */ , |
|
29 { "packageVersion", JSWrtPlatform::packageVersion, DontDelete|ReadOnly, 0, 0 }/* 1143130778 */ , |
|
30 { "model", JSWrtPlatform::model, DontDelete|ReadOnly, 0, 0 }/* 3371403177 */ |
|
31 }; |
|
32 |
|
33 const struct HashTable WrtPlatformTable = { 2, 6, WrtPlatformTableEntries, 4 }; |
|
34 |
|
35 } // namespace |