blob: 0794faec5b7b993209ee0a12beedc8161f4b2ad6 [file] [log] [blame]
version 1.0;
package android.hardware.tests;
// Interface contains one function that echoes an integer.
// Useful only for testing.
interface ISmallTest {
echoNumber(uint32_t i) generates (uint32_t i);
};