blob: e1982f2f80ea33b6632ab56f55a59b32885c710e [file] [log] [blame]
Alex Deymo8c499142014-01-02 19:33:34 -08001// Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_POLICY_MANAGER_ALL_VARIABLES_H
6#define CHROMEOS_PLATFORM_UPDATE_ENGINE_POLICY_MANAGER_ALL_VARIABLES_H
7
8// List of globally available variables exposed by the different providers.
9//
10// Each state provider should implement a header file with the suffix "_vars.h"
11// with all the defined variable pointers, such as:
12// Variable<MyType>* var_something;
13// This file includes all the different provider's header files with these
14// definitions.
15
16#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_POLICY_MANAGER_ALL_VARIABLES_H