1 // SPDX-License-Identifier: GPL-2.0+
3 * Expo definition for the configuration editor
5 * This used for testing building an expo from a data file. This devicetree
6 * provides a description of the objects to be created.
9 #include <test/cedit-test.h>
12 dynamic-start = <ID_DYNAMIC_START>;
18 /* value refers to the matching id in /strings */
19 title-id = <ID_SCENE1_TITLE>;
21 /* simple string is used as it is */
22 prompt = "UP and DOWN to choose, ENTER to select";
24 /* defines a menu within the scene */
30 * has both string and ID. The string is ignored
31 * if the ID is present and points to a string
34 title-id = <ID_CPU_SPEED_TITLE>;
36 /* menu items as simple strings */
37 item-label = "2 GHz", "2.5 GHz", "3 GHz";
39 /* IDs for the menu items */
40 item-id = <ID_CPU_SPEED_1 ID_CPU_SPEED_2
49 item-label = "Always Off", "Always On",
52 item-id = <ID_AC_OFF ID_AC_ON ID_AC_MEMORY>;
56 id = <ID_MACHINE_NAME>;
59 title = "Machine name";
60 edit-id = <ID_MACHINE_NAME_EDIT>;
67 id = <ID_SCENE1_TITLE>;
68 value = "Test Configuration";
69 value-es = "configuraciĆ³n de prueba";