blob: 9ba438328ab4a57d727dc472e24f1290492f74c2 [file] [log] [blame]
Lei YU91029442019-08-01 15:57:31 +08001#pragma once
2
3#include <string>
4#include <tuple>
5#include <vector>
6
7namespace phosphor
8{
9namespace software
10{
11namespace updater
12{
13
14using AssociationList =
15 std::vector<std::tuple<std::string, std::string, std::string>>;
16}
17} // namespace software
18} // namespace phosphor